Command line tool to generate MD5 checksums for files, and verify their integrity later. Great to check for corrupted files so that you can restore them from a backup before the corruption propogates to other backups. This program has been tested working on both Mac and Linux based machines. Future functionality that I hope to implement can be found in the code in "//todo:" lines.
This program uses OpenSSL and the Boost filesystem library. Instructions for how to install these can be found in the Wiki tab of this repository. Usage notes can be found by running the executable with no/invalid arguments, as well as in the Wiki.
I would love to accept pull requests for this repository sometime in the future. I'm still getting everything set up and right now is not an ideal time for me to accept contributions.
This software is distributed AS IS with no warranty expressed or implied. It the end user's sole responsibility to read and understand the code in this project before executing it on any machine. I hereby release myself from any and all liabilities!