Password Storage Without KDF vs Argon2
Developers should avoid this practice entirely, as it exposes systems to significant security risks, especially in applications handling sensitive user data like banking or healthcare meets developers should use argon2 when implementing secure password storage in applications, as it provides strong protection against brute-force and side-channel attacks. Here's our take.
Password Storage Without KDF
Developers should avoid this practice entirely, as it exposes systems to significant security risks, especially in applications handling sensitive user data like banking or healthcare
Password Storage Without KDF
Nice PickDevelopers should avoid this practice entirely, as it exposes systems to significant security risks, especially in applications handling sensitive user data like banking or healthcare
Pros
- +Instead, they must learn to use secure password storage techniques, such as bcrypt, Argon2, or PBKDF2, to protect against attacks and comply with regulations like GDPR or PCI DSS
- +Related to: key-derivation-functions, bcrypt
Cons
- -Specific tradeoffs depend on your use case
Argon2
Developers should use Argon2 when implementing secure password storage in applications, as it provides strong protection against brute-force and side-channel attacks
Pros
- +It is particularly valuable in web applications, authentication systems, and any scenario where user credentials need long-term protection, such as in databases or authentication servers
- +Related to: password-hashing, cryptography
Cons
- -Specific tradeoffs depend on your use case
The Verdict
These tools serve different purposes. Password Storage Without KDF is a concept while Argon2 is a tool. We picked Password Storage Without KDF based on overall popularity, but your choice depends on what you're building.
Based on overall popularity. Password Storage Without KDF is more widely used, but Argon2 excels in its own space.
Disagree with our pick? nice@nicepick.dev