Skip to content

Instantly share code, notes, and snippets.

@krzyspmac
Created January 27, 2015 15:19
Show Gist options
  • Select an option

  • Save krzyspmac/87f13a34ad18ce027b6c to your computer and use it in GitHub Desktop.

Select an option

Save krzyspmac/87f13a34ad18ce027b6c to your computer and use it in GitHub Desktop.
Calculate correct MD5 from MacOS X Terminal without newline inserted by the terminal
# Calculate the md5 of the word "grape" (without quotes)
echo -n grape | md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment