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

Operation request: Argon2 Hashes #1028

Closed
retnikt opened this issue May 3, 2020 · 3 comments
Closed

Operation request: Argon2 Hashes #1028

retnikt opened this issue May 3, 2020 · 3 comments

Comments

@retnikt
Copy link
Contributor

retnikt commented May 3, 2020

Summary

Argon2 is a KDF and hash algorithm which won the Password Hashing Competition in 2015. A JavaScript implementation is here. The reference C implementation is here

Example Input

hunter2

Example Output

$argon2id$v=19$m=16,t=2,p=1$OUtVaFRMRUJ2dkh4NGptVw$v0Rd0bFT22+ce7WTVfMp6g
@mattnotmitt
Copy link
Collaborator

This has already been requested in #608 and is pending merge in #661.

@retnikt
Copy link
Contributor Author

retnikt commented May 3, 2020

Oh, sorry, must have typo'd in the search box

@retnikt retnikt closed this as completed May 3, 2020
@mattnotmitt
Copy link
Collaborator

Ha! Me too, it would only find it if I typed in argon2, not argon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants