Skip to content

Add support for argon2i and argon2id kdf #3

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

Merged
merged 4 commits into from
Jul 31, 2018
Merged

Add support for argon2i and argon2id kdf #3

merged 4 commits into from
Jul 31, 2018

Conversation

maraino
Copy link
Collaborator

@maraino maraino commented Jul 24, 2018

Description

This pull request adds support for the KDF functions argon2i and argon2id. Argon2 was the winner of 2015 Password Hashing Competition.

Argon2 comes in 3 variants, but this PR only adds support for the 2 recommended for KDF methods, argon2i and argon2id. Argon2id is the recommended by the RFC

@maraino maraino merged commit e6ea8a1 into master Jul 31, 2018
@maraino maraino deleted the argon2 branch July 31, 2018 18:46
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.

1 participant