Hover.com: we store & email passwords in plaintext for usability
1–10 of 190 posts
Re: Hover.com: we store & email passwords in plaintext for usability
#2Re: Hover.com: we store & email passwords in plaintext for usability
#3Re: Hover.com: we store & email passwords in plaintext for usability
#4*edit: I just want to be clear, I don't actually think encryption would a sufficient replacement for a good hashing function, the question was just pointing out how bad this decision by Hover was; not only do they decide to make the password recoverable, but they don't even take whatever meager opportunities there are to make it at least somewhat secure.
Re: Hover.com: we store & email passwords in plaintext for usability
#5Re: Hover.com: we store & email passwords in plaintext for usability
#6Couldn't they at least encrypt it, and store the key on a separate file? *edit: I just want to be clear, I don't actually think encryption would a sufficient replacement for a good hashing function, the question was just pointing out how bad this decision by Hover was; not only do they decide to make the password recoverable, but they don't even take whatever meager opportunities there are to make it at least somewha…
Re: Hover.com: we store & email passwords in plaintext for usability
#7Couldn't they at least encrypt it, and store the key on a separate file? *edit: I just want to be clear, I don't actually think encryption would a sufficient replacement for a good hashing function, the question was just pointing out how bad this decision by Hover was; not only do they decide to make the password recoverable, but they don't even take whatever meager opportunities there are to make it at least somewha…
Re: Hover.com: we store & email passwords in plaintext for usability
#8You absolutely cannot store passwords in plain text. There is no level of security you can wrap around the database that will ever be 100%. It only takes one mistake for everything to get exposed.
To try and reason that there is a trade off between customer support and security is ludicrous. Your reset emails aren't getting through? Work on fixing that damn system instead of exposing your customers to a world of hurt down the road.
Re: Hover.com: we store & email passwords in plaintext for usability
#9Couldn't they at least encrypt it, and store the key on a separate file? *edit: I just want to be clear, I don't actually think encryption would a sufficient replacement for a good hashing function, the question was just pointing out how bad this decision by Hover was; not only do they decide to make the password recoverable, but they don't even take whatever meager opportunities there are to make it at least somewha…
What good would that do? If an attacker gets in, they can get the key just as easily as they can get the database.
Re: Hover.com: we store & email passwords in plaintext for usability
#10Couldn't they at least encrypt it, and store the key on a separate file? *edit: I just want to be clear, I don't actually think encryption would a sufficient replacement for a good hashing function, the question was just pointing out how bad this decision by Hover was; not only do they decide to make the password recoverable, but they don't even take whatever meager opportunities there are to make it at least somewha…
What good would that do? If an attacker gets in, they can get the key just as easily as they can get the database.