Method Crypto.MD5.crypt_hash()
- Method
crypt_hash
string(7bit)crypt_hash(string(8bit)password,string(7bit)salt,int(0..)|voidrounds)- Description
This is a convenience alias for Nettle.crypt_md5(), that uses the same API as the other hashes.
- Note
The
roundsparameter is currently ignored. For forward compatibility, either leave out, or specify as1000.- See also
Nettle.Hash()->crypt_hash(),
crypt_md5()