Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 604 Bytes

Checksums

A C# library used to grab, and compare, file checksums using various hashing algorithms.

//TODO - Complete this section.

Download

The Latest Releases can always be found at either:

http://github.com/mullak99/Checksums/releases/latest

http://builds.mullak99.co.uk/Checksums/latest

Usage

  • Add the library as a referance to your project
  • Create an instance of the library within your code

//TODO - Complete this section.

Example Code

Checksums CS = new Checksums();

CS.getMD5(inputFile);

//TODO - Complete this section.

Changelog

|---| 1.0.0.0 |---|

  • Initial Release