This is very bad from a security standpoint but you'd be surprised how many websites do this. Here is a list http://plaintextoffenders.com/ I would have expected Pandora to know better. Anytime a website shows you your password or emails it to you, it's a bad sign. It means it is stored in plain text. The websites that do it right cannot tell you your password (because they don't know it); they can only let you reset…
> Anytime a website shows you your password or emails it to you, it's a bad sign. It means it is stored in plain text. No it doesn't. They could be using the strongest encryption known to man and still show you your password or e-mail it to you by simply decrypting it when needed.
Pandora doesn't hash their passwords
41–50 of 160 posts
Re: Pandora doesn't hash their passwords
#42Why are people still relying on developers to implement proper password security instead of using unique passwords?
Re: Pandora doesn't hash their passwords
#43Re: Pandora doesn't hash their passwords
#44Confirmed. No asterisks.
Re: Pandora doesn't hash their passwords
#45Thoughts? https://news.ycombinator.com/item?id=3798597
Re: Pandora doesn't hash their passwords
#46This is very bad from a security standpoint but you'd be surprised how many websites do this. Here is a list http://plaintextoffenders.com/ I would have expected Pandora to know better. Anytime a website shows you your password or emails it to you, it's a bad sign. It means it is stored in plain text. The websites that do it right cannot tell you your password (because they don't know it); they can only let you reset…
> Anytime a website shows you your password or emails it to you, it's a bad sign. It means it is stored in plain text. No it doesn't. They could be using the strongest encryption known to man and still show you your password or e-mail it to you by simply decrypting it when needed.
Re: Pandora doesn't hash their passwords
#47Earlier quoted context omitted.
What kind of profitable attacks could one perform with a large collection of Pandora passwords? The best I can think of is for a small band to have millions of people "like" them.
Simple, for every user that the hackers have, try their password for the associated email account, guaranteed they will gain access to many email accounts. Now they have access to their banking accounts.
On top of that, how does getting access to someone's bank account even help you? You have to transfer the money to another account, which leaves a trail...
Re: Pandora doesn't hash their passwords
#48My jaw dropped. How does such a publicly visible website think it is okay to show users their password without them asking? It should now be assumed that every hacker on the planet knows about this vulnerability, and Pandora will see attacks against their database very soon. What we don't know is if Pandora is storing users' passwords in plaintext. It is possible that Pandora remembers your password server-side for y…
Re: Pandora doesn't hash their passwords
#49It's just ASTOUNDING to me that in the year 2012 — one of the largest and most well-known companies on the internet (listed on NYSE, Alexa Rank 306, $100 Billion+ in revenue) could allow such a stupid vulnerability to persist.
Re: Pandora doesn't hash their passwords
#50My jaw dropped. How does such a publicly visible website think it is okay to show users their password without them asking? It should now be assumed that every hacker on the planet knows about this vulnerability, and Pandora will see attacks against their database very soon. What we don't know is if Pandora is storing users' passwords in plaintext. It is possible that Pandora remembers your password server-side for y…
It has to be plaintext in the db, because they can't reverse the hash back to plaintext to send to you.