CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - aes

搜索资源列表

  1. AES---算法

    4下载:
  2. AES算法的详细实现代码。
  3. 所属分类:系统编程

    • 发布日期:2010-04-24
    • 文件大小:3447
    • 提供者:xueyu123
  1. aes.zip

    2下载:
  2. AES算法加解密的MFC程序,在visual c++ 6.0中编辑,AES algorithm for encryption and decryption process of the MFC in visual c++ 6.0 edit
  3. 所属分类:界面编程

    • 发布日期:2012-12-27
    • 文件大小:39409
    • 提供者:NCTurtle
  1. Aes

    1下载:
  2. 一款顶级AES加密解密的例子,很好用,需要设置保护的用户可以参考。-AES encryption and decryption, a top example of good use, the need for the protection of the user can refer to.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:29824
    • 提供者:xqlzq2003
  1. c语言的AES加解密算法

    4下载:
  2. aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
  3. 所属分类:Windows编程

  1. AES

    0下载:
  2. AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute. Replacement is to rearrange
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:14517
    • 提供者:杨梅
  1. aes

    0下载:
  2. AES for voice. completely done. (need java)
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:umar
  1. aes

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密-AES is an encryption of information using the security code standards. It supports 128-bit, 192 bit and 256-bit ke
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:211031
    • 提供者:图派克
  1. Aes

    0下载:
  2. 实现AES加密,是经过测试的,值得一看,有兴趣的朋友们来-Achieve AES encryption, is tested, and worth a visit, interested people to come have a look
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9093792
    • 提供者:chenqi
  1. AES

    0下载:
  2. AES加密源代码实现,包括头文件、源代码及测试代码-AES encryption source code implementation, including the header files, source code and test code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2806
    • 提供者:lwl
  1. aes

    0下载:
  2. aes算法源程序,c语言编写。vc++环境下运行通过。-aes algorithm source code, c language. vc++ environment to run through.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:205552
    • 提供者:danrenpang
  1. aes

    0下载:
  2. aes高级加密标准算法的实现,从文本in.dat读入明文,从文本word.dat读入密钥,输出密文至文本out.dat-aes Advanced Encryption Standard algorithm, read from the text in.dat clear, read from the text word.dat key, the output cipher text to text out.dat
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2367
    • 提供者:Mengxianyu
  1. AES

    0下载:
  2. AES加密,可以实现对单个文件,字符等的信息进行加密保护,实现信息的安全保护.-AES encryption, can be achieved on a single file, character information such as encryption, to achieve information security.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:94520
    • 提供者:zengyufu
  1. AES 256 Encryptor Decryptor

    0下载:
  2. AES 256 Encryptor Decryptor implemented in C# with fully tested & working algorithm. For highend security for content this algorithm can be used.
  3. 所属分类:C#编程

    • 发布日期:2015-04-02
    • 文件大小:25103
    • 提供者:dnyaneshkotwal
  1. aes

    1下载:
  2. 这是一个aes的加解密程序,基于C++平台,可以直接运行。(This is a AES encryption and decryption procedures)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:984064
    • 提供者:阿百川
  1. AES

    0下载:
  2. 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
  3. 所属分类:Windows编程

  1. AES-CTR

    0下载:
  2. 仿真AES算法,工作在CTR模式下。用于多个平台的数据加密(simulation of AES algorithm working at CTR mode)
  3. 所属分类:其他

  1. aes-sample

    0下载:
  2. aes sample, aes sample
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:3603456
    • 提供者:ysoo
  1. AES超过128位密码jdk报错解决

    0下载:
  2. 使用AES加密时,当密钥大于128时,代码会抛出java.security.InvalidKeyException: Illegal key size or default parameters Illegal key size or default parameters是指密钥长度是受限制的,java运行时环境读到的是受限的policy文件。文件位于${java_home}/jre/lib/security 这种限制是因为美国对软件出口的控制。(AES more than 12
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:30720
    • 提供者:袁某某
  1. AES

    1下载:
  2. 模拟AES的加密和解密过程,其中有两个版本,可以进行图片文本加密解密(Simulation of AES encryption and decryption process)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-02
    • 文件大小:3926016
    • 提供者:ljd971011
  1. aes

    0下载:
  2. aes的实现(aes)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:19456
    • 提供者:大大小明
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com