This is a simple password validation tool created by Rohit. The tool provides real-time feedback on the strength of the entered password based on various criteria.
-
Validates passwords for:
- At least one lowercase character
- At least one uppercase character
- At least one number
- At least one special character
- Minimum length of 8 characters
-
Toggle password visibility with an eye icon
-
Clone the repository:
git clone https://github.com/rohityadav-sas/Password-Validation-Tool
-
Open the
index.html
file in your web browser.
This project is licensed under the ISC License. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.