Hacker News new | ask | show | jobs
by weird-eye-issue 1841 days ago
Nothing about the comment that you replied to would require them to store their password in "reversible form"
1 comments

> some portion of his password

Doing a partial string match on a password would effectively require it in reversible form. Even if you hashed all the possible substrings of the password, it would be trivial to brute force given all the hashes of the same string with one extra character on the end...

But OP was mistaken - the tool Google uses only alerts if the entire password is typed. Meaning that OP's friend was careless with password hygiene. As is nearly every new Google employee.