搜索资源列表
200561673082201
- DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Defla
MD5(c++)
- md5算法的c++实现,包含MD5.cpp和MD5.h-md5 Algorithm c + +, and includes MD5.cpp MD5.h
md5.h封装好的C源码
- 此代码是已经封装好的MD5算法,如果有需要的朋友,可以下载!
File-integrity-testing-procedures
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
Md5Code
- MD5校验和计算小程序。C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -MD5 checksum calculation applet. C to prepare and achieve string summary document containing a summary of two function
j_12900_Md5Code
- 简介:C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Profile: C preparation, realization of string summary document containing a summary of two functions. Which mainly contains thr
j_13011_syl
- 简介:C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Profile: C prepared, the realization of string summary document containing a summary of two functions. Which mainly includes th
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: M
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。-C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: Md5.c
md5
- 这是参考网上的算法写的 MD5 的纯C++程序。可以对字符串和文件进行加密。共三个文件 md5.h, md5.cpp, md5tmp.cpp 主要实现在md5.cpp中。md5tmp.cpp是主程序文件,也是一个小的实现模板。 -This is a reference to online MD5 algorithm written in pure C++ program. Strings and files can be encrypted. A total of three d
1234pppccode
- This the first release of PPP for Nucleus Net. This release includes support for the PAP and CHAP-MD5 authentication protocols and the internet protocol control protocol (IPCP). The following files are the generic portion of PPP (non-harwa
MD5jiamisuanfa
- MD5加密算法,包括4个文件:md5.c md5text.c global.h md5.h-MD5 encryption algorithms, including four files: md5.c md5text.c global.h md5.h
md5
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
md5.h
- 采用C语言实现md5码,编辑器采用默认C即可-MD5 code
md5
- MD5加密,用法 /* #include "md5.h" #include <iostream> using namespace std void PrintMD5(const string& str, MD5& md5) { cout << "MD5(\"" << str << "\") = " << md5.toString() << endl } int ma
md5
- MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe filename will compute MD5 value of
MD5加密算法-c源代码
- 用C语言实现的md5加密算法,包括定义md5.h和实现md5.cpp(C language implementation of the MD5 encryption algorithm, including the definition of md5.h and implementation of md5.cpp)
Md5
- 该文件包括了:md5算法的.h和.cpp文件。以及使用md5算法来计算文件的使用方法。总体为一个控制台的程序。(This file includes: md5 algorithm. H and.cpp files. And use the md5 algorithm to calculate the use of the file. The overall program for a console.)
代码
- MD5.h 用于计算机安全领域广泛使用的一种散列函数(MD5.h A hash function widely used in the field of computer security)