Skip to content

A lightweight Python application to assess the strength of passwords.

Notifications You must be signed in to change notification settings

josh-uoc/KeyStrength

Repository files navigation

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

About

A lightweight Python application to assess the strength of passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages