blob: 87f46522fcf1d7d0b1d4867db9da6f976d1f8bac (
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://sourceforge.net/projects/twofish-py/
|