|
|
|
|
|
by DroidX86
3651 days ago
|
|
They could be extracting the 1st, 6th and 7th characters, concat them and storing the hash (+salt) of the resulting string. That way they can check equality without storing the plaintext password. You could extend this by storing the hash of all 3-letter combinations of the password on entry. Then ask for a random combination of 3-letters. |
|