Skip to content

CHRISTOK01/Password-Strength-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Password Strength Checker

This project is a Password Strength Checker that evaluates a password based on several security criteria such as length, character diversity, common patterns, and more. It provides a strength classification (Strong, Medium, Weak) and feedback on how to improve the password for better security.

Features

  • Length Check: Password must be at least 12 characters long.
  • Character Diversity: Includes checks for:
    • Lowercase letters
    • Uppercase letters
    • Digits
    • Special characters
  • Unique Characters: Requires at least 8 unique characters.
  • Common Patterns: Avoids commonly used password patterns like "123", "password", "qwerty", etc.
  • Feedback: Provides actionable feedback on how to improve your password.

Example Output

Project Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages