Tag

#cryptography

2 articles tagged #cryptography. See all tags →

Password Hashing: bcrypt vs Argon2id, and Why Fast Is a Bug
New
Tech9 min

Password Hashing: bcrypt vs Argon2id, and Why Fast Is a Bug

A password hash is the one function in your codebase you want to be slow. One RTX 4090 runs MD5 at 164 billion guesses a second and bcrypt at 184 thousand. Here are the parameters OWASP, RFC 9106 and NIST actually publish, and why memory cost is the setting that hurts an attacker most.

securitycryptographyargon2
Post-Quantum Crypto Migration: The Checklist for Teams Who Haven't Started
Tech11 min

Post-Quantum Crypto Migration: The Checklist for Teams Who Haven't Started

The deadlines are set, the standards are final, and 91% of businesses still have no roadmap. The uncomfortable truth is that you can't migrate what you can't see, so the first task isn't picking an algorithm, it's building an inventory of every place you use crypto.

post-quantumcryptographysecurity