Bcrypt.Base (bcrypt_elixir v2.3.1) 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.