Pycrypto 2.6.1 for android smartphone

2019-06-13 17:53发布

问题:

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!