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.
- Host: GitHub
- URL: https://github.com/rahulbrb/password-strength-validator
- Owner: RahulBRB
- Created: 2024-09-09T16:15:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:21:28.000Z (almost 2 years ago)
- Last Synced: 2025-07-01T13:07:05.206Z (about 1 year ago)
- Topics: javascript, password, password-validation
- Language: CSS
- Homepage: https://checkpasswordstrength.netlify.app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Strength Checker & Visibility Toggle

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.