Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages