Skip to content

Instantly share code, notes, and snippets.

@justdoit0823
Created January 10, 2018 06:24
Show Gist options
  • Save justdoit0823/4f7af8672a92c8c275637f130e4195d1 to your computer and use it in GitHub Desktop.
Save justdoit0823/4f7af8672a92c8c275637f130e4195d1 to your computer and use it in GitHub Desktop.
A collection of digest commands.

Mac OSX

  • md5
md5 -r filename
  • sha
shasum -a 1 filename
shasum -a 256 filename

Linux

  • md5
md5sum filename
  • sha
shasum -a 1 filename
shasum -a 256 filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment