Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- XSS
- AES
- return address overflow
- weak key
- RSA
- dns
- Montgomery Reduction
- bandit
- RSA Common Modulas Attack
- Crypto
- Franklin-Reiter Related Message Attack
- spoofing
- Bandit Level 1 → Level 2
- OverTheWire Bandit Level 1 → Level 2
- Cube Root Attack
- CSRF
- 웹해킹
- 드림핵
- Hastad
- rao
- pycrpytodome
- cryptography
- shellcode
- 시스템해킹
- redirect
- dreamhack
- overthewire
- 암호학
- arp
- picoCTF
Archives
- Today
- Total
암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그
[SageMath] SageMath에서 pwntools, pycrpytodome 사용하는 방법 (모듈 설치 방법) 본문
sage -sh 입력 후, pip install pwntools, pip install pycryptodome 을 입력 해주면 된다.
sage -sh
pip install pwntools
pip install pycryptodome
이 외에도 다른 모듈이 사용하고 싶으면 sage -sh 입력후 pip install [module name] 로 설치해주면 된다.
+ 더 간단한 방법으로 sage --pip [mudule name] 으로 설치하면 된다