Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 697 Bytes

File metadata and controls

29 lines (19 loc) · 697 Bytes

Password Checker

Short Description:

Imported Libraries:

  • requests
  • hashlib
  • sys

Purpose: It's an actual tool that I use day to day for security reasons, not just any silly dumb password checker. This is legitimately going to be the most secure way for you to check if your password has been ever pawned or been under hacker radars.


Setup Instructions:

  1. Open Command Line terminal
  2. Type the command: 'python password-checker.py {your password}'
  3. Hit Enter and see the magic!!

Output:

Output


Author:

RISHAV KUMAR