riverrun / argon2_elixir

Elixir wrapper for the Argon2 password hashing algorithm
Apache License 2.0
229 stars 34 forks source link

Update default values #24

Closed riverrun closed 5 years ago

riverrun commented 5 years ago

Update default values in line with the latest Argon2 IETF Inernet-Draft. This will involve changing the default Argon2 type to Argon2id and changing the default number of passes, amount of memory and number of lanes (parallelism) - a decision about the new values will be made after looking at other Argon2 implementations.

riverrun commented 5 years ago

Proposed new default values are:

riverrun commented 5 years ago

Updated in version 2.0.0