Skip to content

MD-DILDAR-MANDAL/key-waffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A project to check password strength.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages