Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 399 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 399 Bytes

PasswordCheckerPwned

Check if your password has been used or not (Multiple passwords can be passed and checked) -> Make sure you have 'requests', 'hashlib' and 'sys' libraries -> run the python file and pass it passwords as arguments eg: (terminal python checkpass.py PASSWORD1 PASSWORD2 PASSWORD3 ......... (windows) python3 checkpass.py PASSWORD1 PASSWORD2 PASSWORD3 .........(Linux distros)