文件名称:md5
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.3kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.