文件名称:md5_implement
介绍说明--下载内容均来自于网络,请自行研究使用
md5加密实现 C++
/*
使用方法:
char Md5Buffer[33]
CSecurity Security
Security.MD5("a string",Md5Buffer)
执行完成之后Md5Buffer中即存储了由"a string"计算得到的MD5值
*/-md5 implement in C++
/*
char Md5Buffer[33]
CSecurity Security
Security.MD5("a string",Md5Buffer)
*/
/*
使用方法:
char Md5Buffer[33]
CSecurity Security
Security.MD5("a string",Md5Buffer)
执行完成之后Md5Buffer中即存储了由"a string"计算得到的MD5值
*/-md5 implement in C++
/*
char Md5Buffer[33]
CSecurity Security
Security.MD5("a string",Md5Buffer)
*/
相关搜索: MD5Buff
(系统自动生成,下载前可以参看下载内容)
下载文件列表
md5_implement
.............\security.cpp
.............\security.h
.............\security.cpp
.............\security.h