bcrypt_elixir v1.1.1 Bcrypt.Base View Source
Base module for the Bcrypt password hashing library.
Link to this section Summary
Functions
Verify the password by comparing it with the stored hash
Generate a salt for use with Bcrypt
Hash the password and salt with the Bcrypt hashing algorithm
Hash a password using Bcrypt
Link to this section Functions
Verify the password by comparing it with the stored hash.
Generate a salt for use with Bcrypt.
Hash the password and salt with the Bcrypt hashing algorithm.
Hash a password using Bcrypt.