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/ -- http://mail.python.org/mailman/listinfo/python-list