pbkdf2_elixir v0.8.0 Pbkdf2.Base View Source
Base module for the Pbkdf2 password hashing library.
Link to this section Summary
Link to this section Functions
Hash a password using Pbkdf2.
Link to this function
verify_hash(hash, password, salt, rounds, digest, length, output_fmt)
View Source
Verify an encoded Pbkdf2 hash.