Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Crypto
Crypto.MD5

Method Crypto.MD5.crypt_hash()


Method crypt_hash

string crypt_hash(string password, string salt, int|void rounds)

Description

This is a convenience alias for Nettle.crypt_md5() , that uses the same API as the other hashes.

Note

The rounds parameter is currently ignored. For forward compatibility, either leave out, or specify as 1000.

See also

Nettle.HashInfo()->crypt_hash() , crypt_md5()