Encryption and hashing
Marshall T. Vandegrift
llasram at gmail.com
Fri Aug 17 17:48:19 EDT 2007
Kless <jonas.esp at googlemail.com> writes:
> For who knows any of criptography I comment that you can use
> algorithms as secure as Rijndael, Twofish, or Serpent with the CFB
> cipher mode. And for hash you can use RIPEMD, SHA-2 or WHIRLPOOL.
PyCrypto does includes the AES version of Rijndael as Crypto.Cipher.AES
and the 256-bit version of SHA-2 as Crypto.Hash.SHA256.
-Marshall
More information about the Python-list
mailing list