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

搜索资源列表

  1. AES_dotnet

    0下载:
  2. 该文件属于c#运行环境下AES加密程序源码。-documents belonging to the c # runtime environment under AES encryption source.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:33329
    • 提供者:芝子
  1. aessrc

    0下载:
  2. 该文件属于c++运行环境下AES加密程序源码。-documents belonging to the c runtime environment under AES encryption source.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:52154
    • 提供者:芝子
  1. WinCEC++readGPS

    0下载:
  2. wince下读取gps的程序源代码,解压在evc下运行-Nicholson read a GPS under the program source code, extracting the AES running
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:5578
    • 提供者:gongzj
  1. rijndael1

    0下载:
  2. AES加密解密程序,C++实现的 做得不好,请多指教-AES encryption and decryption procedures, C realized not doing a good job, please enlighten
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3134
    • 提供者:sadf
  1. CS2003081aes

    0下载:
  2. 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:54019
    • 提供者:林靖然
  1. AES_in_java

    0下载:
  2. 用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat-with java prepared by the AES encryption and decryption procedures, procedures required under the same directory as key.dat encryption and decryption keys, and the output ci
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4382
    • 提供者:李灿
  1. AESEncrpt

    1下载:
  2. 这是一套完整的AES加密解密程序,用VB编写,调试可用.-This is a complete set of AES encryption and decryption procedures, using VB, debugging available.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32442
    • 提供者:James
  1. 949327266

    1下载:
  2. 准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:234448
    • 提供者:马克
  1. AES_128_192_256

    1下载:
  2. 这个程序是AES密钥标准的一个简单实现,在其中可以实现密钥长度为128.192.256三种,适合刚学密码学的人。-the procedure is standard AES key to achieve a simple, which can be achieved in the key length of 128 .192.256 three, just learning for the people of cryptography.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:477142
    • 提供者:张华
  1. AES_and_MD5

    0下载:
  2. AES和MD5加密解密程序,经典的那种。适合初学密码学的人参考-MD5 and AES encryption and decryption procedures, the kind of classic. Cryptography for the novice reference
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:93182
    • 提供者:唐盛
  1. EncryptGUI

    0下载:
  2. aes和des加密的小程序:可以加密文件,可以验证自己实现的aes和des的算法,具有一定的教学作用-Orangk'aes des encryption and small : can encrypt documents, can verify their achievement and the Orangk'aes des algorithms, which have a certain role in the teaching
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:62382
    • 提供者:Alan
  1. jiamisuanfamokuai

    0下载:
  2. 标准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:278847
    • 提供者:小强
  1. aestest11

    0下载:
  2. 这个是有关加密解密的源程序,我有相关的一系列的相关aes加密解密的相关程序,这是其中之一-this is the encryption and decryption of the source, I have related to the series of Orangk'aes the encryption and decryption procedures, which is one of the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:100826
    • 提供者:刘娟
  1. aesxam11

    0下载:
  2. 这个是有关加密解密的源程序,我有相关的一系列的相关aes加密解密的相关程序,这是其中之一-this is the encryption and decryption of the source, I have related to the series of Orangk'aes the encryption and decryption procedures, which is one of the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:41251
    • 提供者:刘娟
  1. rijn.tv.ecbnk123456

    0下载:
  2. 这个是有关加密解密的源程序,我有相关的一系列的相关aes加密解密的相关程序,这是其中之一-this is the encryption and decryption of the source, I have related to the series of Orangk'aes the encryption and decryption procedures, which is one of the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:374224
    • 提供者:刘娟
  1. rijn.tv.ecbnt123456

    0下载:
  2. 这个是有关加密解密的源程序,我有相关的一系列的相关aes-rij加密解密的相关程序,应该会对朋友有益-this is the encryption and decryption of the source, I have related to the series of Orangk'aes - rij encryption and decryption of the relevant procedures, will be useful friends
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:389665
    • 提供者:刘娟
  1. encrypt

    0下载:
  2. 采用高级加密标准aes算法针对流媒体加密程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3615
    • 提供者:苏晨
  1. decrypt

    0下载:
  2. 采用高级加密标准aes算法针对流媒体解密程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3752
    • 提供者:苏晨
  1. mytestaes

    0下载:
  2. 这是一个简单的AES加密解密的程序,属于对称加解密的范畴,密钥通过输入的密码自动生成
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:39198
    • 提供者:侯侯
  1. dtslog

    0下载:
  2. 本程序是一个用于写日志的库,该库可以读写日志文件,其中日志文件可以选择加密保存,加密算法为AES算法
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:31981
    • 提供者:侯侯
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com