Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[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