Password-Check (Java)
A simple Java application that checks the strength of a password.
This project was created as part of learning Java and basic programming logic.
Features
- Checks password length
- Validates presence of:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
- Provides feedback on password strength (Weak / Medium / Strong)
Technologies Used
- Java
- NetBeans IDE