ca7f19c4af
A pure python implementation of the Rijndael encryption algorithm
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
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/
|