Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Crypto

Method Crypto.make_crypt_md5()


Method make_crypt_md5

string 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