Password Entropy Calculator

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

Frequently Asked Questions

What entropy should I target for different account types?

Security practitioners generally target 60+ bits for standard accounts, 80+ bits for privileged accounts, and 128+ bits for encryption keys. NIST SP 800-63B recommends minimum 8-character passwords with breach checking.

Why does this not account for human-chosen password patterns?

This models a theoretically random password. Human passwords contain patterns (names, dates, keyboard walks) that crackers exploit, making actual entropy much lower. Treat results as a generous upper bound for human-chosen passwords.

What is the difference between offline and online cracking rates?

Online cracking is limited by server rate limiting (thousands of attempts/s). Offline cracking happens after a hash database is stolen, at GPU speeds. Bcrypt at high cost factors slows offline cracking to thousands of guesses/s.

Is a passphrase more secure than a random password?

A 4-word Diceware passphrase yields ~51 bits; a random 12-character alphanumeric gives ~71 bits. A 6-word passphrase (~77 bits) or 16-character random password (~95 bits) are both strong for high-security needs.

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.