Hi,
I'd like to know how to verify downloaded files against checksums such as md5, sha1 and crc32.
I found a few files that come with md5 and sha1 files, however I don't know how it works. I have the valid md5 and sha1 checksum in the file but I need to retrieve the file's checksum to verify it against the md5 and sha1 files.
How do I do that?