You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: