Live data from Hacker News

6.5 Million LinkedIn Password Hashes Leaked

translate.google.com

21–30 of 547 posts

Re: 6.5 Million LinkedIn Password Hashes Leaked

#21
post #10
post #4

I wonder how many LinkedIn users use the same passwords for all their accounts. The article talks about identity theft and "confidential contacts" but I think the real danger is that people tend to use the same password everywhere. It's their other accounts that might have real value. EDIT - As I think about it, e-mail accounts would be especially valuable as most of your other sites could be compromised using the "r…

Me. Admittedly, it's stupid as hell, but has generally been too much of a pain to do anything else (for things outside of banking, email). I've started to get serious about KeePass lately, but I bet a significant percentage of users take the lazy approach.

Having to type in my Apple password on iOS once every few hours inevitably means I have to use something memorizable and quick to type. There are certain trade-offs with different passwords.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#23
post #9

I've just downloaded the database linked and it only contains the hashed passwords, not the account usernames / e-mail addresses. I wonder if someone has the account details to match up otherwise you've no idea which password belongs to who, and you'd hope that LinkedIn would have lockout functionality.

... but still, a head wag at LinkedIn for using weak hashing, which I'm guessing means MD5.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#25
post #12
post #6

> - With a computer of 8,000 NOK (~ 1400 USD), you can do a few hundred million attempts per second. Are you kidding me? LinkedIn stored their passwords using (salted) SHA1 using no iterations? Jesus.

To expand on that, to store passwords don't just use salt+sha1, or try to do your own nested sha1, just use bcrypt: http://en.wikipedia.org/wiki/Bcrypt

Better still, use scrypt. HN's very own @cperciva wrote it.

http://www.tarsnap.com/scrypt.html

It requires a lot more memory to brute-force it, thereby defeating any speed gains from parallelism.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#26
post #22

Database is available here https://disk.yandex.net/disk/public/?hash=pCAcIfV7wxXCL/YPhO... (Source: twitter, haven't looked at it myself)

Those just look like hashes - are there usernames / salts somewhere? They do indeed seem to be salted.

How can you tell?

Re: 6.5 Million LinkedIn Password Hashes Leaked

#27
post #16
post #10

Earlier quoted context omitted.

Me. Admittedly, it's stupid as hell, but has generally been too much of a pain to do anything else (for things outside of banking, email). I've started to get serious about KeePass lately, but I bet a significant percentage of users take the lazy approach.

just use a couple of shitty passwords for sites you don't care about, and remember the other ones. E.g. my hacker news account would probably be relatively unproblematic to compromise. If that were to happen, I'd just make a new one though.

But what about your kar- nevermind.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#29

Can we please start using BrowserID or some other standard so we can secure that one provider and do away with all this? I'd like it if we could authenticate with Google using 2-factor authentication and be less worried about my password getting hacked.

A single point of failure sounds dangerous. People should just avoid using the same password for different websites. (That's what KeePass is for..) Perhaps a clever extension / browser feature could ensure that. (e.g. "Warning: You are probably using the same password for facebook.com")
Post reply on HN