This application allows users to check the strength of their passwords based on various criteria. It is built using Flask, HTML, CSS, and JavaScript for the front-end and back-end functionalities.
Password Strength Checker 2.0 is designed to provide an easy-to-use interface for users to evaluate the strength of their passwords. The app checks password strength based on several factors like length, use of uppercase and lowercase letters, numbers, and special characters.
The project is structured to have a backend powered by Flask to handle the logic and a frontend built with HTML, CSS, and JavaScript.
- Real-time password strength evaluation.
- Clear visual indicators for weak, medium, and strong passwords.
- User-friendly interface with input fields for password and feedback.
- Option to show or hide the password while typing.
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript
- Version Control: Git, GitHub
Before you begin, ensure you have the following installed:
-
Open your terminal or command prompt.
-
Clone the repository to your local machine:
git clone https://github.com/Payal1907/password-strength-checker-2.0.git