# password
3 articles
security
Why Password Reuse Is Dangerous: How Credential Stuffing Works
How credential stuffing exploits reused passwords, real-world cases including 194K accounts breached from 1.7M attempts, NIST's updated guidelines, and the password manager solution.
Mar 14, 2026 · updated Mar 26, 2026 · 9 minsecurity
How Are Passwords Actually Cracked? Attack Methods & Modern Defenses
Learn how brute force, dictionary attacks, and rainbow tables work with code examples. Why MD5/SHA-1 fails in the GPU era, how to use Argon2id/bcrypt correctly, and what the 2025 NIST update changed.
Mar 12, 2026 · updated Mar 26, 2026 · 17 minsecurity
How to Check If Your Password Has Been Leaked
Step-by-step guide to checking for password breaches using Have I Been Pwned, NordPass, and built-in OS tools. Plus what to do when you find a leak.
Mar 7, 2026 · updated Mar 26, 2026 · 9 min