Extracted from Pike v7.6 release 33 at 2006-10-17.
pike.ida.liu.se
[Top]
Crypto

Method Crypto.make_crypt_md5()


Method make_crypt_md5

string Crypto.make_crypt_md5(string password, void|string salt)

Description

Hashes a password together with a salt with the crypt_md5 algorithm and returns the result.

See also

verify_crypt_md5