lock

Password Strength Checker

Analyze password strength with entropy-based scoring. Runs 100% locally — your password never leaves your browser.

shieldFully local — nothing transmitted
Check a password
0
Length
0
Char Pool
0
Entropy (bits)
Estimated crack time
Online (10/s)
Fast hash (1B/s)
Offline GPU (10B/s)
Cluster (100T/s)
Generate a secure password

Frequently Asked Questions

No. This tool runs entirely in your browser using local JavaScript. Your password is never transmitted, logged, or stored anywhere. You can even disconnect from the internet and it will still work perfectly.

Entropy measures the unpredictability of a password in bits. It is calculated as log₂(pool_size ^ length). A 12-character password using all character types has roughly 79 bits of entropy. Each additional character adds log₂(pool_size) more bits. 60+ bits is considered strong; 80+ bits is very strong for most purposes.

A strong password combines length (12+ characters is the minimum recommended today), variety (using uppercase, lowercase, numbers, and symbols expands the character pool), and unpredictability (avoiding dictionary words, names, dates, or keyboard patterns like "qwerty"). Length is the single most impactful factor — each additional character multiplies the difficulty exponentially.

About the Password Strength Checker

Analyse any password for strength based on length, character variety, common patterns, and known weak password lists. Shows a strength rating with specific feedback on what to improve. The check runs entirely in your browser — your password is never transmitted or stored anywhere.