PyCryptodome is a self-contained Python package of low-level cryptographic primitives.
PyCryptodome源代码:https://github.com/Legrandin/pycryptodome
要使用这个模块,你需要有良好的密码学基础。
使用pip安装PyCryptodome
pip install pycryptodome
运行测试:
$ python -m Crypto.SelfTest
PyCryptodome文档:https://pycryptodome.readthedocs.io