Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 439 Bytes

PasswordCheck

This project is a password checker which uses [https://haveibeenpwned.com/API/v3#PwnedPasswords] API in order to check if a password is secure or not. In order to check the passwords that you want, you can either enter them by a command line argument

$ python checkpass.py hello password1  

or using the passwords.txt.

Setup

To run this project, install it locally using pip:

$ pip install requests