标签:abc 官方 ecb http style csp target number nta
PyCryptodome是PyCrypto的一个分支。基于PyCrypto2.6.1,多了以下特性:
官方文档:Compatibility with PyCrypto
------------------
0x01 安装
pip install PyCryptodome
0x02 使用
跟PyCrypto2.6用法类似,以下以AES为例:
from Crypto.Cipher import AES key=‘1234567890abcdef‘ obj=AES.new(key,AES.MODE_ECB) cipher=obj.encrypt(‘message: pcat.cc‘)
标签:abc 官方 ecb http style csp target number nta
原文地址:https://www.cnblogs.com/pcat/p/11623825.html