Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 814 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 814 Bytes

KeyStrength: A lightweight password strength calculator

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.

Features

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

Installation

Requirements:

- Python 3.7 or higher
- Tkinter (usually included with Python).