Technology & Computing
Password Entropy & Brute-Force Cracking Time Calculator
Calculate a password's entropy in bits and estimate worst-case brute-force cracking time at a given guess rate.
Your inputs
Change any value to update the result instantly.
Password entropy
71.4504 bits
Total combinations (approx.)
3,22,62,66,76,23,97,87,60,00,000
Average time to crack (years)
51,117.1122 years
Average time to crack (seconds)
16,13,13,33,81,198.9382 seconds
Entropy assumes a truly random password; predictable patterns and dictionary words drastically reduce real-world security.
Formula and working
Entropy (bits) = length × log2(charset size); Cracking time = 2^entropy ÷ (2 × guesses/sec)
- 1
Collect the inputs
Character set = 62; Password length (characters) = 12; Attacker guesses per second = 1,000,000,000
- 2
Apply the formula
Entropy (bits) = length × log2(charset size); Cracking time = 2^entropy ÷ (2 × guesses/sec)
- 3
Result
Password entropy = 71.4504 bits
Frequently asked questions
Important limitation
This is an educational estimate based only on the values and formula shown. Verify current rates, rules, units, and professional standards before relying on the result. It is not personalized financial or investment advice.
Report a mistake or request an improvement
Tell us if a formula, unit, explanation, or result needs attention. Your message will include this calculator’s name and page.
Related calculators
AES-GCM Nonce Collision & Key Exhaustion Calculator
Estimate the safe number of messages encrypted under one AES-GCM key before random 96-bit nonce collisions become likely.
ECC vs RSA Security Equivalence Calculator
Compare an elliptic curve key size to the RSA modulus length needed to achieve the same symmetric security strength.
RSA Key Length Security Strength Calculator
Estimate the symmetric-equivalent security strength and relative computational cost of an RSA key length.
Hash Collision Probability & Birthday Attack Calculator
Estimate the probability of a hash collision occurring among a set of hashed items, based on the birthday paradox.
TLS Handshake Latency Overhead Calculator
Estimate the extra round-trip latency added by TCP and TLS handshakes for TLS 1.2, TLS 1.3 1-RTT and TLS 1.3 0-RTT resumption.
Binary, Octal, Decimal & Hexadecimal Multi-Base Converter
Convert a decimal number into binary, octal and hexadecimal representations and see its bit length.
