An open API service indexing awesome lists of open source software.

https://github.com/rahulbrb/password-strength-validator

Provides a real-time password strength check and gives immediate feedbacks on their password's strength.
https://github.com/rahulbrb/password-strength-validator

javascript password password-validation

Last synced: 11 months ago
JSON representation

Provides a real-time password strength check and gives immediate feedbacks on their password's strength.

Awesome Lists containing this project

README

          

# Password Strength Checker & Visibility Toggle

![image](https://github.com/user-attachments/assets/45500935-a1cd-41a0-813e-34e6e19034cd)
This app provides a real-time password strength checker and a password visibility toggle feature. The app ensures users create strong passwords by validating their input against predefined criteria and gives visual feedback based on password strength.

## Password Strength Criteria

1. Minimum of 8 characters.
2. At least 1 numeric character.
3. At least 1 lowercase letter.
4. At least 1 special character (non-alphanumeric).
5. At least 1 uppercase letter.