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