Skip to content

Instantly share code, notes, and snippets.

@rubeniskov
Created June 12, 2015 15:19
Show Gist options
  • Save rubeniskov/cfe55b947e2507182c97 to your computer and use it in GitHub Desktop.
Save rubeniskov/cfe55b947e2507182c97 to your computer and use it in GitHub Desktop.
Generate Checksums of file
openssl dgst -md5 /path/of/filename.ext
openssl dgst -sha1 /path/of/filename.ext
openssl dgst -ripemd160 /path/of/filename.ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment