搜索资源列表
CR1613
- 该文件可以用VC++6.0打开编译实现加密解密功能,并可以通过少量的修改(修改处程序中已标明)镶嵌到其他的程序中实现加密解密功能。..
frydm
- 重庆飞尔代码,是飞尔原始代码,本套代码包含全部程序和注册文件代码以及配套的程序解密代码 可以使用Delphi 7 中文企业版进行程序编译和开发。
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 ——待加密(解密
CryptoAPI_For_Delphi
- CryptoAPI的Delphi头文件,补充Windows头文件的不足,让Delphi程序员可以使用Crypt组加解密函数-CryptoAPI' s Delphi header files to supplement the deficiencies in Windows header files, so that programmers can use the Crypt Group Delphi encryption and decryption functions
Delphi_SRTL
- delphi公共函数库,实现加解密,编解码,字符串,文件等通用函数的封装,非常值得借鉴-This is Delphi Common Function Library,To assist Planning &Development Engineer to implement Encrypt/Decrypt Encoding/Decoding StringFunc FileFunc.
accessdatajmzm
- access加密,首先替换access头文件,运行时解密,选用独占方式。关闭系统 时加密。-access encryption, first of all replace the access header files, run-time decryption, used exclusively. Closed system encryption.
LoginHistory_v1.1
- 单元: TLoginHistory v1.1 修正版 目的: 提供一种通用的用户登录日志记录方法。 特征: 1、数据加密存储,保证安全性,用户还可以改变加密方法; 2、提供多种排序方式; 3、采用自定义文件格式,无需数据库支持,存取速度极快。 作者: 邓朝晖 dzh@inleo.com 历史: 2006-04-03 -v1.0 Create original version 2006-05-29 -v1.1
201011241603277
- 资源类别: Delphi源码¦系统控制 文件夹加密解密源码 -Resource type: Delphi source ¦ system control source folder encryption and decryption
fileStream
- delphi 对文件用流进行加密和解密的操作-delphi on file with the stream encryption and decryption operations
FRYDM
- 本套代码包含全部程序和注册文件代码以及配套的程序解密代码 可以使用Delphi 7 中文企业版进行程序编译和开发。-This set of code contains the full program and registration file code as well as supporting the program decryption code can use Delphi 7 Chinese Enterprise Edition program compilation and
Encryptor
- Encryptor高强度加密解密实例,采用密匙128位aes文件加密-Encryptor high strength encryption instance, aes file encryption key 128
CommonFunction
- 包含了计算机系统控制、DES加密解密、MD5加密、文件粉碎等接口-Contains a computer control system, DES encryption and decryption, MD5 encryption, file shredder and other interfaces
CLCRYPT
- 示范如何利用 XOR 算法针对文件进行加解密的程序,希望有用-Demonstrates how to use XOR algorithms for file encryption and decryption process, I hope useful
Encrypt.dpr
- 简单文件加密(Delphi解密代码),单击“选择文件”可选择要加密的文件,后面的是输入密码的选项,然后就执行加密操作了,当然也可以通过本程序解密-Simple file encryption (Delphi decryption code), click " Choose File" to select the file you want to encrypt, the latter is an option to enter a password, and then perf
QCtrl
- GetMmInch - 取得打印机及屏幕信息 GetPCName - 取电脑名 GetPCIP - 通过机器名得到IP地址 IsNumStr - 判断字符串是否是数字串 IsCharStr - 判断字符串是否是[A..Z]字串 ArbStr - 取随机字符串 DenCrypt - 异或加密解密 EncrypKey - 字符串加密 UncrypKey - 字符串解密 StrNum - 查询子字符串SubStr在字符串Str中出现的次数 FSize - 取文件
Delphi_533674
- Delphi:Delphi下使用AES加密的方法演示,能用来加密字符串和文件,包括一个密钥三个明文,也可进行反加密,也就是解密的过程。AES字符串加密密钥可以是128位,密钥位192位,密钥为256位,AES算法字符串解密也支持上述位数。 -Delphi: AES encryption method using the Delphi demonstration file and the encrypted string can be used, comprising a three clea
Delphi_124868
- Delphi:支持加密、解密的Delphi记事本程序,多功能的记事本程序,可以打开TXT格式的文件,打开文件后还可对TXT文件进行加密、解密操作,文件挺小,不过功能貌似挺实用的,对解密、加密操作不太懂的朋友可参考哦。 -Delphi: support for encryption, decryption Delphi Notepad program, versatile Notepad program, you can open TXT format file, open the file
encryptdpr
- 简单文件加密(Delphi解密代码),单击“选择文件”可选择要加密的文件,后面的是输入密码的选项,然后就执行加密操作了,当然也可以通过本程序解密。-Simple file encryption (Delphi decryption code), click "select file" option to encrypt the file, followed by a password option, and then perform the encryption operation, of co
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
Delphi1
- Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。 -Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.
