搜索资源列表

  1. aes-c

    1下载:
  2. AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4076
    • 提供者:bin
  1. 文件加密软件

    0下载:
  2. 文件加密软件,采用AES加密算法处理 默认密匙采用128位,加密后文件,用户 不知道解密密码,打开为乱码。-file encryption software, using AES encryption algorithm used to deal with the default key 128, encrypted documents, users do not know decryption password, open to gi
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:242688
    • 提供者:马忠
  1. AESDemo

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

    • 发布日期:2024-05-10
    • 文件大小:33792
    • 提供者:杨康
  1. gui_TestAES

    0下载:
  2. GUI.rar: AES.pas EIAES.pas AES 加密 支持 128 / 192 / 256 位的密匙 默认情况下按照 128 位密匙操作 -GUI.rar : AES.pas EIAES.pas AES encryption support 128/192/256 of the key cases in accordance with the default 128 key operatio
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:周大宝
  1. aesCPP

    0下载:
  2. aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen和Rijmen共同设计的Rijndael算法.该算法充分运用了扩散和混淆技术并使用128/192/256这3种可变长度的密钥,对128bit分组数据进行加密.-Aes source code encryption algorithm AES is a symmetric encryption to the Advanced Encryption Sta
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:Qoo
  1. AESExample

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。它支持 128 位、192 位和 256 位的密匙。 内有完整的字符串与文件的加密及解密例子。-AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Within a full string and document en
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:668672
    • 提供者:majy
  1. CS2003081aes

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

    • 发布日期:2024-05-10
    • 文件大小:53248
    • 提供者:林靖然
  1. AESDemosrc

    0下载:
  2. cRijndael - Advanced Encryption Standard (AES)-cRijndael-Advanced Encryption Standard (AES)
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:74752
    • 提供者:石广鑫
  1. AES_128_192_256

    0下载:
  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. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:477184
    • 提供者:
  1. aes

    0下载:
  2. AES Core Modules In this document I describe components designated to encoding and decoding using AES. aes enc — parametrizable component which can encrypt input data, using 128, 192 and 256 bit key, • aes d
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:liangraul
  1. srtp-1[1].0.6

    0下载:
  2. This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a crypto engine to support it that includes AES-128 counter mode, TMMHv2, and r
  3. 所属分类:通讯编程

    • 发布日期:2024-05-10
    • 文件大小:860160
    • 提供者:
  1. aes

    0下载:
  2. 加密解密方面相关论文,供大家写相关资料时参考-Encryption and decryption relevant papers, relevant information for everyone to write a reference
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:3025920
    • 提供者:shihua
  1. AES_C++_128bit

    0下载:
  2. AES的C++实现(128位密钥) 写了一个AES的C++实现,仅支持128位密钥, 写得匆忙,不够规范,仅供参考。-AES of the C++ Realize (128-bit keys) to write an AES of the C++ Realize, only support 128-bit key, written in a hurry, not norms, for informational purposes o
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:风羽
  1. AesCode

    0下载:
  2. AES c++实现 有图形界面对话框 简单易用-AES c++ Realize dialog has easy-to-use graphical interface
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:49152
    • 提供者:gaowei
  1. AESFLASH

    0下载:
  2. AES算法过程的FLASH演示-AES algorithm FLASH demonstration of the process
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:57344
    • 提供者:吴晓妮
  1. 1111

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

    • 发布日期:2024-05-10
    • 文件大小:211968
    • 提供者:dddd
  1. AesCode

    0下载:
  2. AES加解密算法,包括文件或字符串,非常值得学习-AES encryption and decryption algorithms, including documents or string, very worthy of study
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:365568
    • 提供者:ld
  1. AES.v1.3

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

    • 发布日期:2024-05-10
    • 文件大小:211968
    • 提供者:刘鸿翔
  1. Crypt

    0下载:
  2. j2me上实现AES的加密,由于在j2me上需求调动BouncyCastle的包,其中出现不足128位需求补充的问题-j2me achieve AES encryption, due to demand in j2me on BouncyCastle mobilization of the package, which occurred less than 128 to add the issue of demand
  3. 所属分类:J2ME

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:eric
  1. AES.v1.3

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。-AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys.
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:209920
    • 提供者:nison chen
« 1 2 34 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org