Skip to content

CiccioBro17/Password-Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Strength Tester

A lightweight and interactive password strength tester with animated bars showing how long it would take to crack your password using different attack methods.

Features

  • Real-time strength calculation based on character set and password length.

  • Animated strength bars for different cracking methods:

    • Dictionary Attack
    • Brute Force (lowercase)
    • Brute Force (full charset)

    Requirements:

  • Minimal dependencies — works with plain HTML, CSS, and JavaScript.

  • Optional Node.js backend to log entered passwords (for demo or research).


Installation

Frontend only

If you just want the visualizer without password logging:

  1. Clone this repository:

    git clone https://github.com/CiccioBro17/Password-Cracker.git
  2. Start a localhost server

    e. g.:

    python3 - m http.server
  3. Visit localhost:port

Frontend + Backend (for logging)

Warning

removed from repository

License

This project is licensed under the MIT License. You are free to use, modify, and distribute it for personal or commercial use.

About

Want to see how long does it take to crack a password? Run this in a simple localhost and find out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors