A lightweight and interactive password strength tester with animated bars showing how long it would take to crack your password using different attack methods.
-
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).
If you just want the visualizer without password logging:
-
Clone this repository:
git clone https://github.com/CiccioBro17/Password-Cracker.git
-
Start a localhost server
e. g.:
python3 - m http.server
-
Visit localhost:port
Warning
removed from repository
This project is licensed under the MIT License. You are free to use, modify, and distribute it for personal or commercial use.