Plain Text Offenders - Did you just email me back my own password?
41–50 of 147 posts
Re: Plain Text Offenders - Did you just email me back my own password?
#42Earlier quoted context omitted.
How so? You can easily send out an email with the plaintext password, hash it and store it securely from then on..
What if you log all sent e-mails?
Re: Plain Text Offenders - Did you just email me back my own password?
#43There are some cases when storing plaintext passwords is justified, despite all of the risks. There are cases where you can't - or shouldn't - hash passwords. For Freeversation, we store plaintext passwords for two reasons: 1. Our passwords are group passwords, which (hopefully) aren't re-used anywhere else. If someone hacks our server, the conversations stored on it are incredibly more valuable than the passwords th…
Wishful thinking is not a successful way of doing things in engineering.
Re: Plain Text Offenders - Did you just email me back my own password?
#44Earlier quoted context omitted.
A secure website should be mathematically incapable of ever displaying your plaintext password in any form whatsoever, at any time, even during the registration process.
If you have a public key associated with your email address on a public keyserver, they could encrypt your password—using said key—when you set it, and then store only the encrypted copy. Then, even though they were holding it, the only person who could do anything with it is you :)
Re: Plain Text Offenders - Did you just email me back my own password?
#45Re: Plain Text Offenders - Did you just email me back my own password?
#46Earlier quoted context omitted.
A secure website should be mathematically incapable of ever displaying your plaintext password in any form whatsoever, at any time, even during the registration process.
By that logic, how should the website know what password it should be hashing?
Re: Plain Text Offenders - Did you just email me back my own password?
#47There are some cases when storing plaintext passwords is justified, despite all of the risks. There are cases where you can't - or shouldn't - hash passwords. For Freeversation, we store plaintext passwords for two reasons: 1. Our passwords are group passwords, which (hopefully) aren't re-used anywhere else. If someone hacks our server, the conversations stored on it are incredibly more valuable than the passwords th…
The catch is in the word hopefully . Wishful thinking is not a successful way of doing things in engineering.
Edit: Furthermore, the password is not associated with a specific email address or user name. Even if someone has access to a conversation's password, they don't know who the password belongs to.
Re: Plain Text Offenders - Did you just email me back my own password?
#48Earlier quoted context omitted.
To be fair the Mailman registration page explicitly tells you not to use a secure password as it'll be mailed back to you in plain text.
And to be fair, you can't really do anything with that password except change your subscription status. That said, version 3 is in the works and I read that "feature" is going away.
Re: Plain Text Offenders - Did you just email me back my own password?
#49There are some cases when storing plaintext passwords is justified, despite all of the risks. There are cases where you can't - or shouldn't - hash passwords. For Freeversation, we store plaintext passwords for two reasons: 1. Our passwords are group passwords, which (hopefully) aren't re-used anywhere else. If someone hacks our server, the conversations stored on it are incredibly more valuable than the passwords th…
Re: Plain Text Offenders - Did you just email me back my own password?
#50There are some cases when storing plaintext passwords is justified, despite all of the risks. There are cases where you can't - or shouldn't - hash passwords. For Freeversation, we store plaintext passwords for two reasons: 1. Our passwords are group passwords, which (hopefully) aren't re-used anywhere else. If someone hacks our server, the conversations stored on it are incredibly more valuable than the passwords th…
No, it's only the worst-case scenario for you. The worst-case scenario for the users (your customers) is their password exposed. They don't care about your server.