Problem: Right now, to verify a download I copy the checksum from the source website, hash the file in my OS, and run a string compare command on the result vs the checksum value.
Solution: Functionality to get/ compare the hashes of downloads from t...