搜索资源列表

  1. AES加密解密

    2下载:
  2. AES的加密和解密.在VC环境下实现.可以加密多种文件以及音频文件.
  3. 所属分类:其它

    • 发布日期:2009-06-16
    • 文件大小:2448951
    • 提供者:momo.wei
  1. AES---算法

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

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

    0下载:
  2. AES加密算法
  3. 所属分类:密码/编码算法

  1. AES加密

    0下载:
  2. 支持AES加密算法,提供源码和测试数据程序。
  3. 所属分类:源码下载

  1. AES

    0下载:
  2. AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等-AES fast algorithms and Bluetooth devices using the E0 algorithm (for encryption), E1 algorithm, E2 algorithm, E3 algorithm (for key management and authentication, et
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-04-20
    • 文件大小:10240
    • 提供者:站长
  1. AES候选算法,安全性高于3DES而速度快过DES

    0下载:
  2. AES候选算法,安全性高于3DES而速度快过DES-candidate for AES, 3DES and safe to speed faster than DES
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:6144
    • 提供者:
  1. AES加密

    0下载:
  2. AES加密源程序示例-AES encryption source code examples
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:66560
    • 提供者:真潇洒
  1. Aes算法

    0下载:
  2. Aes算法,本例子为加密解密爱好者所提供-Aes algorithm, the case for encryption and decryption for lovers
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:12288
    • 提供者:梁正宏
  1. AES算法C源码

    0下载:
  2. AES算法C源码-AES C source
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:9216
    • 提供者:
  1. AES算法完整源码

    0下载:
  2. AES算法完整源码-AES complete source
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:225280
    • 提供者:天上人间
  1. AES源代码

    1下载:
  2. Aes源代码,有问题和我联系-Aes source code, and I have problems linked
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:46080
    • 提供者:李超
  1. aes算法演示代码

    0下载:
  2. AES 加密算法的演示代码 解压后用VC打开即可-AES algorithm code. Decompress it, then open it in VC.
  3. 所属分类:Windows编程

    • 发布日期:2024-04-20
    • 文件大小:32768
    • 提供者:萧寒月
  1. 正确的AES

    0下载:
  2. 这是一个正确的用C语言写的AES程序可以直接用结果是正确的.加密速度比较快吧.-this is a correct use of the C language to write procedures AES results can be directly used to be correct. Encryption speed faster it.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-20
    • 文件大小:978944
    • 提供者:张波
  1. rijndael-Aes

    0下载:
  2. 这是一个标准AEs加密算法,最大的加密流量达到了70M/s。包括主程序和头文件-this is a standard encryption algorithm AEs, the largest encrypted traffic reached 70M/s. Including the main program and the first document
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:3072
    • 提供者:王王
  1. aes设计方案

    0下载:
  2. 随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outd
  3. 所属分类:软件工程

    • 发布日期:2024-04-20
    • 文件大小:14336
    • 提供者:
  1. AES介绍

    0下载:
  2. 1997年9月,NIST征集AES方案,以替代DES。 1999年8月,以下5个方案成为最终候选方案:MARS, RC6, Rijndael, Serpent, Twofish。 2000年10月,由比利时的Joan Daemen和Vincent Rijmen提出的算法最终胜出。( Rijndael 读成Rain Doll。) http://www.esat.kuleuven.ac.be/~rijmen/rijndael/-Septem
  3. 所属分类:软件工程

    • 发布日期:2024-04-20
    • 文件大小:68608
    • 提供者:
  1. 用新的高级加密标准(AES)保持你的数据安全

    0下载:
  2. AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。  -AES (The Advanced Encryption Stand
  3. 所属分类:软件工程

    • 发布日期:2024-04-20
    • 文件大小:16384
    • 提供者:
  1. aes加密算法+演示原码1

    0下载:
  2. 已经通过AES认证的AES的DELPHI实现,比较好,大家自己试试看,搜的-AES has been certified by the AES DELPHI, the better, we all give it a try and found the
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:34816
    • 提供者:aaa
  1. AES算法

    1下载:
  2. 一个非常好的ASE代码,通过实验证明能编译通过-A perfect AES program code, and it can be run after translation and edition.
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:209920
    • 提供者:张力
  1. 最新AES源码

    0下载:
  2. 最新的AES源代码,AES加密算法为我们提供了强大快捷的对称加密方法。-the latest source code AES, AES encryption algorithm to provide us with a powerful and efficient symmetric encryption method.
  3. 所属分类:加密解密

    • 发布日期:2024-04-20
    • 文件大小:54272
    • 提供者:sss
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org