文件名称:md5
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个好用的MD5的C++类;这个类可以加在控制台
程序中也可用在MFC中, 并且提供了详细的错误处理
函数,是一个安全的类。
支持字符串和文件两种输入。
LPCSTR TargetFile(char *filename=NULL)
//计算文件的MD5值
void TargetStr(LPCSTR str)
//计算字符串的MD5值
LPCSTR GetDigestKey() //取MD5运算后的结果
LPCSTR GetErr() //如果有错误,取错误字串
-This is a user-friendly MD5 C++ class this class can be added to the console program can also be used in MFC, and provides a detailed error handling function is a safety class. Supports two input strings and files.
LPCSTR TargetFile (char* filename = NULL) // calculate file MD5 value
void TargetStr (LPCSTR str) // calculate the MD5 value of the string
LPCSTR GetDigestKey () // take the MD5 computing the results
LPCSTR GetErr () // If there are errors, take the error string
程序中也可用在MFC中, 并且提供了详细的错误处理
函数,是一个安全的类。
支持字符串和文件两种输入。
LPCSTR TargetFile(char *filename=NULL)
//计算文件的MD5值
void TargetStr(LPCSTR str)
//计算字符串的MD5值
LPCSTR GetDigestKey() //取MD5运算后的结果
LPCSTR GetErr() //如果有错误,取错误字串
-This is a user-friendly MD5 C++ class this class can be added to the console program can also be used in MFC, and provides a detailed error handling function is a safety class. Supports two input strings and files.
LPCSTR TargetFile (char* filename = NULL) // calculate file MD5 value
void TargetStr (LPCSTR str) // calculate the MD5 value of the string
LPCSTR GetDigestKey () // take the MD5 computing the results
LPCSTR GetErr () // If there are errors, take the error string
(系统自动生成,下载前可以参看下载内容)
下载文件列表
md5\md5.cpp
...\md5.h
md5
...\md5.h
md5