API Reference digestif v#0.1.0
Copy MarkdownModules
Password hashing with secure defaults and a small public API.
Argon2id password hashing backed by the required argon2_elixir
dependency.
Optional bcrypt password hashing backed by bcrypt_elixir, for migrating
existing bcrypt user databases.
Behaviour and migration dispatcher for password hashers.
PBKDF2-HMAC-SHA-256 password hashing backed by pbkdf2_elixir.