Password Entropy Calculator

Estimate password strength in bits of entropy and crack time from length and character set

Frequently Asked Questions

How is password entropy calculated?

Entropy in bits = length × log₂(character-pool size). Lowercase only is a pool of 26; adding uppercase, digits, and symbols grows it to ~95. More length and a bigger pool both raise entropy.

How many bits is "strong"?

Rough guide: under 28 very weak, 36–59 reasonable, 60–127 strong, 128+ very strong. For accounts that may face offline cracking, aim for 80+ bits, ideally with a passphrase.

How is crack time estimated?

Guesses needed ≈ 2^entropy ÷ 2, divided by the attacker's guess rate. Offline GPU attacks can exceed 10¹⁰/s; online attacks are far slower. The tool shows both scenarios.

Should I type my real password here?

No. This estimates strength from length and character types only - never enter a real password into any website. Use a manager-generated passphrase instead.

Important Disclaimer: Estimates for informational purposes only.

This calculator provides estimates for informational purposes only. Results are based on assumptions and may not reflect actual outcomes. Consult qualified professionals in relevant fields before making important decisions based on these results.