Skip to main content

Blog

Expert articles about personal finance, math concepts, health metrics, and more to help you make better decisions.

General

Stop storing passwords with SHA-256. Use Argon2id.

SHA-256 is a cryptographic hash, but it's the wrong cryptographic hash for password storage. The speed that makes it great for integrity checking is exactly what makes it dangerous for passwords. Here's what to use instead.

Read more