Found 128 repositories(showing 30)
tarzan
Checking for leaked passwords through haveibeenpwned v2 API using the hash-range checker
rehan-hk
A Password Checker to check if your current password has ever been ;Pwned
Akilash-A
This Python script checks password strength and detects if a password exists in leaked databases like RockYou. It supports multiple system configurations, loads wordlists for quick lookup, and evaluates passwords based on length, complexity, and common patterns. Ideal for cybersecurity testing and password analysis.
ghayth-1
Secure Password Leak Checker - powered by Have I Been Pwned API
1337andreas
PWCG 2000 - Password Checker/Generator is a Python program that lets you check an existing password against a database of known leaks, as well as generating new safe passwords which aren't known to be leaked.
whoami592
Welcome to the Have I Been Pwned Leak Checker! This tool checks if your email or password has been exposed in data breaches. Note: Passwords are checked anonymously using k-anonymity.
gt4404gb
No description available
RameshRaja05
No description available
coding4vinayak
#Leaked-password-checker Using api.pwnedpasswords.com checking passwords
A password leak checker that verifies if a password appears in known public breach databases using a secure API. Built to demonstrate real-world credential leak detection in cybersecurity.
Shivam-98350
Check Leak Password
Garreth-Ward
This script is a basic implementation of a password checker that utilizes the "Have I Been Pwned" (HIBP) Passwords API. The script takes passwords as command-line arguments, hashes them using SHA-1, and then queries the HIBP API to check if the hashed password has been previously exposed in data breaches.
githubneeraja
Automated n8n workflow to check for leaked emails/passwords and send real-time Gmail alerts.
Talpa2
password checker - determine if your password has been hacked or leaked
Magdyz
A Security solutions website including a Clean Password Generator and Leaked Passwords and email checker
jxterrr
password checker that checks for inclusion in a leaked database using HIBP api on python
Polly333
This is a password security checker which checks whether the entered password is leaked in any data breach or not.
0KvinayK0
This is a secure password checker written in Python that uses data harvested from haveibeenpwned API to verify whether the password you are using has already been leaked.
Chuks400
securepasscheck is a web-based password strength checker. It checks password length, complexity, entropy, and leaks using HaveIBeenPwned. Simple Flask backend, Bootstrap frontend. Try it online or run locally!
RensTech
A web-based Password Strength Checker using Python Flask. Evaluates password strength in real-time, detects weak patterns, and checks for leaks using a local hash list. Modern, responsive, and easy-to-use interface to keep your accounts secure.
pavankalyan662
Digital Security Suite: A set of cybersecurity tools including Keylogger detection & protection, Password strength & leak checker, Phishing URL detector, and Text/File encryption – all with interactive GUIs for educational and practical use.
thahim
Leaked Password Checker
adriang-90
Password leak checker
SyntaxisCS
password leak checker
hanahassouba22
Leaked Password Checker 🔍 Real-time breach detection! Queries HaveIBeenPwned API (4B+ passwords). "password123" → "BREACHED 4.7M times!" API integration + hash security.
debi-ml
Verify password security against data breaches with this Python utility using the 'Have I Been Pwned' API.
garjilius
Uses the pwnedpassword.com api to check if a password has ever been leaked
rodrigodvalente
Password generator and password leak checker
dierasembra
A simple security utility that checks if a password appears in a known leaked password list using SHA-1 hashing.
niloypaul12
This is a simple project of mine which detects if any given password was leaked during any interaction.