Method Crypto.make_crypt_md5()


Method make_crypt_md5

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

Description

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

See also

verify_crypt_md5