Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 830 Bytes

File metadata and controls

18 lines (14 loc) · 830 Bytes

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