搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
md5shell.c
- md5加密的bindshe-md5 encrypted bindshe
MD5-java
- MD5加密算法java实现 * 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个 Instance间共享*/ -MD5 algorithm to achieve java * Below these S11 - S44 is a 4 * 4 Moment RUF, in a primitive realization of the C# defi
md5(down)
- C语言实现的md5加密算法,解密有问题,尚未解决。用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of md5 encryption algorithm, decryption problems, has not yet been settled. Use Devcpp compile, with documentation, the copyright is false is not the oh-my classmates ^ _ ^
C++pwd
- C++的一个MD5加密算法。对需要加密的接口非常有用的
md5
- MD5加密解密,包装为c++ 类,方便使用.
MD5
- 采用c#开发的MD5加密算法!可供初学者使用
md5
- C++ 编写的 MD5 加密算法,很好用的
MD5
- C++开发的MD5加密算法,可以实现对任意长度字符串进行加密,是世界上最著名的加密算法之一
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
MD5.zip
- MD5 C语言 加密解密算法实现,该算法为通用算法,可以嵌入到自己的系统中。,MD5 C language encryption and decryption algorithm, the algorithm for the generic algorithm can be embedded into their system.
MAc
- 用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密。-Using C++ access to the hard drive serial number and ID card of the MAC address of the source code can be used this way md5 encryption algorithm combines encryption software.
md5
- md5加密,产生哈希散列值!程序简单易读,大部分学过c的人保证都能读懂!-md5 encryption, hash value generated hash! Procedures for easy accessibility, most of the study have been c to ensure that people can read!
md5
- MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。本程序是c语言版的md5加密解密源码!-The full name of MD5 is Message-digest Algorithm 5 (Information- Summary of algorithm), to ensure the integrity of the information transmission line. This procedure is the c
md5[1].tar
- c++写的md5加密算法,易于移植 md5加密-c++ to write the md5 encryption algorithm, easy to transplant md5 encryption
MD5
- MD5加密算法在当今已经被人们广泛的认识与应用 这里用java实现MD5加密代码-ECC C++
MD5_DLL
- 一个Delphi实现的MD5加密,里面导出一个函数,原型EncryptMD5Str(Value: PChar lpMd5Str: PChar var nDataLen : Integer): BOOL stdcall 此动态库支持c++调用,typedef bool (__stdcall*pEncryptMD5Str)(char *psz, char *pRet, int *nLen) -Delphi achieved an MD5 encryption, which is derived
md5
- MD5算法C语言sourcecode。可以直接添加到具体应用程序中,计算得到需要的MD5加密结果。-MD5 algorithm for C language sourcecode. Can be directly added to the specific application, the need to calculate the results of the MD5 encryption.
md5
- md5加密解密算法C语言实现,版权他人所有,侵删(md5 encryption and decryption algorithm C language to achieve, copyright others all, invaded)
MD5 最方便实用的
- C++语言编写的MD5简易加密算法的实现(Implementation of a simple MD5 encryption algorithm written in C++ language)