Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 434 Bytes

File metadata and controls

25 lines (17 loc) · 434 Bytes

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