Here's how you can check:
$ echo -n "password" | shasum $ grep 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8 SHA1.txt $ grep 000001e4c9b93f3f0682250b6cf8331b7ee68fd8 SHA1.txt 000001e4c9b93f3f0682250b6cf8331b7ee68fd8
As mentioned here, a subset of the hashes are marked with 00000, presumably to identify already cracked passwords. You should therefore check both variants as shown above.
If your password matches, you should change your LinkedIn Password asap and then change your passwords everywhere where you reused it (especially for popular platforms like Facebook, Google or Amazon).
By lack of shasum you can also use PHP's sha1() function:
ReplyDeletephp -r 'echo sha1("password")."\n";'
This blogpost show which tools are used to crack the SHA-1 hashes: http://erratasec.blogspot.de/2012/06/linkedin-vs-password-cracking.html
ReplyDeleteWe are really grateful for your blog post. You will find a lot of approaches after visiting your post. I was exactly searching for. Thanks for such post and please keep it up. Great work. Kennected
ReplyDelete