Generate a salt suitable for hashing passwords.
Create a string that can be used to store a password safely. It includes the hash, the salt, and information about the CPU and memory limits used to compute it.
Hash a password with a salt. Returns the hash as a ubyte[].
Verify a password against a storage string obtained from hashPassword
Verify a password with a hash and salt
Password hashing config suitable for interactive use.
Password hashing config suitable for interactive use.
Password hashing config suitable for moderate use.
Password hashing config suitable for highly sensitive data
Password hashing config suitable for highly sensitive data.