Password Breach Checker
Check if a password has appeared in a known data breach. Your password is hashed locally — only 5 characters of that hash are ever sent, never enough to identify it.
Your password is never sent to our serversHow it works: your password is hashed with SHA-1 in your browser. Only the first 5 characters of that hash are sent to the breach database (k-anonymity) — never your actual password, and never the full hash.