A lightweight Python designed to evaluate the strength of passwords. Built with the Tkinter library, KeyStrength uses a robust custom algorithm to analyse passwords for security vulnerabilities, including checks against common weak passwords, dictionary words, and personal information.
- **Simple Design**: Clean and streamlined interface for ease-of-use.
- **Comprehensive Checking**: Evaluates password length, diversity, common passwords, dictionary words, and entropy.
- **Offline Functionality**: Works without an internet connection.
- **No Data Collection**: The app does not collect or transmit any data.
Requirements:
- Python 3.7 or higher
- Tkinter (usually included with Python).