Re: Encryption recommendation
- From: Ricardo Aráoz <ricaraoz@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 15:33:48 -0300
Azazello wrote:
On Jul 31, 10:19 am, "JS" <j...@xxxxxx> 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!
Or you might use PyCrypto (http://python.codezoo.com/pub/component/5284)
which might be easier.
.
- References:
- Encryption recommendation
- From: JS
- Re: Encryption recommendation
- From: Azazello
- Encryption recommendation
- Prev by Date: Re: Iteration over strings
- Next by Date: Re: What is the "functional" way of doing this?
- Previous by thread: Re: Encryption recommendation
- Next by thread: Re: Encryption recommendation
- Index(es):
Relevant Pages
|