Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Crypto

Module Crypto

Description

Various cryptographic classes and functions.

Hash functions These are based on the Hash API; MD2 , MD4 , MD5 , SHA1 , SHA256 .

Stream cipher functions These are based on the Cipher API; AES , Arcfour , Blowfish , CAST , DES , DES3 , IDEA , Serpent , Twofish . The Substitution program is compatible with the CipherState. Also conforming to the API are the helper programs Buffer , CBC and Pipe .