AES crypto in pure Python?

Fuzzyman fuzzyman at gmail.com
Mon Feb 14 03:45:28 EST 2005


andrew.fabbro at gmail.com wrote:
> I'm looking for an implementation of AES (the Advanced Encryption
> Standard) in pure Python.  I'm aware of pycrypto, but that uses C
code.
>  I'm hoping to find something that only uses Python...I'm willing to
> trade speed for portability, since my application is designed for
> several different platforms.
>
> Anyone know if this has been done?
>

I'm afraid my internet is heavily restricted, so I can't check for you.
*But* there is a 'tlslite' module which implements several encryption
methods in pure python. I *think* AES is one of them.

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml


> Thanks,
> 
> 
> -AF




More information about the Python-list mailing list