-
Notifications
You must be signed in to change notification settings - Fork 66
Home
David Whitlock edited this page Mar 6, 2019
·
21 revisions
Comeonin is a specification for password hashing libraries.
This wiki provides you with information related to Comeonin and the following libraries:
- Argon2 - argon2_elixir
- Bcrypt - bcrypt_elixir
- Pbkdf2 - pbkdf2_elixir
In addition, the References page provides more general information related to password hashing and password strength.
In version 5, Comeonin now provides two behaviours, Comeonin and Comeonin.PasswordHash, which are used by the password hashing libraries.
Read this guide for information about upgrading to version 5.