CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 Dephi控件源码 搜索资源 - AES加密解密

搜索资源列表

  1. Example

    0下载:
  2. 实现AES加密及解密功能,具有可视化的界面,能加密和机密字符串
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:196070
    • 提供者:无比
  1. Aesdll

    0下载:
  2. 采用delphi开发的加解密函数dll,采用AES加密算法的一个简单dll例子-With the development of encryption and decryption function delphi dll, AES encryption algorithm using a simple dll example
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:21441
    • 提供者:lwb
  1. 28295_AESDemo

    0下载:
  2. AES加密法,包含檔案加解密跟密碼編碼,可編譯-AES encryption, including file encryption and decryption code with the code can be compiled
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:212318
    • 提供者:lie
  1. Encryptor

    0下载:
  2. Encryptor高强度加密解密实例,采用密匙128位aes文件加密-Encryptor high strength encryption instance, aes file encryption key 128
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:183317
    • 提供者:姓名
  1. AES

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:36280
    • 提供者:小葱豆腐
  1. TestMSComm

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, programmed learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:60127
    • 提供者:梁思
  1. AES

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, programmed learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:560489
    • 提供者:李堂
  1. AES

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, programmed learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:42266
    • 提供者:熊文
  1. AES

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, programmed learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:61294
    • 提供者:吴鹏飞
  1. AES

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, programmed learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:631858
    • 提供者:曹风
  1. AES

    0下载:
  2. AES加密和解密源码,Delphi源码实例,编程学习源码,很好的参考资料。-AES encryption and decryption source code, Delphi source code examples, programmed learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:843472
    • 提供者:曹亮
  1. AES-For-Delphi-And-Java-V1.0.0.0

    2下载:
  2. 此AES测试用例,使用的加密方式和填充方式是AES/ECB/PKCS5Padding 博主仅仅写了密钥正好是128位时java和delphi的加密解密,192位和256位还没有写,不过应该可以举一反三的, 后续会将192位和256位的加密解密也写出来,请关注http://blog.csdn.net/kunlun122/article/details/29270219-This test AES encryption mode and fill mode using AES/E
  3. 所属分类:Delphi VCL

    • 发布日期:2015-11-12
    • 文件大小:216064
    • 提供者:xia
  1. Delphi_533674

    0下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:29544
    • 提供者:EPOHGYW
  1. AESv1.3

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 -Advanced Encryption Standard (AES) v1.3
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:260942
    • 提供者:dbaspider
  1. chilkatax-9.5.0.75(x86 x64)源程序及注册机

    1下载:
  2. 该文件里有官方9.5.0.75的源码dll,并且附带了对应的破解注册机,des,aes,3des等各种加密解密
  3. 所属分类:Dephi控件源码

搜珍网 www.dssz.com