License and Support
This software is free to download (no registration required) and use as you see fit.
No documentation is available. No official support is provided.
Runs on Windows only.
On Mac
Wondering how to check your MD5 and SHA-1 hash tags after a file download off the internet? You will need the terminal, so press 'command + spacebar' and type 'terminal' to make the command line tool appear.
Navigate to the file in question by typing in the path, something like:
cd /Users/[username]/Desktop
For MD5 try this:
openssl md5 myFile.dmg
Without OpenSSL, try this:
md5 myFile.dmg
For SHA-1 try this:
openssl sha1 myFile.dmg
If you have problems OpenSSL may not be installed, you will need to use your friend Google to search for a method to install it.




Comments (0)