string make_crypt_md5(string password, void|string salt)
Hashes a password together with a salt with the crypt_md5 algorithm and returns the result.
verify_crypt_md5