搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
RSA MD5 v1.2
- RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
Md5_c_source_files
- c实现的MD5算法源程序,对于研究算法的朋友或许有一定价值。-c achieve the MD5 algorithm source code for research algorithm friends may have some value.
MD5C+asm
- 一份MD5算法的C代码和优化后的MD5汇编代码.-a MD5 algorithm optimized C code and compile the code MD5.
md5
- MD5文件数字签名实例代码,使用C写的,可以直接拿来用的
MD5suanfa
- MD5算法概念介绍及具体编程实现,有C++实现的代码,可以调试验证
md5TurebyC
- 用数据结构算法的方式,用C语言编写的一个实现MD5加密的小程序的代码-Algorithm with the way data structure, using C language, an implementation of MD5 encryption applet code
MD5
- md5加密算法c语言实现,具体的一个MD5实现-md5 encryption algorithm c language, the specific implementation of a MD5
MD5
- md5加密算法,用c语言实现,长传分享试试看效果-md5 encryption algorithm, using c language, try to share a long pass effect
MD5
- linux下用C++实现的一个MD5算法(A MD5 algorithm implemented with C++ under inux)