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

Feature request: Argon2 #608

Closed
hcksw opened this issue Aug 1, 2019 · 0 comments · Fixed by #661
Closed

Feature request: Argon2 #608

hcksw opened this issue Aug 1, 2019 · 0 comments · Fixed by #661

Comments

@hcksw
Copy link

hcksw commented Aug 1, 2019

CyberChef has a very good suite of hashing function but it noticeably doesn’t support Argon2, a slow key derivation function, which was the winner of the Password Hashing Competition in 2015. Scrypt, PBKDF2 and Bcrypt are great alternatives but Argon2 is considered by many to be the new benchmark. It is now used as standard in the latest version of KDBX password manager for example. There are also a number of browser implementations also, see below.
https://en.m.wikipedia.org/wiki/Argon2
https://github.com/antelle/argon2-browser

Could you consider introducing Argon2?

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

Successfully merging a pull request may close this issue.

2 participants