[EMAIL PROTECTED] 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to