Live data from Hacker News

Hackers raid eBay in historic breach, access 145 million records

reuters.com

31–40 of 100 posts

Re: Hackers raid eBay in historic breach, access 145 million records

#32
post #29
post #23

Ok, passwords were encrypted, were they salted? Per-account salts? How was the salt stored? How about the keys? What was the scheme? Actually, it seems like all sites with sensitive user data should disclose full technical details of their password scheme. How could we make that a reality?

You need to know how they store passwords because ... what?

So we can understand the risk of compromise.

Re: Hackers raid eBay in historic breach, access 145 million records

#34
How many billion $ companies will it take before we finally rid ourselves of plain-text password authentication (regardless of whether or not it's performed over TLS, or they're using a 'good' hash function for verification)?

The lack of a usable secure password authentication standards for the web is the most pressing issue in web security these days. If there's one thing in the next HTML standard that should be depreciated, it's

Re: Hackers raid eBay in historic breach, access 145 million records

#36
post #10

"3 months ago"... And "eBay suggest users chanche their password"... Wait, what? I suggest a policy where important breaches in security are disclosed within a short timeframe.

They didn't know about the breach until about two weeks ago [1], though that doesn't normally excuse that they waited two weeks to go public with the knowledge. One reason to hold back this information is if going public would make their investigation harder OR if going public would increase the security risk (e.g. if the security hole used wasn't yet fixed and going public meant disclosing something about how the ha…

Agree. Those should be the only reason not to disclose breaches (to the public).

Re: Hackers raid eBay in historic breach, access 145 million records

#39
post #34

How many billion $ companies will it take before we finally rid ourselves of plain-text password authentication (regardless of whether or not it's performed over TLS, or they're using a 'good' hash function for verification)? The lack of a usable secure password authentication standards for the web is the most pressing issue in web security these days. If there's one thing in the next HTML standard that should be dep…

There is no usable secure password authentication standard that will protect from password compromise after password database leak. In fact, if you're talking about SRP, it's worse in this regard compared to, say, using bcrypt.

Re: Hackers raid eBay in historic breach, access 145 million records

#40
post #35
post #33

Earlier quoted context omitted.

Could you elaborate on that?

because how the passwords are stored affects whether they are recoverable. are you dense?

He asked a simple question, what's with the hostility of asking if he's "dense" ?
Post reply on HN