pbkdf2_elixir v0.8.0 Pbkdf2.Stats View Source
Module to provide statistics for the Pbkdf2 password hashing function.
Link to this section Summary
Functions
Hash a password with Pbkdf2 and print out a report
Link to this section Functions
Hash a password with Pbkdf2 and print out a report.
This function hashes a password, and salt, with Pbkdf2.Base.hash_password/3 and prints out statistics which can help you choose how many rounds to use with Pbkdf2.