Sharing notes from my ongoing learning journey — what I build, break and understand along the way.
Cryptography – Post 3: Discovering Argon2

Cryptography – Post 3: Discovering Argon2 Today I learned why even bcrypt — which I thought was solid — isn’t the end of the road for password hashing.Argon2 takes it further, and for good reason. Why Argon2? I already knew…