[Top]
Crypto
|
Method Crypto.verify_crypt_md5()
- Method
verify_crypt_md5
int(0..1) verify_crypt_md5(string password, string hash)
- Description
Verifies the password against the crypt_md5 hash.
- Throws
May throw an exception if the hash value is bad.
- See also
make_crypt_md5
|