Method Crypto.MD5.crypt_hash()
- Method crypt_hash
string(7bit) crypt_hash(string(8bit) password, string(7bit) 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.Hash()->crypt_hash(), crypt_md5()