SHA-based encryption function in Python

P. Alejandro Lopez-Valencia dradul at yahoo.com
Fri Apr 26 20:54:00 EDT 2002


"Paul Rubin" <phr-n2002a at nightsong.com> escribió en el mensaje
news:7xwuuvatiz.fsf at ruckus.brouhaha.com...

> However, I'm planning to write an AES module in C that would be less
> kludgy (plus a lot faster) than this SHA thing.  So the fancy module
> should be able to use AES in most situations.
>

See the project at http://pyaes.sourceforge.net/[1] for a working
implementation of AES and SHA as C extensions that are unfortunately
abandoned. Don't need to reinvent the wheel, make it better.

[1] I may be wrong about the project name, but the code is there
somewhere.




More information about the Python-list mailing list