Pycrypto 2.6.1 for android smartphone

我的梦境 提交于 2019-12-08 13:11:22

问题


I am doing a project where I am required to do an encryption on Windows system and then I need to decrypt the message on an Android smartphone. I am using Python with pycrypto 2.6.1 module on Windows and qpython app on the smartphone. Qpython is not recognizing the the encryption code I am using on Windows and it is telling me that no module Crypto can be found. How do I implement pycrypto 2.6.1 module on smartphone?


回答1:


https://drive.google.com/file/d/0B9cgr9L98QxzR0t3S0VoUWxQeTg/view?usp=drivesdk

Download this package then extract and copy to /sdcard/qpython/lib/python2.7/site-packages/Crypto may solve this.

I forget where this package comes from, maybe it's from qpypi. But it works fine for me. If there's any problem to use it, please tell me.

Hope this help you!



来源:https://stackoverflow.com/questions/40577754/pycrypto-2-6-1-for-android-smartphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!