文件名称:md5
介绍说明--下载内容均来自于网络,请自行研究使用
MD5生成函数,使用简单:
//初始化
void beginCal()
//初始化后,输入数据,在调用endCal前,都可以继续添加数据
void addData(const char* data, unsigned int size)
//表明不再输入数据了,将添加填充位
void endCal()
//结束运算后,取得编码
char* getCode()
//清理内存
void clearMemoryHelper(char* p)
-MD5 generating function, use simple:// initialization void beginCal () // initialization, the input data, in the call endCal ago, the people can continue to add data void addData (const char* data, unsigned int size) // indication that no more input data, and will add padding bits void endCal () // end of the operation, gained the encoded char* getCode () // clean up the memory void clearMemoryHelper (char* p)
//初始化
void beginCal()
//初始化后,输入数据,在调用endCal前,都可以继续添加数据
void addData(const char* data, unsigned int size)
//表明不再输入数据了,将添加填充位
void endCal()
//结束运算后,取得编码
char* getCode()
//清理内存
void clearMemoryHelper(char* p)
-MD5 generating function, use simple:// initialization void beginCal () // initialization, the input data, in the call endCal ago, the people can continue to add data void addData (const char* data, unsigned int size) // indication that no more input data, and will add padding bits void endCal () // end of the operation, gained the encoded char* getCode () // clean up the memory void clearMemoryHelper (char* p)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mdx.h
md5.cpp
md5.cpp