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.
- 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.
