Mathematics
Understanding Password Strength: Combinations, Character Set, and Length
Quick fact
The number of possible passwords grows exponentially with length, but only polynomially with the size of the character set. Adding one more character to a password often multiplies the number of possible combinations by the size of the character set (e.g., 94), whereas adding a new type of character might only add a few options per position.
Why this is interesting
Ever wondered why changing your password from 'password' to 'P@ssw0rd' feels secure but isn't as strong as you think? The real secret isn't just adding symbols—it's about length.