搜索资源列表
dll_test_MD5
- MD5 加密算法 Delphi 源码。 编译为dll文件,方便其他语言的系统调用-MD5 encryption algorithm Delphi source. Dll file to compile and facilitate language system calls
md5
- 用delphi编写的md5实现程序,实现了基本的加密功能,可用来做加密验证和md5实现方法学习,适合delphi初学者。
MD5
- 本例采用Delphi实现经典MD5加密算法,可供大家参加,本人转载!
md5
- delphi md5加密算法,一个简单的MD5加密
md5_test(Delphi)
- MD5 加密算法源码,Delphi,由实例程序。
md5delphi
- 利用DELPHI的INDY来快速制作MD5加密的演示
破解MD5
- delphi下的破解MD5加密算法的源码-the crack MD5 encryption algorithm source code
md5.rar
- MD5算法及例子 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。 加密字符串aaa MD5String(‘aaa‘) 将加密后的aaa显示出来 MD5Print(MD5String(‘aaa‘)) 比较两次密文是否一致:
delphi.zip
- delphi单元包,内有AEF,DEF,MD5等加密算法,和常用文件技巧操作等功能单元,delphi unit package, containing AEF, DEF, MD5 and other cryptographic algorithms, and techniques commonly used document manipulation function unit
jiamisuanfa_delphi
- delphi实现加密算法 CRC32-Dym.................CRC32算法动态码表实现 \CRC32-Static..............CRC32算法静态码表实现 \MD5.......................MD5算法示例 \SHA.......................SHA算法示例 \DES.......................DES算法示例 \2DES......................双重DES算法
MD5
- delphi 的 MD5 加密编程范例, (非控件)供参考。-the MD5 encryption delphi programming example (non-control) for reference.
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
- 调用了CNPACK的MD5加密单元 MD5文件数字签名实例代码,使用delphi写的,可以直接拿来用的-MD5 -Call of the MD5 encryption unit CNPACK document digital signature MD5 code example, use delphi write, can be directly used with the-MD5
EncryptbyAK47
- base64 MD5 Base64 CRYPT加密-base64 MD5 Base64 CRYPT encryption
AES
- AES DES MD5加密源码 解密,以及应用-AES DES MD5 encryption
md5
- delphi MD5 不可逆加密算法,校验用-delphi MD5 encryption algorithm is not reversible, check with
APITools
- 为我游戏加密编写的通过硬件信息(cpu,硬盘,网卡)计算没太机器MD5的模块-I prepared for the game through the encrypted hardware information (cpu, hard drive, network card) so the machine did not calculate MD5 module
MD5
- 用Delphi 写的MD5加密程序,可以直接执行,并查看源代码-The MD5 encryption with Delphi write
crc32-md5
- Delphi下crc32以及md5加密解密算法源码,和调用过程方法示例.-Under Delphi crc32 and md5 encryption and decryption algorithm source code, and call the process method example.
delphi7 各种加密算法源码大全
- delphi的加密算法程序源码,DES AES CRC MD5 RSA SHA ...