blob: 893f5df880c7104726031fe07903bb2bcdc9fb37 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Python Cryptography Toolkit (pycrypto)
======================================
This is a collection of both secure hash functions (such as MD5 and
SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal,
etc.) for Python.
WWW: http://www.amk.ca/python/code/crypto.html
|