Reshape a password
Watch how effective entropy and the rating change when you add length, break up sequences or remove common words.
Guide
Password Strength assesses a password's length, the character space it uses, its theoretical raw entropy and the effective entropy left after weak patterns are deducted. The implementation also checks predictable patterns such as repeats, sequential runs, keyboard walks, common words and dates, and shows the penalty for each; it then gives a strength grade from the model, crack-time orders under several attack-rate assumptions, and targeted suggestions.
Updated 2026-09-102 min read
Password Strength assesses a password's length, the character space it uses, its theoretical raw entropy and the effective entropy left after weak patterns are deducted. The implementation also checks predictable patterns such as repeats, sequential runs, keyboard walks, common words and dates, and shows the penalty for each; it then gives a strength grade from the model, crack-time orders under several attack-rate assumptions, and targeted suggestions.
| Input | Output | Notes |
|---|---|---|
| A long random string | Higher effective entropy | Fewer deductions when there is no obvious weak pattern |
A password123-style common structure |
Weak-pattern warnings | Common words and sequential digits lower effective entropy |
Watch how effective entropy and the rating change when you add length, break up sequences or remove common words.
Use a structurally similar stand-in to show why a string that “looks complex” but contains obvious patterns is penalised.
The page neither stores nor uploads it, but its own privacy note still suggests testing with a structurally similar stand-in to avoid unnecessary exposure.
Because the real speed depends on the hash algorithm, the hardware, the attack method and the password distribution; a fixed model is used here to estimate the order of magnitude.
The input takes part in the calculation only in the current page's memory; nothing is written to storage and no network request is sent. The page also states plainly that a real password in use should not be typed in.
Updated 2026-09-10
Entropy plus weak-pattern checks (sequences, keyboard walks, common words, dates) and three crack-time estimates, fully offline
Everything is analyzed in this page's memory — nothing is stored, reported or sent over the network