搜索资源列表
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
- md5 vc++源码 包括.h头文件和算法cpp文件
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
udpsocket
- linux下c语言的udp通讯小代码。。。不到1k,上去不了,日!加个md5的代码在里面,可以无视-c under linux language small code udp communication. . . Less than 1k, can not go, Japan! Md5 add the code inside, you can ignore the
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++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。 Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
md5.cpp
- md5 algorithm for encryption and decryption of the string which is used ion network
72188854MD5-code-Cpp
- md5算法的cpp类文件,可以直接拿过来用的-md5 algorithm cpp class files can be directly used to take over
Md5132
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Written in C for string Summary, Summary of the two functions. Which mainly contains three files: Md5.cpp, Md5.h, Main.cpp. One Md
MD5-cpp-language-code
- MD5加密程序,C++格式,经过测试,可直接修改使用。-MD5 encryption, C++ format, tested, can be modified directly to use.
md5_lib
- md5 lib for vc,包括c和cpp的两个版本,同时有测试文件-md5 lib for vc, including two versions of c and cpp, while the test file
RSA
- 1.RSA签名的小素数实现 2.RSA加解密的大素数实现 3.RSA_OAEP填充的实现 几个都实现了,但是比较粗糙。 但是其中的md5.cpp,bint.cpp是很不错的,可以复用 开发环境:混用了CodeBlocks、VC6-1.The small primes realize RSA signature 2.RSA encryption and decryption of large prime numbers to achieve
text
- 提供字典解密和穷搜索解密功能,将需要解密的md5值放在text.cpp里面即可,本程序为作业实验,以供参考-Dictionary decryption and the poor search decryption function, will need to decrypt the md5 value on text.cpp inside the can, the procedures for operating experiments, for reference
MD5
- MD5加密解密 算法C++实现,包含2个文件.h以及.cpp文件,函数接口:std::string compute(const std::string& content, bool upper = false) -MD5 encryption and decryption algorithm C++ implementation
md5
- C++实验的MD5算法。 主函数在text.cpp中。-C++ experiment MD5 algorithm. The main function of the text.cpp.
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
MD52
- md5加密算法源文件,包含.h和.cpp文件,c++实现-md5 encryption, c++ realization
md5
- C++实现MD5算法,有测试程序test.cpp。-C++ implementation of MD5 algorithm, a test.cpp test program.
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)