Skip to content

Instantly share code, notes, and snippets.

@wagnerpinheiro
Created March 27, 2014 17:34
Show Gist options
  • Save wagnerpinheiro/9813301 to your computer and use it in GitHub Desktop.
Save wagnerpinheiro/9813301 to your computer and use it in GitHub Desktop.
Quick MD5 hash of a string
echo -n 'the_password' | md5sum -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment