Pages

Sunday, 3 January 2016

用python写的simple-crypt


Simple, secure encryption and decryption for Python 2.7 and 3.
Now on pypipip install simple-crypt (note that the pypi name includes a hyphen).
This provides two functions, which encrypt and decrypt data, delegating all the hard work to the pycrypto library (which must also be installed).
from https://github.com/andrewcooke/simple-crypt