Skip to content

Marchy02/Password-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Password Tester

Web application and Python script to evaluate password strength. The tool analyzes password complexity and provides a theoretical estimate of the time required to crack it using brute-force attacks.

Quick Start

Web Version

No installation required.

πŸ‘‰ Official site: https://marchy02.github.io/Password-tester/

  1. Open the project GitHub Pages website
  2. Use the web interface directly from your browser

The password is analyzed entirely client-side and never leaves your device.

Python Version (CLI)

Use this only if you prefer working from the terminal.

Requirements (Linux)

sudo apt update
sudo apt install -y git python3 python3-pip

Clone the repository

git clone https://github.com/Marchy/password-tester.git
cd password-tester

Install dependencies and run

pip install rich
  1. Run the program:
python password_tester.py

Project Structure

  • index.html β€” Web interface
  • style.css β€” Styles
  • script.js β€” Password analysis logic (JavaScript)
  • password_tester.py β€” Original Python version

Features

  • Checks password requirements (uppercase, lowercase, numbers, symbols)
  • Cracking time estimation based on entropy and character set
  • Common password detection
  • Fully offline execution

Made by Marchy

About

Check your password strength and estimated crack time (brute-force). πŸ” The website runs entirely in your browser (client-side) and the Python script is 100% offline. Zero data sent to servers, everything stays on your machine. πŸš€

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors