Inactive

Project Summary

  Analyzed 6 days ago based on code collected 6 days ago.

KinsHash is a tool to validate files.It using the hash algorithm to create a fixed-length hash code .

哈希函数是现代密码系统的基础。 这些函数将任意长度的二进制字符串映射为固定长度的小二进制字符串(称为哈希值)。 加密哈希函数有这样一个属性:在计算时不可能将两个不同的输入通过哈希算法取为相同的值。 哈希函数通常用于数字签名和保持数据完整性。例如文件完整性校验。

哈希值用作表示大量数据的固定大小的唯一值。 如果相应的数据也匹配,则两个数据集的哈希应该匹配。 数据的少量更改会在哈希值中产生不可预知的大量更改。

KinsHash是一个基于.Net Framework 2 的,使用哈希算法验证文件完整性的工具. KinsHash 可以生成5种哈希值:

MD5 算法的哈希值长度为 128 位。
MD160 算法的哈希值长度为160位。
SHA1 算法的哈希值长度为 160 位。
SHA256 算法的哈希值长度为 256 位。
SHA512 算法的哈希值长度为 512 位。
开发语言:C++/CLI ,基于.Net Framework 2平台

软件基于.Net 框架,运行需要.Net Framework 2 运行时库支持,请下载Net Framework 2 可在发行组件包.

http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5

Share

In a Nutshell, kinshash...

Languages

XML
51%
C++
49%
2 Other
<1%
 
 

Lines of Code

 

Activity

30 Day Summary Apr 15 2013 — May 15 2013

12 Month Summary May 15 2012 — May 15 2013

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.