Earlier quoted context omitted.
"why would your team not opt for things that ARE vetted as being secure, trusted, open, and have widespread adoption?" It was a classic case of letting product management opinion over-ride engineering implications. Namely, on behalf of customer service, I went to bat - hard - with the engineers, to give our CSRs a completely effective way to handle inbound password requests in cases where customers no longer had acce…
I'd hope in the future, when your engineers throw a fit, you take some time to learn why you're wrong up front rather than overruling them. This was a huge mistake on your part and it's now public; you have a limited amount of time to fix it before you're hacked.
Hover.com: we store & email passwords in plaintext for usability
161–170 of 190 posts
Re: Hover.com: we store & email passwords in plaintext for usability
#162Earlier quoted context omitted.
"why would your team not opt for things that ARE vetted as being secure, trusted, open, and have widespread adoption?" It was a classic case of letting product management opinion over-ride engineering implications. Namely, on behalf of customer service, I went to bat - hard - with the engineers, to give our CSRs a completely effective way to handle inbound password requests in cases where customers no longer had acce…
What's to stop me (possible hover CSR, co-worker, whatever) from simply reading a high-profile customer's password and transferring all their million dollar domain names to me later that night when I get home from work? I have a pretty good memory. I bet I could remember 5-10 simple passwords and email addresses without writing anything down. Chances are the idiots use the same password for their email anyways. Muaha…
Re: Hover.com: we store & email passwords in plaintext for usability
#163tl;dr: guy from hover, mea culpa, new code on the way. I thought it might help to provide some further deets on that blog post. I don't think we're making a case there, or providing an excuse - it certainly wasn't my intent to try and convince anyone of anything when I wrote that, but rather, it was an exercise to explain where we were (with that and other development projects) and where we were going. We've gone bac…
A couple things here: 1) I simply don't believe your claim that the number of stolen emails is so high that sending password retrieval links via email is unfeasible. This isn't a new problem that is just faced by hover.com, and most solve it without resorting to plain text passwords. 2) You aren't taking a wide enough view here. By storing and sending plaintext passwords you are doing more than making someone's hover…
Re: Hover.com: we store & email passwords in plaintext for usability
#164Earlier quoted context omitted.
Not exactly a list, but: http://plaintextoffenders.com/
As I'm sure you noticed, many of those sites are putting the password in the welcome/verification email, but this is not the same as actually storing it as plaintext in their database. The thing to look out for is your old password in password reset emails, not welcome emails. And another one to add to the list: my brother's small business uses British Telecom for email hosting. Their control panel stores the passwor…
What's the use of encrypting your passwords when you're broadcasting them to every mail server between your and your customer?
Re: Hover.com: we store & email passwords in plaintext for usability
#165Earlier quoted context omitted.
Thanks. I took a look at Fabulous.com. I recall checking them out once before based on a HN recommendation. They're out of my league. When I say I have 100+ domains, I mean like around 105 (give or take). I'm not really a 'domain professional.' For the reference: > To be eligible for a Fabulous account we > require that you meet at least one of the > following: > Domain portfolio must generate US$750+ per month > Tra…
I know what they quote on their page. If you're really interested contact me from my profile and I will see if I can help you out.
(Man, I wish I owned the Fabulous.com domain. My business cards would be bedazzled.)
Re: Hover.com: we store & email passwords in plaintext for usability
#166Re: Hover.com: we store & email passwords in plaintext for usability
#167Is there a website that lists all services that store plain text passwords? (so one can avoid them)
Re: Hover.com: we store & email passwords in plaintext for usability
#168Earlier quoted context omitted.
DreamHost also stores passwords in a recoverable fashion, FYI.
Disclaimer: I am an ex-DH intern and my information is only as good as August 2010, but it is likely to still be accurate. At the very least, DH does not store passwords as plaintext, but it's only very marginally better than that. Passwords are stored using a custom-rolled symmetric encryption algorithm created by... I never found out if it was a founder or just one of the earlier admins, but that doesn't really cha…
Re: Hover.com: we store & email passwords in plaintext for usability
#169tl;dr: guy from hover, mea culpa, new code on the way. I thought it might help to provide some further deets on that blog post. I don't think we're making a case there, or providing an excuse - it certainly wasn't my intent to try and convince anyone of anything when I wrote that, but rather, it was an exercise to explain where we were (with that and other development projects) and where we were going. We've gone bac…
Fwiw, let me share some of the less predictable consequences of what could happen if your pwd database is hacked, and why it's important to use bcrypt, PBKDF2, or scrypt to secure your users passwords. ( http://codahale.com/how-to-safely-store-a-password/ ) I was one of the folks whose email and password were compromised in the recent MtGox.com bitcoin exchange attack. Until then I had been using a three-tier passwor…
Would unique email addresses for each service have helped your situation at all?
For example:
Facebook email: uniqueemail1@gmail.com (forwards to your real email) Facebook password: password1
Hover email: uniqueemail2@gmail.com (forwards to your real email) Hover password: password1
Bank email: uniqueemail3@gmail.com (forwards to your real email) Bank password: password1
If any of those services get hacked (and the passwords are stored in plain text) then there's nothing connecting those accounts to each other since the email addresses are all different.
It's the system I use (along with 3 tiers of passwords not just 'password1' as used in the above example).
Re: Hover.com: we store & email passwords in plaintext for usability
#170FYI - Hover is a front end for Tucows / OpenSRS, which also store passwords in plain text.
Nope, this issue is uniquely ours and has nothing to do with OpenSRS. I usually try not to speak for them, but I can say authoritatively that this simply isn't the case.