AES in Python?

JanC usenet_spam at janc.invalid
Sun Feb 29 13:33:24 EST 2004


Paul Rubin <http://phr.cx@NOSPAM.invalid> schreef:

> Some time ago I had a copy of an AES implementation written in pure
> Python by Bryan Olson.  I seem to have misplaced it.  Anyone have a
> copy they can post a url for (or post the code)?  Or if needed, leave
> me a note at <http://phr.cx>.  Thanks.

AES = Rijndael

An implementation in Python:
<http://bitconjurer.org/rijndael.py>

-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9



More information about the Python-list mailing list