Live data from Hacker News

6.5 Million LinkedIn Password Hashes Leaked

translate.google.com

31–40 of 547 posts

Re: 6.5 Million LinkedIn Password Hashes Leaked

#31
I know a lot of companies just keep your account including your password in there database while you removed your account.

Can I be sure my account was totally removed when I removed my LinkedIn account? Because the "please change your password as soon as possible" won't help me much.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#32
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.

I've developed a system (kept only in my head) where every password I use is based off on the name of the service. This means that with just one of my passwords, you're most likely not getting anywhere. With two, you have a bigger chance of figuring out the differences and thus the system, but it works fine for me at the moment.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#33
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.

Keep in mind that whoever leaked the hashes is probably keeping the usernames / emails for themselves. The forum in question doesn't allow posting of user-identifiable information according to the forum guidelines.

The leaked hashes seems to be SHA-1. I've also confirmed that the hash of my own (semi-complex) LinkedIn password is in the list. Accidentally this is the same password as I had for HN and that I've now changed (phew! THAT'd been bad! :-)

Re: 6.5 Million LinkedIn Password Hashes Leaked

#34
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.

You can use it for checking whether your password was leaked. You don't need usernames for that.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#36
post #13

Earlier quoted context omitted.

Agreed. That seems rather useless. How would that happen anyway? The usernames stored in a different database/table from the hashes?

They might need help cracking the hashes, keeping the usernames behind for their own exploits.

Or they may use this as an advertisment for selling the actual dataset.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#37
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.

No they're not. I tried the following:

> irb

> require 'digest/sha1'

> Digest::SHA1.hexdigest 'my_password'

=> hash_string

Then I searched the file with the hash string and found my password. I really hope they don't also have the usernames somewhere.

Re: 6.5 Million LinkedIn Password Hashes Leaked

#38

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.

By centralizing authentication, you make that central provider an even bigger target and you risk losing access to other services as you lose your main account (Google is known to sometimes terminate accounts with no way of recurse).

Finally, when that central provider gets hacked, all your dependent services are now also compromised.

And as we know from the CloudFlare story over the weekend, not even Google with their 2 factor authentication is devoid of issues.

No. Centralizing your login to one third-party as as bad as the current practice of reusing your password for every service you have an account with. The only way that is reasonably safe is to use different random credentials for every service and store these credentials somewhere under your (and only your) control (i.e. a password manager or a piece of paper)

Re: 6.5 Million LinkedIn Password Hashes Leaked

#39
post #34
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.

You can use it for checking whether your password was leaked. You don't need usernames for that.

Are the hashed passwords not salted?
Post reply on HN