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

Add argon2 crypter #7

Merged
merged 1 commit into from Jun 1, 2018
Merged

Add argon2 crypter #7

merged 1 commit into from Jun 1, 2018

Conversation

F21
Copy link
Contributor

@F21 F21 commented Jan 19, 2018

Adds an argon2 crypter and promote it as the default scheme.

Argon2 is the winner of the password hashing competition and is now available in other languages: PHP, Javascript, Ruby etc.

The crypter uses the pure go implementation of argon2 here: https://godoc.org/golang.org/x/crypto/argon2

Closes #4

@F21
Copy link
Contributor Author

F21 commented Jan 25, 2018

ping @hlandau

@F21
Copy link
Contributor Author

F21 commented May 22, 2018

friendly ping @hlandau

@hlandau hlandau merged commit a0a65cb into hlandau:master Jun 1, 2018
@hlandau
Copy link
Owner

hlandau commented Jun 1, 2018

Sorry for the delay; needed to add a mechanism for safe upgrades in multi-server environments.

This has been merged to master and I'll tag a new release soon. A function UseDefaults has been added which controls breaking changes; see godoc.

@F21
Copy link
Contributor Author

F21 commented Jun 2, 2018

Awesome! Thank you so much!

@F21 F21 deleted the argon2 branch June 2, 2018 01:48
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 this pull request may close these issues.

None yet

2 participants