|
|
|
|
|
by benaubin
779 days ago
|
|
> However, as the number of members in the set increases, the number of possible IDs increases exponentially.
Case-sensitive: 53^8 = 62,259,690,411,361
Case-insensitive: 22^8 = 54,875,873,536 Nitpick, but isn't this polynomial to the members of the set? |
|