搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
MD5(c++)
- md5算法的c++实现,包含MD5.cpp和MD5.h-md5 Algorithm c + +, and includes MD5.cpp MD5.h
md5-algorithm
- 这是一个md5的c++程序,可在visual c++环境下运行,实现消息摘要算法,用与消息的认证!-the md5 c procedures, the visual c operating environment, achieving news digest algorithm, and the use of authentication information!
md5-c
- md5的算法,里面有现成的工程文档,编译就可以使用。
md5.c
- 这个是MD5算法C的源代码,希望对大家有用
md5算法C++
- C++封装的md5算法
MD5
- C++实现MD5细节,经过RFC文档提供的标准测试用例
MD5.zip
- MD5 C语言 加密解密算法实现,该算法为通用算法,可以嵌入到自己的系统中。,MD5 C language encryption and decryption algorithm, the algorithm for the generic algorithm can be embedded into their system.
md5.rar
- 使用标准C++实现MD5算法,可对任意大文件或字符串进行md5值的计算,Using standard C++ realize MD5 algorithm may be arbitrarily large files or string md5 calculation
md5.h封装好的C源码
- 此代码是已经封装好的MD5算法,如果有需要的朋友,可以下载!
md5c
- md5 加密的C/C++完美实现。 估计是现在最好的md5加密实现了-md5 C/C++.
MD5
- hash算法MD5的C语言实现,简单适用-use c to implement MD5 algorithm
MD5算法
- MD5算法的例子--Example of MD5 algorithm
MD5加密的C++类例程
- 一个完整的MD5的加密器,可实现输出一个字符串,不错的-a complete MD5 encryption device that can achieve an output string of good
MD5VC++6.0
- MD5 C++算法 -MD5 C++ Algorithm MD5 C++ Algorithm
md5
- MD5加密,解密实现方法(.net上的c#开发)-MD5 encryption, decryption method (. Net on the c# Development)
md5_c
- md5加密算法 C++语言源代码!需要的朋友可以参考-md5 encryption algorithm C language source code! Can refer to a friend in need
md5
- keilC51,8位机的MD5加密算法,从RFC1321上移植过来的,编译通过,结果测试通过.-keilC51, 8 crew of the MD5 encryption algorithm, the transplant from the RFC1321, the compiler is passed, the results of the test.
md5
- MD5加密算法 C和Java源代码,以及CRC算法的C源代码-MD5 C and java source code
Md5加密算法的原理及应用
- Md5加密算法的原理及应用 --- Md5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory For Computer Science和Rsa Data Security Inc的Ronaldl.rivest开发出来,经md2、md3和md4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被“压缩”成一种保密的格式。由于md5算法的使用不需要支付任何版权费用的,所以在一般的情况下,md5也不失为一种非常优秀的加