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
Argon2id is more secure and up-to-date then bcrypt.
This step requires both hashing algorithms to be implemented. On each new account creation or password change, argon2 will be used instead of bcrypt and bcrypt will only be available for password hashes created before the update.
Argon2id is more secure and up-to-date then bcrypt.
This step requires both hashing algorithms to be implemented. On each new account creation or password change, argon2 will be used instead of bcrypt and bcrypt will only be available for password hashes created before the update.
Using the following package as simple and conveinient wrapper for go's argon2id implementation:
https://github.com/alexedwards/argon2id
The text was updated successfully, but these errors were encountered: