Password Strength Checker
Paste a password to see how strong it is. This checker estimates entropy from its length and character variety, shows an estimated crack time, and suggests how to make it stronger. Everything runs in your browser.
How to check password strength
- Type or paste the password into the box (use show/hide to reveal it).
- Read the strength meter, entropy in bits and estimated crack time.
- Follow the suggestions to add length or mix more character types.
Examples
A common password
password
Very weak. Crack time: instantly (found in common-password lists).
A long, mixed password
X7$kPq2!mNv9@wL4
Strong. ~105 bits of entropy across lowercase, uppercase, digits and symbols.
Frequently asked questions
Is my password sent anywhere?
No. The check runs entirely in your browser. Your password is held in the page while you look at it and is never sent to a server, logged or stored.
What is password entropy?
Entropy measures how unpredictable a password is, in bits. It is estimated as length times log2 of the character-set size. More bits means more possible combinations and a longer time to crack.
Why does length matter more than symbols?
Each extra character multiplies the number of guesses an attacker must try, so length adds entropy fast. Adding more character types helps too, but a longer passphrase usually beats a short password full of symbols.
What makes a strong password?
Length and unpredictability. Aim for 16 or more characters, mix lowercase, uppercase, digits and symbols, avoid common words, names, dates and keyboard patterns, and never reuse a password across accounts.
How is the crack time estimated?
We assume an offline attacker trying about 10 billion guesses per second and that the password is found after roughly half the keyspace, so guesses equal 2 to the entropy bits divided by two. It is a rough guide, not a guarantee.
Why is a long password still rated weak?
Common passwords and simple patterns are easy to guess no matter how long they look. If your password appears in well-known lists, it is forced to the lowest score regardless of its raw entropy.
Related tools
Password Generator
Generate strong, random passwords online. Choose length, letters, digits, symbols and skip look-alike characters. Created in your browser, never stored.
Hash Generator
Generate SHA-1, SHA-256, SHA-384 and SHA-512 hashes from any text. Live, lowercase hex output that runs entirely in your browser.
.env to JSON
Convert a .env file to JSON, or JSON back to .env. Parses KEY=value lines, comments, quotes and export. Runs entirely in your browser.
Aspect Ratio Calculator
Calculate aspect ratios fast. Enter a ratio like 16:9 and one dimension to get the other, or enter width and height to simplify the ratio.
Base58 Encoder
Encode and decode Base58 online with the Bitcoin alphabet. Convert text to Base58 or back, UTF-8 safe, no confusing 0 O I l. Runs in your browser.
Base64 Decode
Decode Base64 to plain text online. Paste a Base64 or base64url string and get instant UTF-8 output. Free, fast and runs in your browser.