-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Salted Argon2 Passwords #156
Comments
Existing example from the Ziti Edge: https://github.com/openziti/edge/blob/main/crypto/hash.go |
michaelquigley
added a commit
that referenced
this issue
Jan 23, 2023
michaelquigley
added a commit
that referenced
this issue
Jan 23, 2023
michaelquigley
added a commit
that referenced
this issue
Jan 23, 2023
michaelquigley
added a commit
that referenced
this issue
Jan 23, 2023
Password Salting and Improved Hashing (#156)
github-project-automation
bot
moved this from Evaluating
to Done
in zrok Development Roadmap
Jan 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improve the password storage by incorporating a salt, and use the
argon2
hashing function.This will break existing users ability to log in. Existing users will need to go through the forgot password (#65) workflow to re-establish a working password after this change.
Thanks to @andrewpmartinez for the guidance.
The text was updated successfully, but these errors were encountered: