What Entropy Measures
Entropy measures how unpredictable a password is, expressed in bits, using the formula length multiplied by log2 of the character pool size in use (26 for lowercase letters alone, growing toward roughly 95 once uppercase letters, numbers, and symbols are all combined). This checker calculates entropy directly from the character types actually present, then combines it with length to produce an overall 0 to 100 security score. Higher entropy means exponentially more combinations an attacker would need to try.