This project is a basic password strength validation tool built using Python.
It evaluates password security based on industry best practices.
- Minimum length validation
- Uppercase & lowercase detection
- Number validation
- Special character detection
- Strength classification (Weak / Medium / Strong)
- Security improvement suggestions
- Python 3
- Regular Expressions (re module)
python3 password_checker.py
## π¨βπ» Author
Sheikh Iftekharul Islam
BSc in Information Technology
Aspiring SOC Analyst