Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method Crypto.make_crypt_md5()


Method make_crypt_md5

string(8bit) make_crypt_md5(string(8bit) password, void|string(8bit) salt)

Description

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

See also

verify_crypt_md5