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

using argon2 instead of bcrypt for password hashing #16

Closed
zekroTJA opened this issue Apr 20, 2020 · 0 comments
Closed

using argon2 instead of bcrypt for password hashing #16

zekroTJA opened this issue Apr 20, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zekroTJA
Copy link
Member

zekroTJA commented Apr 20, 2020

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

@zekroTJA zekroTJA added the enhancement New feature or request label Apr 20, 2020
@zekroTJA zekroTJA self-assigned this Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant