Livejournal Passwords

Jan 26, 2006 11:31

Is it just me or is livejournal storing passwords in plaintext/reversable encryption ( Read more... )

Leave a comment

Comments 7

ghewgill January 26 2006, 17:45:59 UTC
You can find out by browsing the livejournal source code, which is public.

There have been recent instances of malicious users running dictionary attacks against specific accounts (which has low yield), and also running common-password attacks across many different accounts (which has high yield). Perhaps livejournal ran their own dictionary attack against all stored password hashes, and flagged the weak ones for update.

Reply

ghewgill January 26 2006, 22:18:49 UTC
true, I know I've had to do that before to get users to use more secure passwords... I remember once I did that and someone's password was "password" and I was sooooo pissed off.

Reply


moonwick January 26 2006, 17:51:57 UTC
Brad seems too clued to do something as risky as that. Guess I wouldn't rule it out, but still...

Reply

decibel45 January 27 2006, 04:52:39 UTC
Uh, since when has brad had any clue? LJ is nothing but a patchwork of bandaids...

Reply


taral January 26 2006, 22:00:24 UTC
I'm pretty sure they do, especially because of the hashed password login. They need the original password to check the hash correctness.

Reply


projectsw3igart January 27 2006, 01:53:21 UTC
You are correct, Jacob. Livejournal uses some weird sort of hashing system instead of SSL. I thought about doing something similar so I wouldn't have to configure Apache to use OpenSSL, and scratched around with some pen and paper systems.

I finally came to the conclusion that without a public key crypto system, and sort of hash system is reducable to brute forcing the password, albeit a slow one due to all the MD5 calculations.

It is several orders of magnitude less secure than SSL. Also, note that the popular site facebook.com uses ABSOLUTELY NO encryption whatsoever.

Reply


decibel45 January 27 2006, 04:51:45 UTC
LJ is super-fucking stupid with passwords. Well, with a lot besides that too...

When I signed up I used one of my typical crappy passwords that I use for sites that are almost certainly storing passwords in cleartext.

Well, LJ bitched about the password being insecure because it didn't contain upper, lower, and numeric.

"Ok, great!" I think... these guys actually don't have their head up their ass when it comes to password handling, so I use one of my more secure passwords.

And then the fuckers EMAIL MY FUCKING PASSWORD BACK TO ME!

So a) they're almost certainly storing it in cleartext and b) they just sent the thing in cleartext.

Reply


Leave a comment

Up