Skip to content

python연습과 각종 암호 프로그램을 연습

Notifications You must be signed in to change notification settings

cryptogus/pycrypto

Repository files navigation

화이트 해커를 위한 암호와 해킹

python 3.xx

pip install pycryptodome

python 2.xx

pip install pycrypto

This software(pycrypto) is no longer maintained in python3. PyCrypto 2.x is unmaintained, obsolete, and contains security vulnerabilities.

Please choose one of the following alternatives:

Cryptography

  • Recommended for new applications.
  • Newer API with fewer gotchas.
  • GitHub
  • PyPI

PyCryptodome

  • Recommended for existing software that depends on PyCrypto.
  • Fork of PyCrypto. Most applications should run unmodified.
  • GitHub
  • PyPI

manual

https://pycryptodome.readthedocs.io/en/latest/index.html

Secret Sharing Schemes - https://pycryptodome.readthedocs.io/en/latest/src/protocol/ss.html

About

python연습과 각종 암호 프로그램을 연습

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages