Skip to content

Instantly share code, notes, and snippets.

@bricklife
Created February 8, 2014 15:31
Show Gist options
  • Save bricklife/8885492 to your computer and use it in GitHub Desktop.
Save bricklife/8885492 to your computer and use it in GitHub Desktop.
generate Content-MD5 in shell
cat <file path> | openssl dgst -md5 -binary | openssl enc -base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment