vue-isyourpasswordsafe
Password checker
Checks if given passwords are leaked from a database of compromised credentials
A small utility written in Vue that checks if the given password has been leaked against the Have I Been Pwned API.
37 stars
3 watching
3 forks
Language: Vue
last commit: over 1 year ago
Linked from 1 awesome list
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 |
brycx/checkpwn | Tool to check if accounts have been compromised in data breaches. | 120 |
kevin-hanselman/is_my_password_pwned | Determines how often a user-provided password appears in a publicly shared database of compromised passwords. | 151 |
mihaifm/hibpofflinecheck | A KeePass plugin that performs offline and online checks against the Have I been Pwned password breach list | 318 |
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 |
hasecuritysolutions/vulnwhisperer | Automates vulnerability scan data aggregation and reporting for various security tools | 1,356 |
subdavis/tusk | A KeePass-compatible browser extension built with Vue.js and kdbxweb to fill passwords | 483 |
divineomega/laravel-password-exposed-validation-rule | A validation rule to check if sensitive data has been leaked from a data breach | 89 |
jumpseclabs/rook | Automates password cracking on AWS using GPU-based instances. | 79 |
duffn/dumb-password-rules | Compiles and tracks poor password security practices from various online sources. | 2,990 |
pentestmonkey/unix-privesc-check | A tool to check for misconfigurations on Unix systems that could allow local unprivileged users to escalate privileges | 1,034 |
vulnreproduction/linuxflaw | Records reproductions of Linux vulnerabilities in various virtual machines. | 399 |
moduscreateorg/beep | An account security scanner that detects vulnerabilities in online accounts by hashing credentials and checking against data breaches. | 157 |
yeswehack/pwnfox | An extension providing tools for Firefox/Burp security audits and testing | 1,060 |