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

Implement argon2.profiles & adapt to RFC 9106 #110

Merged
merged 2 commits into from Dec 8, 2021
Merged

Implement argon2.profiles & adapt to RFC 9106 #110

merged 2 commits into from Dec 8, 2021

Conversation

hynek
Copy link
Owner

@hynek hynek commented Dec 5, 2021

Now that Argon2 is a proper RFC, we need to support it.

To stay more agile, this introduces the concept of profiles, based on the
existing Parameters class.

Fixes #101
Based on #106

@hynek hynek force-pushed the rfc-9106 branch 2 times, most recently from 00be2b6 to 08e3c6c Compare December 5, 2021 08:16
Now that Argon2 is a proper RFC, we need to support it.

To stay more agile, this introduces the concept of profiles, based on the
existing `Parameters` class.

Fixes #101

Co-authored-by: Brendan McDonnell <brendanm149@gmail.com>
@hynek hynek merged commit b1d8c50 into main Dec 8, 2021
@hynek hynek deleted the rfc-9106 branch December 8, 2021 08:53
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.

RFC is no longer a draft (RFC9106); default parameter choice out of date
1 participant