Description: 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件,形如:
hash inputfile hashvaluefile
说明:SHA算法的实现至少为160bit,或者可以选择256,384或者512的,可以查阅相关资料,按照标准来实现(hash的算法是否正确,可以和网上的标准算法对比,用相同的输入看是否能够得到相同的输出)控制台编程:
int main(int argc, char *argv[ ])
-Programme for SHA-1, include the project and .cpp&.h files.Absolutely available Platform: |
Size: 4096 |
Author:Heyyou |
Hits: