Created
June 15, 2015 14:45
-
-
Save hanksudo/282e967a174173194e81 to your computer and use it in GitHub Desktop.
OSX: Generate md5 sha1 sha256 checksums from command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
md5 ~/Download/file.iso | |
shasum -a 1 ~/Download/file.iso | |
shasum -a 256 ~/Download/file.iso |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment