搜索资源列表
Delphimd5DEMO
- 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换-1, MD5String, MD5File, MD5Print. 4 MD5Match this function is called for. The other is used to support several functions
pym
- 给出汉字,自动求出拼音码和几个常用的加密函数。
Source
- 单独打包出来,其中包括了所有lvk函数库,新手经常找不到这些单元。这是分析网页的好工具,可以解压gzip,是Delphi的优秀单元。其中还包含了大部分字符分析函数,加密解密函数。
RC4-Delphi.rar
- RC4 加密解密单元delphi版 附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。 函数名: Rc4_StrEncrypt() 描 述: RC4 Based string encryption 参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_EncryptText ——待加密(解密
md5.rar
- 基于delphi的md5.pas加密函数,能够执行。,Based on the md5.pas encryption delphi function to perform.
MD5
- DELPHI MD5加密 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。-DELPHI MD5 encryption 1, MD5String, MD5File, MD5Print, MD5Match the four f
DESCryptD9
- 这是Delphi的DES加密函数,由Delphi7改写适用于Delphi2009,在2009上测试通过。Descrypt用于一般的密码加密,完全胜任。-This is Delphi s DES encryption function, from Delphi7 rewritten for Delphi2009, in 2009 on the test. For general Descrypt password encryption and fully qualified.
des
- 基于delphi的des加密函数源码,可以自行设定des加解密密码。-Based on the des encryption function delphi source, you can set the password encryption des.
DelphiSRTL
- Delphi常用的函数代码库,如crc、md5、字符串加密呀什么-Delphi code library commonly used functions, such as the crc, md5, string encryption呀what
ksTools050
- ksTool 5.0 不可多得 一个高质量的串口控件 一组整数分析处理函数 一个进程分析组件 一个精度的Timer. 一个BASE2加密算法 一个Shrink压缩方法- * TksComPort- a component for serial communication * TksTimer- a high resolution replacement for standard VCL TTimer * TksInteger- multiple-
Aesdll
- 采用delphi开发的加解密函数dll,采用AES加密算法的一个简单dll例子-With the development of encryption and decryption function delphi dll, AES encryption algorithm using a simple dll example
Delphifunc
- delphi程序合集 Workshell.zip Workshell 评述: 是个单元包,提供DLL文件、单元文件、头文件。提供的函数非常有用。 GB2312BIG5.zip GB2312BIG5 评述: GB231和BIG5相互转换单元 Cast128_256.zip Cast128_256 评述: 128和256位加密单元 Bleepint.zip Bleepint 评述: PC喇叭控制单元 Matrice.
BASE64p2BDESp2B3DES
- BASE64+DES+3DES算法调用Base64单元中的两个函数来实现Base64加密解密算法重新定义函数并调用DES单元中的两个函数来实现3DES加密解密算法 Key为16位.-BASE64+DES+3DES algorithm calls two functions Base64 unit to implement the the Base64 encryption and decryption algorithms redefine the function and call the t
Dongle
- 厂家给的一个加密狗的例子,delphi的源码例子,研究下就知道如何利用加密狗来加密,主要用到了厂家给的接口函数-Manufacturers give a dongle example, delphi source code examples under study to know how to use the dongle for encryption, mainly used in the factory to interface functions
QCtrl
- GetMmInch - 取得打印机及屏幕信息 GetPCName - 取电脑名 GetPCIP - 通过机器名得到IP地址 IsNumStr - 判断字符串是否是数字串 IsCharStr - 判断字符串是否是[A..Z]字串 ArbStr - 取随机字符串 DenCrypt - 异或加密解密 EncrypKey - 字符串加密 UncrypKey - 字符串解密 StrNum - 查询子字符串SubStr在字符串Str中出现的次数 FSize - 取文件
Delphi_278328
- Delphi:基于Delphi的文本内容加密解密程序,对文本文件中内容进行加密解密。 加密解密函数采用的是简单的ASCII码的值移位算法。 -Delphi: Delphi is a text-based content encryption and decryption procedures, the contents of a text file encryption and decryption. Encryption and decryption functions u
AESv1.3
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 -Advanced Encryption Standard (AES) v1.3