Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Crypto

Method Crypto.verify_crypt_md5()


Method verify_crypt_md5

int(0..1) Crypto.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