Oh.. Didn't know anyone already made this - i also made a tool, but it doesn't send your whole hash over the wire (only the last 4 chars). http://olemartin.org/linkedin-passwords/
LeakedIn
71–80 of 194 posts
Re: LeakedIn
#72Oh.. Didn't know anyone already made this - i also made a tool, but it doesn't send your whole hash over the wire (only the last 4 chars). http://olemartin.org/linkedin-passwords/
Re: LeakedIn
#73Now there's a great idea! Provide your password to some random site purporting to check if your password's been compromised.
http://www.inutile.ens.fr/estatis/password-security-checker/ (BTW, be sure to type some gibberish into the provided box and hit submit, so you can see why I think this is a very relevant link.)
c. You agree to pay $ 100,000 for your use of the Estatis Free Password Security Checker if we ever ask for it.
Re: LeakedIn
#74Earlier quoted context omitted.
If you don't particularly trust the included click.js script, you can generate your password's SHA-1 via python fairly easily python -c 'import hashlib; print hashlib.sha1("PaSSw0rd").hexdigest()'
or easier and shorter: printf PaSSw0rd | sha1sum
Re: LeakedIn
#75Now there's a great idea! Provide your password to some random site purporting to check if your password's been compromised.
http://www.inutile.ens.fr/estatis/password-security-checker/ (BTW, be sure to type some gibberish into the provided box and hit submit, so you can see why I think this is a very relevant link.)
Re: LeakedIn
#76Earlier 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
#77Now there's a great idea! Provide your password to some random site purporting to check if your password's been compromised.
In other news I have a startup on credit card security Just submit your credit card number, CVV2 and expiration date and it'll check if it has been stolen over the internet for you
Re: LeakedIn
#78No, mine isn't in the list.
Re: LeakedIn
#79Now there's a great idea! Provide your password to some random site purporting to check if your password's been compromised.
In other news I have a startup on credit card security Just submit your credit card number, CVV2 and expiration date and it'll check if it has been stolen over the internet for you