2002-02-09 13:56:58 +01:00
|
|
|
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.
|
|
|
|
|
2003-02-05 22:58:38 +01:00
|
|
|
WWW: http://sourceforge.net/projects/twofish-py/
|