January 2000
Beginner to intermediate
128 pages
1h 48m
English
The mhash library available at http://sasweb.de/mhash/ supports a wide variety of hash algorithms, including MD5, SHA1, GOST, and many others:
string mhash(int hash, string data) Hash data with hash
int mhash_count(void) Get the number of available hashes
int mhash_get_block_size(int hash) Get the block size of hash
string mhash_get_hash_name(int hash) Get the name of hash
Read now
Unlock full access