Pycrypto 2.6.1 for android smartphone

2019-06-13 17:45发布

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条回答
别忘想泡老子
2楼-- · 2019-06-13 18:13

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.

enter image description here

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!

查看更多
登录 后发表回答