This repository contains a Python script that checks if your password has been hacked and suggest ways to increase the strength of your passwords based on various criteria.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run the script, you need to have Python installed on your system. You can download Python from the official website: Python.org.
git clone https://github.com/UniquePython/Password-Checker.git
cd Password-Checker
python password_checker.py
Follow the prompts to enter the password you want to check.
The script will analyze the password and provide feedback on its strength.
Contributions are welcome! If you would like to contribute to this project, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- This script was inspired by the need to promote password security and educate users on creating strong passwords.
- Thanks to the developers of Python for providing a versatile programming language.