You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This kind of falls in the list of #11 , but is a bit more important.
Apparently the older version of Argon2 didn't always enforce the $v=16$ version parameter in the hash, so we should also accept hashes that do not include the version parameter and default it to Version10.
The change would basically only include Data.Password.Argon2.checkPassword.
The text was updated successfully, but these errors were encountered:
Vlix
changed the title
Argon2 v1.0 hashes might not include "v=10" parameter
Argon2 v1.0 hashes might not include "v=16" parameter
Jan 20, 2022
This kind of falls in the list of #11 , but is a bit more important.
Apparently the older version of Argon2 didn't always enforce the
$v=16$
version parameter in the hash, so we should also accept hashes that do not include the version parameter and default it toVersion10
.The change would basically only include
Data.Password.Argon2.checkPassword
.The text was updated successfully, but these errors were encountered: