项目作者: mullak99

项目描述 :
A C# library used to grab, and compare, file checksums using various hashing algorithms.
高级语言:
项目地址: git://github.com/mullak99/Checksums.git
创建时间: 2017-05-08T20:43:58Z
项目社区:https://github.com/mullak99/Checksums

开源协议:GNU General Public License v3.0

下载


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