美文网首页
python3.5 通过pycrypto模块使用AES加密

python3.5 通过pycrypto模块使用AES加密

作者: 随心_飞扬 | 来源:发表于2019-11-01 10:51 被阅读0次

执行命令

pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win_amd64.whl pycrypto

执行编写的程序,没有发现模块

把Python安装目录\Lib\site-packages下的crypto改为Crypto就好了

原文链接:https://blog.csdn.net/leak235/article/details/50466053

相关文章

网友评论

      本文标题:python3.5 通过pycrypto模块使用AES加密

      本文链接:https://www.haomeiwen.com/subject/kakfbctx.html