blob: 92a7651bb6d931d9ba4191ce8dba62c9a2fa02a4 (
plain) (
blame)
1
2
3
4
5
|
A pure python implementation of the Rijndael encryption algorithm. Useful for
quick string encryption in python programs but probably is not fast enough for
anything too big.
WWW: http://bluesine.com/archives/software/python-mods/rijndael/
|