Skip to content

Instantly share code, notes, and snippets.

@digitalquery
Created June 7, 2012 07:57
Show Gist options
  • Save digitalquery/2887297 to your computer and use it in GitHub Desktop.
Save digitalquery/2887297 to your computer and use it in GitHub Desktop.
How to test if your LinkedIn password has been compromised without sending it across the internet
Fire up terminal and run irb
require 'digest/sha1'
Digest::SHA1.hexdigest 'YOUR LINKEDIN PASSWORD IN QUOTES'
Copy the result and go to http://leakedin.org/
Paste the hash in and check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment