A C# library used to grab, and compare, file checksums using various hashing algorithms.
//TODO - Complete this section.
The Latest Releases can always be found at either:
http://github.com/mullak99/Checksums/releases/latest
http://builds.mullak99.co.uk/Checksums/latest
- Add the library as a referance to your project
- Create an instance of the library within your code
//TODO - Complete this section.
Checksums CS = new Checksums();
CS.getMD5(inputFile);
//TODO - Complete this section.
|---| 1.0.0.0 |---|
- Initial Release