All Projects → dionysio → Haveibeenpwned_lastpass

dionysio / Haveibeenpwned_lastpass

Licence: mit
Check if your lastpass passwords have been pwned by someone

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Haveibeenpwned lastpass

pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (-26.04%)
Mutual labels:  password-manager, haveibeenpwned
Secretserver
Secret Server PowerShell Module
Stars: ✭ 82 (-14.58%)
Mutual labels:  password-manager
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (-50%)
Mutual labels:  password-manager
Qt Sesam
c't SESAM Password Manager (Qt version)
Stars: ✭ 72 (-25%)
Mutual labels:  password-manager
Allyourpasswords
The offline macOS password manager
Stars: ✭ 59 (-38.54%)
Mutual labels:  password-manager
Upm Android
Android version of Universal Password Manager.
Stars: ✭ 76 (-20.83%)
Mutual labels:  password-manager
Passforios
Pass for iOS - an iOS client compatible with Pass command line application.
Stars: ✭ 991 (+932.29%)
Mutual labels:  password-manager
Password Leak
A library to check for compromised passwords
Stars: ✭ 92 (-4.17%)
Mutual labels:  haveibeenpwned
Moolticute
Mooltipass crossplatform daemon/tools
Stars: ✭ 82 (-14.58%)
Mutual labels:  password-manager
Pwnedpasswordsdll
Open source solution to check prospective AD passwords against previously breached passwords
Stars: ✭ 71 (-26.04%)
Mutual labels:  haveibeenpwned
Firepwned
🙏 Checks Firefox saved passwords against known data leaks using the Have I Been Pwned API.
Stars: ✭ 69 (-28.12%)
Mutual labels:  haveibeenpwned
Pass For Macos
macOS wrapper for pass, the standard UNIX password manager
Stars: ✭ 62 (-35.42%)
Mutual labels:  password-manager
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-19.79%)
Mutual labels:  password-manager
Haveibeenpwned Zxcvbn Lambda Api
Deploy your own secure API to estimate password strength and check haveibeenpwned for known matches - HTTPS by force, server not required, fire and brimstone sold separately 🔥
Stars: ✭ 57 (-40.62%)
Mutual labels:  haveibeenpwned
Securelogin
This version won't be maintained!
Stars: ✭ 1,259 (+1211.46%)
Mutual labels:  password-manager
Featherpasswordmanager
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.
Stars: ✭ 39 (-59.37%)
Mutual labels:  password-manager
Masterpassword
Project moved to https://gitlab.com/spectre.app
Stars: ✭ 1,122 (+1068.75%)
Mutual labels:  password-manager
Passmgr
a simple, portable password manager
Stars: ✭ 74 (-22.92%)
Mutual labels:  password-manager
Libsphinx
Sphinx-based Password Storage low-level library
Stars: ✭ 94 (-2.08%)
Mutual labels:  password-manager
Kure
Secure, private and feature-rich CLI password manager
Stars: ✭ 87 (-9.37%)
Mutual labels:  password-manager

haveibeenpwned_lastpass

Passwords are not sent from your host machine. This article explains the process by which the passwords are checked

Website https://haveibeenpwned.com provides a way for you to check whether some of your passwords/usernames were leaked during one of the many breaches of online services. If you are like me, you have a LastPass account with way too many random passwords to check them manually. What this script does:

  1. logs into LastPass and retrieves its vault
  2. goes through your entries and checks passwords through the haveibeenpwned API (actual plain passwords are not sent anywhere)
  3. compiles the results into a report for you to see if you actually were pwned

Getting Started

  1. install Python 3
  2. install all the dependencies with pip install -r requirements.txt
  3. run python have_i_though.py and go through the interactive prompt

Acknowledgments

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].