GouriRajesh / PasswordChecker

A python3 project that safely checks the security of your passwords on your local computer using the Pwned API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PasswordChecker

A python3 project that safely checks the security of your passwords on your local computer using the Pwned API.
Makes use of requests, hashlib and sys module.

How to run the program:

The program accepts passwords to be checked as commandline arguments.
Example: python checkmypass.py hello thisismypassword password123

About

A python3 project that safely checks the security of your passwords on your local computer using the Pwned API.


Languages

Language:Python 100.0%