A cybersecurity tool developed in Python to analyze password complexity and prevent weak credentials.
- Real-time Analysis: Checks passwords against 5 key security criteria.
- Regex Implementation: Uses Regular Expressions for pattern matching.
- Scoring System: Calculates a security score (0-100).
- Length (>8 characters)
- Uppercase Letters
- Lowercase Letters
- Numbers
- Special Characters (!@#$...)