Do we know how strong their hashing scheme was? Edit: SHA-1... You'd think a site as big as linkedin would have strong hashing...
Unsalted SHA1.
LinkedIn password leak
81–90 of 218 posts
Re: LinkedIn password leak
#82Aaaand that's why I use 'pwgen -s 22' to generate a unique password for every single site I use. I don't care if a salted password database is stolen; heck, as soon as I change my password I don't even care if a plaintext database is stolen. Why -s? Because it means each password is a complete word, and may easily be double-clicked in a password list (which is nice, because selection is copy in X). Why 22 characters?…
Re: LinkedIn password leak
#83Aaaand that's why I use 'pwgen -s 22' to generate a unique password for every single site I use. I don't care if a salted password database is stolen; heck, as soon as I change my password I don't even care if a plaintext database is stolen. Why -s? Because it means each password is a complete word, and may easily be double-clicked in a password list (which is nice, because selection is copy in X). Why 22 characters?…
apg -a 0 -n 1 -m 14 -x 14 -M NCL
-a lgorithm 0 is "pronounceable". 1 is "random chars".-n umber of passwords to generate
-m inimum and ma -x imum length
-M specifies what types of characters to use. N = Numbers C = Capital letters L = Lowercase letters. You can also add S for punctuation.
14 chars with numbers letters and caps gets you ~80 bits of entropy, which is the NIST recommended value for passwords.
I store them in 1Password. (Whose password generator I don't like, but is still infinitely better than picking your own passwords in your head.)
Re: LinkedIn password leak
#84Earlier quoted context omitted.
How do you randomly generate these passwords?
password managers
Re: LinkedIn password leak
#851: 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…
> Seriously?
Sample passwords, not your actual passwords.
If you follow that link, they reinforce that with: "Never enter your real password".
Re: LinkedIn password leak
#86As someone who isn't versed in security issues, can anyone explain how security breaches like this one (and Adobe etc.) occur? I'm assuming (and I may be completely wrong) that some kind of software monitors if the database of customer details is being downloaded. If a download is detected, an alert is issued. Does software like this exist? Or there other measure that guard against these data breaches?
Re: LinkedIn password leak
#87Aaaand that's why I use 'pwgen -s 22' to generate a unique password for every single site I use. I don't care if a salted password database is stolen; heck, as soon as I change my password I don't even care if a plaintext database is stolen. Why -s? Because it means each password is a complete word, and may easily be double-clicked in a password list (which is nice, because selection is copy in X). Why 22 characters?…
I use "apg". apg -a 0 -n 1 -m 14 -x 14 -M NCL -a lgorithm 0 is "pronounceable". 1 is "random chars". -n umber of passwords to generate -m inimum and ma -x imum length -M specifies what types of characters to use. N = Numbers C = Capital letters L = Lowercase letters. You can also add S for punctuation. 14 chars with numbers letters and caps gets you ~80 bits of entropy, which is the NIST recommended value for passwor…
Re: LinkedIn password leak
#88I 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!
How can a risk come from "outside" LinkedIn related to my password? If I haven't leaked my own password, then there should be nothing to fear, and my account should be secure.
Unless of course LINKEDIN ITSELF is compromised, and leaked my password. In that case, the wording about "coming form outside LinkedIn" just smells like BS/spin to me.
Re: LinkedIn password leak
#89Folks, this is becoming a common occurrence. Use a password generator and password vault to protect against this type of scenario.
Re: LinkedIn password leak
#90Earlier quoted context omitted.
I use "apg". apg -a 0 -n 1 -m 14 -x 14 -M NCL -a lgorithm 0 is "pronounceable". 1 is "random chars". -n umber of passwords to generate -m inimum and ma -x imum length -M specifies what types of characters to use. N = Numbers C = Capital letters L = Lowercase letters. You can also add S for punctuation. 14 chars with numbers letters and caps gets you ~80 bits of entropy, which is the NIST recommended value for passwor…
Why not?