How Password Strength Is Measured

Password strength is measured in bits of entropy — a mathematical representation of how unpredictable a password is. The formula considers the size of the character pool (lowercase, uppercase, digits, symbols) raised to the power of the password length. Higher entropy means more possible combinations an attacker must try.

For example, a password using only lowercase letters (26 characters) has about 4.7 bits of entropy per character. Add uppercase (52 total) and you get 5.7 bits. Include digits and symbols (95+ characters) and each character contributes about 6.6 bits. A 16-character password with the full character set yields over 100 bits of entropy — practically unbreakable by brute force.

Have I Been Pwned Check

This tool checks your password against the Have I Been Pwned database of over 700 million compromised passwords using k-anonymity. Only the first 5 characters of the SHA-1 hash are sent — the full password never leaves your browser. If a match is found, your password appeared in a known data breach and should be changed immediately.