diff options
Diffstat (limited to 'security/py-rijndael/pkg-descr')
-rw-r--r-- | security/py-rijndael/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/py-rijndael/pkg-descr b/security/py-rijndael/pkg-descr new file mode 100644 index 0000000..92a7651 --- /dev/null +++ b/security/py-rijndael/pkg-descr @@ -0,0 +1,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/ |