红联Linux门户
Linux帮助

PyCryptodome密码学模块-Python

发布时间:2016-09-04 23:08:40来源:topspeedsnail.com作者:斗大的熊猫
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密码学模块-Python
 
PyCryptodome文档:https://pycryptodome.readthedocs.io
 
本文永久更新地址:http://www.linuxdiyf.com/linux/23882.html