Skip to content

Using python to create a program which checks whether a user's password was ever hacked and it gives how many times the password was hacked and used.

Notifications You must be signed in to change notification settings

milindsingh98/password_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

password_checker

Using python to create a program which checks whether a user's password was ever hacked and it gives how many times the password was hacked and used.

to run the code, THe user should have 'Requests' module. To install Requests using pip

pip install requests or pip3 install requests

To install it using conda prompt:

conda install requests

For runnning the code, open the shell and set the directory to the folder containing the code and run the following commands

python password_checker.py

or

python3 password_checker.py

Ex : >python password_checker.py helloworld something anything password123

About

Using python to create a program which checks whether a user's password was ever hacked and it gives how many times the password was hacked and used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages