Every password generator tells you the password is "strong." Very few tell you how strong, or what that actually means in practice.
The answer is entropy — measured in bits.
What entropy bits mean
Entropy is the number of equally likely possibilities an attacker has to try. The formula:
entropy = log2(pool_size ^ length) = length × log2(pool_size)








