Is there a way to use python to encrypt/decrypt a file? Something like Axcrypt Thanks in advance
A:
Go here in the python docs for modules available for encryption: http://docs.python.org/library/crypto.html
townsean
2010-08-12 19:09:57
+1
A:
How about this SO Q&A, which talks about encrypting/decrypting with PGP?
cape1232
2010-08-12 19:15:55
+1
A:
check http://github.com/slideinc/PyECC , http://sourceforge.net/projects/cryptopy/ and http://www.dlitz.net/software/pycrypto/ (found all by search "crypto" at http://pypi.python.org/pypi )
Odomontois
2010-08-12 19:27:05