Method Crypto.make_crypt_md5()
- Method make_crypt_md5
string(8bit)make_crypt_md5(string(8bit)password,void|string(8bit)salt)- Description
Hashes a
passwordtogether with asaltwith the crypt_md5 algorithm and returns the result.- See also
string(8bit) make_crypt_md5(string(8bit) password, void|string(8bit) salt)
Hashes a password together with a salt with the
crypt_md5 algorithm and returns the result.