Location:
Search - MD5 Class
Search list
Description: 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char * filename = NULL) / / calculate MD5 value of the document void TargetStr (LPCSTR str) / / calculate MD5 string value LPCSTR GetDigestKey () / / Operational MD5 from the results LPCSTR GetErr () / / If there were mistakes from the wrong string
Platform: |
Size: 4533 |
Author: 俞训峰 |
Hits:
Description: md5的C语言实现,可在windows/XP/2000等操作系统下调试
Platform: |
Size: 48358 |
Author: spring |
Hits:
Description: 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char* filename = NULL)// calculate MD5 value of the document void TargetStr (LPCSTR str)// calculate MD5 string value LPCSTR GetDigestKey ()// Operational MD5 from the results LPCSTR GetErr ()// If there were mistakes from the wrong string
Platform: |
Size: 4096 |
Author: 俞训峰 |
Hits:
Description: md5算法的类(C++实现) 头文件 文件加密
文件摘要-md5 algorithm class (C++ achieve) header files file encryption file Abstract
Platform: |
Size: 1024 |
Author: 覃业俊 |
Hits:
Description: md5的C语言实现,可在windows/XP/2000等操作系统下调试-md5 of the C language can be windows/XP/2000 such as operating system debugging
Platform: |
Size: 48128 |
Author: spring |
Hits:
Description: c++的MD5类,简单好用,只需要包含进去,就能方便使用-c++ the MD5 class, easy-to-use, only need to include, we can facilitate the use of
Platform: |
Size: 5120 |
Author: ben |
Hits:
Description: 经本人优化后的计算 MD5 的类 CMD5 类及动态库源程序,单线程在 Core 6320 CPU,DDR2 667内存 时,忽略读取硬盘速度,每秒可计算150MB以上的数据,可直接做为计算MD5的工具,也可将其嵌入其它程序作为程序的一部分进行编译.-After I optimized the calculation of MD5 class CMD5 category and dynamic library source, single-threaded at Core 6320 CPU, DDR2 667 memory, neglected to read the hard disk speed, more than 150MB per second, calculate data, can be directly calculated as the MD5 The instrument can also be embedded in other programs as part of the procedures to compile.
Platform: |
Size: 195584 |
Author: 泽街 |
Hits:
Description: md5 类实现了RSA Data Security, Inc.在提交给IETF
的RFC1321中的MD5 message-digest 算法。-md5 class implements RSA Data Security, Inc. submitted to the IETF in RFC1321 of the MD5 message-digest algorithm.
Platform: |
Size: 4096 |
Author: bros sun |
Hits:
Description: Md5算法的C++封装类CMD5
CMD5 md5
CString csMd5Buffer=md5.MD5("a string")
执行完成之后csMd5Buffer中即存储了由"a string"计算得到的MD5值:
3a315533c0f34762e0c45e3d4e9d525c-Md5 Algorithm Class C++ package CMD5 CMD5 md5 CString csMd5Buffer = md5.MD5 ( " a string" ) the implementation of that after the completion of storage csMd5Buffer by " a string" calculate the MD5 value: 3a315533c0f34762e0c45e3d4e9d525c
Platform: |
Size: 4096 |
Author: 淡月清风 |
Hits:
Description: MD5算法封装类,能在Vs2005上使用-md5 class use for C++
Platform: |
Size: 5120 |
Author: liu3zy |
Hits:
Description: 实用的MD5算法,可对文件、字符串进行MD5加密,CMD5类提供两个接口,一个对字符串,一个对文件。-Practical MD5 algorithm, can file string MD5 encrypted, CMD5 class provides two interfaces, one pairs of strings, a file.
Platform: |
Size: 7168 |
Author: 唐勇 |
Hits:
Description: asp md5 Class
一个Asp的Md5类-asp md5 Class
Platform: |
Size: 3072 |
Author: yuyuanzhi |
Hits:
Description: MD5 签名算法在 jdk 中早已实现(如 MessageDigest 类),
出于稳定性考虑,此处直接展示如何用这个类将密码进行MD5加密。-MD5 signature algorithm has already achieved in the jdk (if MessageDigest class), for stability considerations, here directly show how this class will be MD5 encrypted passwords.
Platform: |
Size: 3072 |
Author: 史韩 |
Hits:
Description: 以MFC实现的MD5码加密类,类体可直接拷贝到其他程序中使用。-To achieve the MD5 encryption MFC class, the class body can directly copy into other programs to use.
Platform: |
Size: 3405824 |
Author: svjh |
Hits:
Description: 将MD5算法进行类的封装,里面有介绍类的使用方法,便于学习加密解密算法-The MD5 algorithm class encapsulation, which has introduced the class to use, easy to learn encryption and decryption algorithm
Platform: |
Size: 12288 |
Author: 晋永康 |
Hits:
Description: 基于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 detection program, contains a total of 4 files: md5.h, md5.cpp, test.cpp, nankai.txt. Which md5.h achieved with md5.cpp file md5 class. test.cpp file contains the main function of the program, according to the different commands perform different functions, such as display summary information, generate MD5 summaries. nankai.txt is the book used to verify file integrity provided by the test file. Readers can write your own program to generate the md5 nankai.txt summary, and then compare the results with the book to verify the correctness of compiled programs.
Platform: |
Size: 21504 |
Author: Sunny kim |
Hits:
Description: Md5加密类,直接引用即可.适合.net所有开发语言-My md5 class.imports it OK.
Platform: |
Size: 4096 |
Author: risin |
Hits:
Description: 真正可用的c++ md5类原码
新建空白工程便可-Really usable c++ md5 class original code can create a blank project
Platform: |
Size: 13312 |
Author: f12sd3af12 |
Hits:
Description: 一个md5码的生成器,可以很方便的直接使用,代码也很简短-md5 class
Platform: |
Size: 4096 |
Author: aaa |
Hits:
Description: MD5功能的实现,一个md5的类,包括md5字符串和流-MD5 class
Platform: |
Size: 4096 |
Author: lenganyu |
Hits: