Skip to content

Instantly share code, notes, and snippets.

@AhmedKammorah
Created October 2, 2013 16:07
Show Gist options
  • Save AhmedKammorah/6796138 to your computer and use it in GitHub Desktop.
Save AhmedKammorah/6796138 to your computer and use it in GitHub Desktop.
MD5 hash
md5 -s 'this will be encrypted'
MD5 ("this will be encrypted") = 502810f799de274ff7840a1549cd028a
md5 -qs 'this will be encrypted'
echo -n "this will be encrypted" | md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment