-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Feature request: Argon2 #608
Copy link
Copy link
Closed
Labels
Description
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?
Reactions are currently unavailable