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

Allow choice between Argon2i, Argon2d and Argon2id #1

Closed
Atulin opened this issue Sep 26, 2019 · 3 comments
Closed

Allow choice between Argon2i, Argon2d and Argon2id #1

Atulin opened this issue Sep 26, 2019 · 3 comments

Comments

@Atulin
Copy link

Atulin commented Sep 26, 2019

No description provided.

@scottbrady91
Copy link
Owner

This wasn't as easy as I was hoping it would be. Looks like the only option using libsodium is to move to ArgonHashBinary which seems to use a different format.

Seeing as libsodium now uses Argon2id by default and that is the recommended version, do you see any reason to support all versions?

@Atulin
Copy link
Author

Atulin commented Mar 11, 2021

No, I don't think there's a reason, if adding this functionality would be too bothersome. It's more of a nice-to-have thing, but hardly necessary.

@scottbrady91
Copy link
Owner

Okay, I'll close for now then. If anyone has a burning requirement for Argon2i or Argon2d then let me know 🙂

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

2 participants