工具:md5
摘要:
支持内存,文件计算MD5,接口如下:struct sMD5{ uint8 md5[16]; char md5str[33];};static sMD5 GetMd5(const char *p,int nLen);static sMD5 GetMd5File(const char *pName);测... 阅读全文
posted @ 2015-03-08 22:56 driverdevelop 阅读(153) 评论(0) 推荐(0) 编辑