pwned-passwords
There are 31 repositories under pwned-passwords topic.
ubernostrum/pwned-passwords-django
Utilities for working with the Pwned Passwords database from Django.
mattevans/pwned-passwords
🔐Go client library for checking values against compromised HIBP Pwned Passwords
ubient/laravel-pwned-passwords
Simple Laravel validation rule that allows you to prevent or limit the re-use of passwords that are known to be pwned (unsafe). Based on TroyHunt's Have I Been Pwned (https://haveibeenpwned.com)
IEvangelist/pwned-client
A .NET HTTP client library for the "';-- Have I Been Pwned" API: https://haveibeenpwned.com/api/v3
nickurt/laravel-pwned-passwords
PwnedPasswords-plugin for Laravel 10.x/11.x
anamba/pwned_password.cr
Calls HIBP API to check whether password was listed in a breach
GideonLeGrange/haveibeenpwned
A Java API for the account and password services provided by https://haveibeenpwned.com
GrottoPress/pawn
A low-level API client for Pwned Passwords
oyeaussie/PHPPwnedPasswordsDownloader
A tool to download pwned password hash files from their API written in PHP. (https://haveibeenpwned.com/Passwords)
luketainton/PwnedPW
Checks if your password has been leaked.
MikeS159/CheckPasswordHash
Lets you check your password hash against a list in a textfile (for the have i been pwned database)
ByteDev/ByteDev.PwnedPasswords
Provides client functionality to talk to the pwnedpasswords API and check whether a particular password has been pwned.
gottburgm/Cracking
Cracking & Hashcat related materials
scnewma/pwaudit
Audits passwords against the haveibeenpwned database.
riklewis/better-passwords
Stop use of a bad passwords, including those in the Have I Been Pwned breached password database
scnewma/lpass-auditor
Audits LastPass passwords to determine if any of your passwords have been pwned.
alvinbaena/pwd-checker
A set of CLI tools and REST API for downloading, creating, and searching an offline version of the Pwned Passwords database.
apiarian/hibp
Check passwords against the https://haveibeenpwned.com/Passwords API
commenthol/is-password-pwned
Check password against pwnedpasswords.com using k-anonimity model
craigloftus/django-pwned-validator
Provides a password validator for Django that checks submitted passwords against the Pwned Passwords API
cristianzsh/passwordcheck
A simple tool to check if your password has been leaked.
DSI-Universite-Rennes2/php-pwned-passwords
A PHP library for the Pwned Passwords's API from Troy Hunt's Have I Been Pwned project
GEWIS/pwned-passwords-bloom-api
A Docker image that provides a Rocket microservice to query a RedisBloom instance of Troy Hunt's Pwned Passwords.
607011/hibpdl
Fast and multi-threaded downloader for ';--have i been pwned? SHA1 password hashes.
edgeworkscreative/pwned-password
:lock: :boom: Web component built to prevent the use of passwords found in previous data breaches via Have I Been Pwned API
le717/pwned-passwords
Pwned Passwords API wrapper
chanced/p4ssw0rd
Go password strength validation utilizing the haveibeenpwned API
ClaudioCorridore/pwd-check
A simple CLI tool to check if a password has been pwned using https://haveibeenpwned.com API.
mikeq/pwnedpass
Check if password has been pwned
sr-lab/pwned-api-wrapper
Wraps the Pwned Passwords API offering batch queries etc. from the command line.