Encryption recommendation

James Stroud jstroud at mbi.ucla.edu
Tue Jul 31 15:29:16 EDT 2007


JS wrote:
> Can someone help me find the proper way to do AES encryption/decryption 
> using Python?
> 
> Thanks! 
> 
> 

Use pycrypto. You can roll it into a standalone program for any major 
OS. See <http://passerby.sf.net>. Don't attempt to write your own AES 
implementation for production software.

-- 
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/



More information about the Python-list mailing list