Password Entropy Calculator

Enter a password to see its entropy in bits, character set size, estimated crack time, and strength rating.

Password Input

0 characters

Character sets detected

Lowercase a–z 26
Uppercase A–Z 26
Digits 0–9 10
Symbols !@#… 32

Entropy Result

bits
0406080100+
Enter a password

Length

0

Charset size

0

Combinations

Brute-Force Crack Time

Worst-case time to exhaust all combinations at stated attack speed.

10 billion/s (GPU offline, fast hash)
100 billion/s (multi-GPU rig)
1 trillion/s (nation-state cluster)
100k/s (bcrypt/Argon2 hardened)
Copied!

Summary

Enter a password to see its entropy in bits, character set size, estimated crack time, and strength rating.

How it works

  1. Type or paste a password into the input field.
  2. The tool detects which character sets are used (lowercase, uppercase, digits, symbols).
  3. Entropy in bits is calculated as log2(charset_size ^ length).
  4. Review the crack-time estimates at 10B, 100B, and 1T guesses per second.
  5. Check the strength rating and the breakdown of which character sets contribute.
  6. Use the "Clear" button to reset and test another password.

Use cases

  • Verify whether a new password meets security policy requirements.
  • Compare entropy of passphrases vs. random character passwords.
  • Teach students or colleagues about the math behind password strength.
  • Estimate how long a known-charset brute force would take.
  • Audit legacy passwords during a security review.

Frequently Asked Questions

Last updated: 2026-06-11 · Reviewed by Nham Vu