# 先導(dǎo)入所需要的包
pip3 install Crypto
# 再安裝pycrypto
pip3 install pycrypto
from?Crypto.Cipher?import?AES?# 就成功了
使用說明,參見:
https://codeghar.wordpress.com/2013/09/06/beginning-aes-with-python3/
# 先導(dǎo)入所需要的包
pip3 install Crypto
# 再安裝pycrypto
pip3 install pycrypto
from?Crypto.Cipher?import?AES?# 就成功了
使用說明,參見:
https://codeghar.wordpress.com/2013/09/06/beginning-aes-with-python3/