Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.23 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.23 KB

Key-Waffle

A simple Python script to check the strength of passwords based on various criteria, including length, character types, and the presence of special characters.

Table of Contents

Introduction

This script uses a combination of length, character types (uppercase, lowercase, numbers, special characters), and checks against a common password database to determine the strength of a given password.

Features

  • Password length check
  • Character type check (uppercase, lowercase, numbers, special characters)
  • Reverse password checks
  • Database check for commonly used passwords
  • Color-coded output for visual feedback
  • Option to continue checking passwords

Screenshot

demo

Installation

  1. Clone the repository:

    git clone https://github.com/MD-DILDAR-MANDAL/key-waffle.git
  2. Navigate to the project directory:

    cd KEY-WAFFLE
  3. Install the required dependencies:

    pip3 install -r requirements.txt

Usage

Run the script:

python3 key-waffle.py