utility / Privacy
Password Leak Checker
Check if a password has appeared in data breaches using the HaveIBeenPwned k-anonymity API.
Runs locally
LOCAL WORKBENCH
k-Anonymity Password Leak Checker
100% Local (Password never leaves browser)
Continue the thread
Related utilities
Field notes
Before you use it
Is my password sent to the server?+
No. We hash your password with SHA-1, send only the first 5 characters of the hash to the HIBP API, and check the response locally. Your password never leaves your browser.