Skip to content

216037150/java-password-strength-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

java-password-strength-checker

Password Strength Checker

Description: Create a program that checks if a given password is strong based on criteria like length, use of numbers, special characters, and uppercase letters.

Key Concepts:

1. String manipulation (checking for certain characters)

2. Regular expressions for pattern matching (optional)

3. Conditional logic for checking password strength

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages