암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그

[SageMath] SageMath에서 pwntools, pycrpytodome 사용하는 방법 본문

SageMath

[SageMath] SageMath에서 pwntools, pycrpytodome 사용하는 방법

h34hg0 2024. 3. 20. 02:41

sage -sh 입력 후, pip install pwntools, pip install pycryptodome 을 입력 해주면 된다.

 

sage -sh
pip install pwntools
pip install pycryptodome

 

 

이 외에도 다른 모듈이 사용하고 싶으면 sage -sh 입력후 pip install [module name] 로 설치해주면 된다.