Encryption recommendation

Azazello tylerca at jeld-wen.com
Tue Jul 31 13:41:32 EDT 2007


On Jul 31, 10:19 am, "JS" <j... at js.com> wrote:
> Can someone help me find the proper way to do AES encryption/decryption
> using Python?
>
> Thanks!

I did a quick look around the internet and found this seemingly good
link AES in general. Might be a good start.

http://msdn.microsoft.com/msdnmag/issues/03/11/AES/#S4

Looks like you'll need some matrix manipulations modules, and
hopefully you'll be able to utilize Python's indexing and data
strengths to keep things simple!




More information about the Python-list mailing list