hibp
An unofficial TypeScript SDK for the 'Have I been pwned?' service.
An unofficial TypeScript SDK for the 'Have I been pwned?' service.
Password creation and validation
A small utility for Vue/Nuxt that checks if the given password has been leaked against the Have I Been Pawned API
A command-line tool for querying the 'Have I been pwned?' service.
Compare your password to the HaveIBeenPwned password API to check for matches in breaches. Requires 0 exteral modules. Returns a promise that resolves with an 'isPwned' status and the amount of breaches detected, if any.
checks your password against a list of compromised credentials
A password strength checker that integrates Have I Been Pwned Password API with zxcvbn
Fastest way to make sure all your passwords are safe
Anonymously check a given password against the haveibeenpwned.com database
React Hook for password input validation based on "Have I Been Pwned?"
plugin for unobtrusive jQuery Validation against the https://haveibeenpwned.com/ password database
A command-line tool for querying the 'Have I been pwned?' service.
This library implements the recommendations that apply to client-side password handling from NIST and OWASP. The purpose of this library is to provide an easy pluggable client-side password preprocessor.
Use a local sqlite3 db for checking if a password is pwned.
Download all the HIBP passwords
A simple Node.js module that checks against the https://haveibeenpwned.com database through its https://api.pwnedpasswords.com API.