TOOLTIKI Lovable tool, really free
Developer Security

Password entropy calculator

Set the rules a password has to follow and see the entropy they buy — no password needed.

Strength Strong
71 bits of entropy · guessed in about 5.1 millennia
Allowed characters

62 characters to draw from

Generated in your browser · never sent, never stored

Local · log2(pool ^ length)
Advertisement
320 × 100

Entropy is log2(pool^length): the number of bits needed to describe one password drawn at random under a given rule. It is the right tool for judging a policy — "minimum twelve characters, letters and digits" — because it asks about the rule rather than about any particular password.

How to calculate password entropy

1 Set the length the policy requires.
2 Tick the character types it allows. The pool size updates underneath.
3 Read the bits. Under 40 is weak, 60 is a working floor, 80 and up is out of reach of an offline attack.

Two policies that sound similar can differ enormously. Eight characters of mixed case and digits is about 48 bits; twelve of plain lowercase is about 56. Length is the cheaper lever almost every time, which is why current guidance from NIST is to raise minimum length and drop composition rules — the rules push people toward predictable patterns without buying much. The figure here is an upper bound in the same way as any entropy number: it holds if passwords really are chosen randomly under the rule, and overstates things when they are not.

Questions

Around 60 bits for an ordinary account, 80 or more for anything protecting other credentials, such as a password manager.

NIST SP 800-63B — digital identity guidelinesMDN — Crypto.getRandomValues()
Advertisement
300 × 250
Was this tool any good?
INTERNAL SIGNAL ONLY · WE USE IT TO FIND TOOLS WORTH REBUILDING