Skip to content
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

Closed
dominikschulz opened this issue Jan 6, 2021 · 0 comments · Fixed by #1706
Closed

Templates should support modern password hashing functions #1689

dominikschulz opened this issue Jan 6, 2021 · 0 comments · Fixed by #1706
Milestone

Comments

@dominikschulz
Copy link
Member

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/

@dominikschulz dominikschulz added this to the 1.x.x milestone Jan 12, 2021
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 dominikschulz modified the milestones: 1.x.x, 1.11.1 Jan 12, 2021
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant