|
|
|
|
|
by rallison
4415 days ago
|
|
While I can't stand passwords sent as part of a welcome email, this does not actually mean that they store the passwords in plaintext. Often, companies will send the username and password as part of a welcome email upon the user registering (and the above screenshots look exactly like that). This does not preclude the company from then hashing the password and storing it hashed. That said, it still is a terrible practice, as any records of that email on the origin server or servers in between will thus contain the plaintext password. |
|