-
Notifications
You must be signed in to change notification settings - Fork 66
Home
David Whitlock edited this page Feb 11, 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 version 5, Comeonin now provides two behaviours, Comeonin and Comeonin.PasswordHash, which then are used by the password hashing libraries.
Read this guide for information about upgrading to version 5.