-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Templates should support modern password hashing functions #1689
Milestone
Comments
dominikschulz
added a commit
to dominikschulz/gopass
that referenced
this issue
Jan 12, 2021
Fixes gopasspw#1689 RELEASE_NOTES=[ENHANCEMENT] Add tpl funcs for Bcrypt and Argon2 Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
dominikschulz
added a commit
to dominikschulz/gopass
that referenced
this issue
Jan 12, 2021
Fixes gopasspw#1689 RELEASE_NOTES=[ENHANCEMENT] Add tpl funcs for Bcrypt and Argon2 Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
dominikschulz
added a commit
to dominikschulz/gopass
that referenced
this issue
Jan 13, 2021
Fixes gopasspw#1689 RELEASE_NOTES=[ENHANCEMENT] Add tpl funcs for Bcrypt and Argon2 Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
dominikschulz
added a commit
that referenced
this issue
Jan 13, 2021
Fixes #1689 RELEASE_NOTES=[ENHANCEMENT] Add tpl funcs for Bcrypt and Argon2 Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
kpitt
pushed a commit
to kpitt/gopass
that referenced
this issue
Jul 21, 2022
Fixes gopasspw#1689 RELEASE_NOTES=[ENHANCEMENT] Add tpl funcs for Bcrypt and Argon2 Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should consider adding support for more modern password hashing functions like Argon2 or Bcrypt, too.
https://godoc.org/golang.org/x/crypto/argon2
https://godoc.org/golang.org/x/crypto/bcrypt
https://doc.dovecot.org/configuration_manual/authentication/password_schemes/
The text was updated successfully, but these errors were encountered: