git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@6 49921240-e1b6-4d8d...
[python-cryptoplus.git] / usage
blobdf3e48398442793d859a00e16e0abf329bf3cb73
1 import pycrypto_AES
2 test = pycrypto_AES.new()
3 test.encrypt('0123456789012345')
4 test.decrypt(_)
6 licenses
7         rijndael.py -> public domain but with modification or TREV from tlslite
8         pyDes.py -> public domain