Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.84 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.84 KB

PasswordChecker - A python script to check for possible password breaches.

forthebadge   forthebadge   forthebadge   GitHub Repo stars   GitHub forks

Technologies and Tools Used

This project was built using python.

Features

List the ready features here:

  • Takes in a single password or list of passwords.
  • Gives out a count of how many time a password is pwned or hacked.
  • Checks if a password is safe.
  • No storage or sharing of Passwords over the internet. Everything is local to your system.

Getting Started

Clone down this repository, and run the python script.

🛠 How to check for passwords

  • Step 1. Open CMD/Terminal.
  • Step 2. Browse to the correct folder using 'cd' command.
  • Step 3. Run - 'python checkmypass.py <password> or <list_of_passwords_seperated_with_spaces>'

Show your support

Give a ⭐ if you like this website!