|
|
|
|
|
by colanderman
4415 days ago
|
|
Not just case-insensitive, but character-group-agnostic. All the backend knows is that the user pressed "2"; it doesn't know whether that "2" means "A", "B", or "C". (Or, to my point, "a", "b", or "c".) But you're making the mistake of assuming they're hashing passwords at all ;) |
|
That, I think, is the correct inference.