Earlier quoted context omitted.
"crypt" = "cryptographic hash" != "encryption". Not to mention that someone might get the wrong idea and decide that encryption (or single-round hashing) is good enough.
https://www.freebsd.org/cgi/man.cgi?crypt%283%29 NAME crypt -- Trapdoor encryption Linux man page: NAME crypt, crypt_r - password and data encryption Solaris 10 man page: NAME crypt - string encoding function Darwin: DESCRIPTION The crypt() function performs password encryption ...
LinkedIn password leak
211–218 of 218 posts
Re: LinkedIn password leak
#212I've read zero reports of people breaking into houses, finding a piece of paper down the back of the cabinet with lots of passwords on and no site names, then using those passwords randomly to gain access to an unknown system... A 'software' or 'online' password manager seems like a terrible idea, all your eggs in one convenient basket, if Sony and VISA and the NSA are unable to secure their systems 100% of the time…
:P
//not-tudorw
Re: LinkedIn password leak
#213Earlier quoted context omitted.
If they can hack into your mail they can reset your password anyway. (I'm not being technically correct here, but I'm being practical, and my argument here applies to 99.9999% of all cases)
It's not about hacking your email even. A significant amount of SMTP traffic still goes around unencrypted so just seeing that traffic fly by is enough to get the password.
Of course if you're talking about just a normal plain text static password, then it's obviously wrong to see it in an email.
[1] "Simple Authentication for the Web" (2007) https://isrl.byu.edu/pubs/saw_TechReport%20%28revised%20Marc...
Re: LinkedIn password leak
#214Earlier quoted context omitted.
Or, better yet, a password manager. If you aren't using one yet, now is a great opportunity.
I agree that password managers are great. They let you use completely different passwords for each service, efficiently mitigating any compromise. Also, they tend to encourage you to use actually random passwords (using a generator). However, most users will not bother, and getting them to use at least decent passwords would be a great step forward. Additionally, you still need a master password for your password man…
Re: LinkedIn password leak
#215I've read zero reports of people breaking into houses, finding a piece of paper down the back of the cabinet with lots of passwords on and no site names, then using those passwords randomly to gain access to an unknown system... A 'software' or 'online' password manager seems like a terrible idea, all your eggs in one convenient basket, if Sony and VISA and the NSA are unable to secure their systems 100% of the time…
Maybe using a password manager is better than using the password "wizard007" everywhere, including your HN account. :P //not-tudorw
Re: LinkedIn password leak
#216I've read zero reports of people breaking into houses, finding a piece of paper down the back of the cabinet with lots of passwords on and no site names, then using those passwords randomly to gain access to an unknown system... A 'software' or 'online' password manager seems like a terrible idea, all your eggs in one convenient basket, if Sony and VISA and the NSA are unable to secure their systems 100% of the time…
Maybe using a password manager is better than using the password "wizard007" everywhere, including your HN account. :P //not-tudorw
Re: LinkedIn password leak
#217Earlier quoted context omitted.
Maybe using a password manager is better than using the password "wizard007" everywhere, including your HN account. :P //not-tudorw
fair point :)
Re: LinkedIn password leak
#218Aaaand 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?…
How do you track those passwords? I presume not with a password manager otherwise it would be creating your passwords for you. Do you keep them in a text file on your computer or write them down and carry them around with you or something?
Writing them down would probably be even better.