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

Support Argon2 #6

Open
dhui opened this issue Jan 7, 2018 · 1 comment
Open

Support Argon2 #6

dhui opened this issue Jan 7, 2018 · 1 comment

Comments

@dhui
Copy link
Owner

dhui commented Jan 7, 2018

Argon2 is now available in the golang.org/x/crypto/argon2 package. https://godoc.org/golang.org/x/crypto/argon2

Note: As of 2017-01-07, the Golang implementation chose to only expose Argon2i which is optimized for password hashing and KDFs since it's data independent. See:

Hold off on making Argon2 the default KDF until more time has passed: https://pthree.org/2016/06/29/further-investigation-into-scrypt-and-argon2-password-hashing/

@dhui
Copy link
Owner Author

dhui commented Feb 7, 2018

golang.org/x/crypt/argon2 now "supports" the Argon2id variant by exposing it:
golang/go#23602
golang/crypto@d9133f5

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

No branches or pull requests

1 participant