[−][src]Crate bcrypt_pbkdf
This implements the bcrypt_pbkdf password hashing algorithm.
Errors:
- If either
password,saltorhash_outare empty - If
hash_outlength is greater than 1024 - If zero rounds are selected
Secrity:
It is strongly recommnded to use a salt generated with a CSPRNG and select a number of rounds that is greater than 50.
Functions
| bcrypt_pbkdf | The |