is_my_password_pwned
Password check tool
Determines how often a user-provided password appears in a publicly shared database of compromised passwords.
How often does your password appear in the Pwned Passwords database? Uses the k-anonymity API.
151 stars
7 watching
20 forks
Language: Shell
last commit: almost 4 years ago passwordpwnedsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
thiamsantos/pwned | Checks if a password has been compromised in data breaches by hashing a partial part of the password and searching for it against a database | 24 |
cboesecurity/password_pwncheck | A tool that checks password strength against breached lists and other rules to help maintain enterprise password policies. | 158 |
thewhiteh4t/pwnedornot | Tool to identify compromised email addresses and their potential password matches from publicly available data sources. | 2,239 |
brycx/checkpwn | Tool to check if accounts have been compromised in data breaches. | 120 |
pitu/vue-isyourpasswordsafe | Checks if given passwords are leaked from a database of compromised credentials | 37 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
mihaifm/hibpofflinecheck | A KeePass plugin that performs offline and online checks against the Have I been Pwned password breach list | 318 |
philipperemy/tensorflow-1.4-billion-password-analysis | An analysis of 1.4 billion leaked passwords to identify patterns and changes in password usage over time using deep learning and natural language processing techniques. | 1,913 |
joswr1ght/cowpatty | A tool for cracking WPA-PSK passphrases using brute-force dictionary attacks | 190 |
martiningesen/msolspray | A tool for testing Microsoft Online accounts by spraying passwords and gathering account information. | 82 |
kpcyrd/authoscope | Tools and scripts for cracking custom network authentication systems | 400 |
xpepper/passwordstrengthchecker | A tool to evaluate password strength based on length, character types, and special characters. | 6 |
kaonashi-passwords/kaonashi | An analysis of common password patterns to improve password security | 1,009 |
mattrobenolt/django-sudo | Adds an extra layer of security to sensitive pages by requiring users to re-enter their password after logging in | 281 |
dafthack/msolspray | A tool that simulates password login attempts to Azure accounts, logging relevant information such as account status and error codes. | 911 |