All Projects → antonlindstrom → Passpwn

antonlindstrom / Passpwn

See if your passwords in pass has been breached.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Passpwn

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)
Stars: ✭ 67 (-48.46%)
Mutual labels:  password, password-safety, haveibeenpwned
Pwned
An easy, Ruby way to use the Pwned Passwords API.
Stars: ✭ 290 (+123.08%)
Mutual labels:  password, haveibeenpwned
haveibeenpwned4j
The ultimate Java library for Troy Hunt's ';-- Have I Been Pwned (v3).
Stars: ✭ 13 (-90%)
Mutual labels:  password-safety, haveibeenpwned
Passmaker
可以自定义规则的密码字典生成器,支持图形界面 A password-generator that base on the rules that you specified
Stars: ✭ 363 (+179.23%)
Mutual labels:  password, password-safety
mopass
A OpenSource Clientless & Serverless Password Manager
Stars: ✭ 40 (-69.23%)
Mutual labels:  password, password-safety
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+33.85%)
Mutual labels:  password, password-safety
Kaonashi
Wordlist, rules and masks from Kaonashi project (RootedCON 2019)
Stars: ✭ 353 (+171.54%)
Mutual labels:  password, password-safety
Password Strength
Angular UI library to illustrate and validate a password's strength with material design - Angular V9 supported
Stars: ✭ 186 (+43.08%)
Mutual labels:  password, password-safety
Vue Password Strength Meter
🔐 Password strength meter based on zxcvbn in vue.js
Stars: ✭ 510 (+292.31%)
Mutual labels:  password, password-safety
Probable Wordlists
Version 2 is live! Wordlists sorted by probability originally created for password generation and testing - make sure your passwords aren't popular!
Stars: ✭ 7,312 (+5524.62%)
Mutual labels:  password, password-safety
Lil Pwny
Fast, offline auditing of Active Directory passwords using Python.
Stars: ✭ 117 (-10%)
Mutual labels:  haveibeenpwned, password-safety
keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
Stars: ✭ 25 (-80.77%)
Mutual labels:  password, haveibeenpwned
pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (-45.38%)
Mutual labels:  password, haveibeenpwned
Password Leak
A library to check for compromised passwords
Stars: ✭ 92 (-29.23%)
Mutual labels:  haveibeenpwned, password-safety
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (-56.15%)
Mutual labels:  password, password-safety
Bewgor
Bull's Eye Wordlist Generator - Does your password rely on predictable patterns of accessible info?
Stars: ✭ 333 (+156.15%)
Mutual labels:  password, password-safety
H8mail
Email OSINT & Password breach hunting tool, locally or using premium services. Supports chasing down related email
Stars: ✭ 2,163 (+1563.85%)
Mutual labels:  password, haveibeenpwned
Passwordpusher
🔐 PasswordPusher is an application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed.
Stars: ✭ 484 (+272.31%)
Mutual labels:  password, password-safety
Firepwned
🙏 Checks Firefox saved passwords against known data leaks using the Have I Been Pwned API.
Stars: ✭ 69 (-46.92%)
Mutual labels:  haveibeenpwned, password-safety
Hibp
A composer package to verify if a password was previously used in a breach using Have I Been Pwned API.
Stars: ✭ 126 (-3.08%)
Mutual labels:  password, haveibeenpwned

passpwn - password breach checker

This is a tool for checking your passwords in pass against Have I been pwned?.

passpwn uses the range API which means that we are only sending the first 5 characters of a SHA1 hashed password to Have I been pwned? and are checking the returned hashes against the full local hash.

Inspiration for this tool comes from the 1Password blog.

A big thanks to haveibeenpwned.com for making this possible in a secure way.

Reporting bugs

If you find any bugs or want to provide feedback, you can file bugs in the project's GitHub Issues page.

Author

This project is maintained by Anton Lindström (GitHub | Twitter)

License

APACHE LICENSE 2.0 Copyright 2018 Anton Lindström

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].