Method Crypto.verify_crypt_md5()
- Method
verify_crypt_md5
boolverify_crypt_md5(string(8bit)password,string(7bit)hash)- Description
Verifies the
passwordagainst the crypt_md5 hash.- Throws
May throw an exception if the hash value is bad.
- See also