Given an input directory, recursively read all the files within and compute the MD5 hash for each one. The output is simply the full file path of each file, followed by the MD5 checksum on the same line.
MD5 code source: http://people.csail.mit.edu/rivest/Md5.c
-TODO: setup build environment similar to KML
project
-run build.bat
-Run kmd5
from the command line to see program usage guide.