Argon2 is a modern password hashing algorithm that won the 2015 Password Hashing Competition. It improves on older algorithms like bcrypt and PBKDF2 by using memory-hardness and customizable parameters to defend against GPU-based brute-force attacks. The algorithm comes in three variants: Argon2d (optimized for GPU attack
Sort: