this might be a dumb question - but if the password was unique to that account AND you have 2 factor auth enabled, is there any reason you need to change the password ? so if some hacker somehow manages to backward engineer a salted-bcrypted-hash of my unique password, he still cant get in without my cell phone
LinkedIn password leak
101–110 of 218 posts
Re: LinkedIn password leak
#102Earlier quoted context omitted.
No. Salting mostly prevents rainbow tables from being very useful, but rainbow tables are questionably useful anyway with modern hardware. (Obviously depending on the type of the hash)
Yeah but isn't this method just a giant rainbow table whose source is crawlable web content? >It would have been impossible to use a brute-force attack or even a combined dictionary to crack a phrase of that length. But because the phrase was contained in this Wikipedia article, it wound up in a word list that allowed Chrysannthou to crack the phrase in a matter of minutes.
If he took the word list to run login attempts against a server (or a local endpoint checking the leaked database) it's more of a dictionary attack.
Same result, different ways to get there. If you're able to run your cracker locally against a leaked db, it probably doesn't really matter.
Re: LinkedIn password leak
#1031: Change your password. RIGHT NOW. If you’re not sure how strong your password is, test sample passwords with our password checker here. Seriously? Keep in mind that these estimates are based on some bogus entropy estimation. If a password hacking guy runs the correct dictionary past the hashes you password generates, it might be as small, well, as the first one tried. For example, run the passphrase Ph'nglui mglw'n…
So, being one of the people who hovers around laymanship when it comes to these questions, how hard is it to crack a randomly generated 25 character string with 5 digits and 5 symbols? This is typically what I would use for a website.
I use and recommend 1Password. To evaluate a password manager, check this page https://discussions.agilebits.com/discussion/15416/1password... for good questions to ask. For example, what data they can turn over, what their encryption practices are. Key phrase: "There is no data of yours that we keep, so there is nothing to turnover".
This can't be said by all password managers.
Re: LinkedIn password leak
#104Folks, this is becoming a common occurrence. Use a password generator and password vault to protect against this type of scenario.
A password vault ties you to a particular computer or mobile device. It's terribly inconvenient. But it's the best thing that we have today.
Re: LinkedIn password leak
#105Earlier quoted context omitted.
LinkedIn has a solid security team today. That was probably not the case when this breach apparently happened, though. Just because the dump leaked today has SHA-1 hashes, doesn't mean that's what they're doing now.
They should have never been doing that. And they regardless of what team they have, they have a terrible perception.
Re: LinkedIn password leak
#106Also, why is the 2FA option hidden under "Privacy" and not right next to the Change Password option? You'd think they would want to advertise 2FA better...
Re: LinkedIn password leak
#107Earlier quoted context omitted.
2009... Awesome. Linkedin should probably be the one warning me about this, but I never heard of this before. Edit: filtered as Spam, nevertheless they should have locked my account.
I believe it's been proven impossible to write a spam filter to distinguish useful LinkedIn email from spammy LinkedIn emails, since the spam filter would then be able to solve the halting problem.
Re: LinkedIn password leak
#108I got an email from them this morning about this, it just smells like all their other junkmail begging me to +1 their active users. Why don't they invalidate the passwords all at once instead of letting -- someone -- use the potentially compromised passwords again...
Incredible... The email says: "We've recently noticed a potential risk to your LinkedIn account coming from outside LinkedIn." That's almost as bad as saying "we take security very seriously" after a hack!
Re: LinkedIn password leak
#109Earlier quoted context omitted.
Why would you think that? Linkedin isn't really known for substance or integrity are they? Also didn't it come to light that they didn't use salts either?
LinkedIn has a solid security team today. That was probably not the case when this breach apparently happened, though. Just because the dump leaked today has SHA-1 hashes, doesn't mean that's what they're doing now.
"There are no experts, only various levels of incompetence" ;)
Re: LinkedIn password leak
#110Earlier quoted context omitted.
So, being one of the people who hovers around laymanship when it comes to these questions, how hard is it to crack a randomly generated 25 character string with 5 digits and 5 symbols? This is typically what I would use for a website.
How do you randomly generate these passwords?