LeakedIn
41–50 of 194 posts
Re: LeakedIn
#42Re: LeakedIn
#43I quickly wrote a script to do this locally, not the most efficient, but I'm at work ;) https://github.com/hungtruong/LinkedIn-Password-Checker
Re: LeakedIn
#44Re: LeakedIn
#45"Why don't you just tell me your password..."
Re: LeakedIn
#46Earlier quoted context omitted.
You can provide your own hash, and a quick source check reveals that plaintext is being converted into a hash client-side, so only hashed data is being sent to the server.
'password' was actually in use - go figure.
Re: LeakedIn
#47http://crackedin.s3-website-us-east-1.amazonaws.com/
And it's hosted on S3 so it is faster :)
Re: LeakedIn
#48Re: LeakedIn
#49I think its safer to test yourself than randomly typing your password in on websites =)
You can provide your own hash, and a quick source check reveals that plaintext is being converted into a hash client-side, so only hashed data is being sent to the server.