Simple function that will display the file (or files) with both MD5 and SHA256 hash values. This is useful if I am comparing the hashes for downloads to values posted online. Some people use MD5, some SHA256 so having both is nice.
Read more
Code:
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Command: hasher FILEGLOB
:: May 2018
::
:: Library command that shows several hash values with one command...
Read more