# 先导入所需要的包
pip3 install Crypto
# 再安装pycrypto
pip3 install pycrypto
from Crypto.Cipher import AES # 就成功了
使用说明,参见:
https://codeghar.wordpress.com/2013/09/06/beginning-aes-with-python3/
# 先导入所需要的包
pip3 install Crypto
# 再安装pycrypto
pip3 install pycrypto
from Crypto.Cipher import AES # 就成功了
使用说明,参见:
https://codeghar.wordpress.com/2013/09/06/beginning-aes-with-python3/