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

搜索资源列表

  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设计方案

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:17133
    • 提供者:
  1. java加密技术

    0下载:
  2. java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blowfish, RC2, RC4 (ARCFOUR) and o
  3. 所属分类:编程文档

    • 发布日期:2017-03-27
    • 文件大小:10170
    • 提供者:gaoshan
  1. AESMatlab

    1下载:
  2. AES加密算法的Matlab仿真及应用,内容比较清晰-AES encryption algorithm of the Matlab simulation and applications, content, clearer
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:120571
    • 提供者:宁国强
  1. CryptoAPI

    0下载:
  2. 利用CryptoAPI实现AES加密解密程序设计-AES encryption and decryption using CryptoAPI Implementation Program
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:171942
    • 提供者:wxl
  1. intro-openssl

    0下载:
  2. 实现对文档的加密解密功能,能方便的完成此项任务-Implementation of document encryption and decryption functions, to facilitate the completion of the mission
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:8921
    • 提供者:xuezhong
  1. 3.8

    0下载:
  2. 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:16808
    • 提供者:Alice
  1. AES

    0下载:
  2. Rijndael加密算法是分组长度可变的分组密码。分组长度,密钥长度可以为128,192,256比特。 假设加密的中间结果为状态State。状态State可以用类似于元素为一字节的矩阵来表示,矩阵的行数为4,列数为Nb,Nb等于分组长度除以32。 -Rijndael encryption algorithm is the grouping variable length block cipher. Packet length, key length for the bit 128,192
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:25938
    • 提供者:钟惠民
  1. siganature

    0下载:
  2. 椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5359
    • 提供者:hu
  1. EasyFPGA060_Routine_AESEncrypt

    0下载:
  2. Actel公司的FPGA实现AES加密的程序及说明文档-Actel' s FPGA implementation of AES encryption procedures and documentation
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:834099
    • 提供者:wyhfut
  1. AES

    0下载:
  2. AES加密算法,用AES加密算法读明文进行加密,方便又安全-AES encryption algorithm, read text is encrypted using AES encryption algorithm, convenient and safe
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:1271566
    • 提供者:徐蕾蕾
  1. AES-Sbox-and-MATLAB

    0下载:
  2. AES加密算法中的S盒及其MATLAB实现,并附有关键代码-Construct the matlab code AES algorithm s box
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:245120
    • 提供者:陈泽培
  1. aes

    0下载:
  2. aes加密算法。。。用quartusii 调试通过哦-aes encryption algorithm. . . With quartusii debugging through, oh. . .
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:5831
    • 提供者:苏打水
  1. AES

    0下载:
  2. AES加密算法越来越热门了,这里详细介绍了算法的流程,希望可以帮助到需要的同学们-AES encryption algorithm more and more popular, and here the algorithm described in detail the process, I hope to help the students who need to
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:10713
    • 提供者:杨春苗
  1. AES

    0下载:
  2. 基于AES加密算法的改进及其在matlab上的实现-the improvement of AES encryption algorithm and its realization in matlab
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4414942
    • 提供者:ona
  1. AES-FPGA

    0下载:
  2. 本文介绍了AES加密算法通过不同的功能结构的FPGA实现,语言背景为VHDL-This paper details Implementation of the Encryption algorithm AES under VHDL language In FPGA by using different architecture of mixcolumn. We then review this research investigates the AES algorithm in FPGA
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:191983
    • 提供者:Eric
  1. AES

    0下载:
  2. AES加密算法 很好的资料,有源代码-aes Calculation
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:509817
    • 提供者:wyde
  1. aes

    0下载:
  2. 基于qt的aes加密算法,进行通信过程的信息加密,包含具体位循环、密钥加密、解密过程-Based on the qt aes encryption algorithm to encrypt information communication process, including the specific bit cyclic, key encryption, decryption process
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10253790
    • 提供者:剑姬
  1. ASE加密解密

    0下载:
  2. C#AES加密解密,256位AES加密和有密码的AES加密(C#AES encryption and decryption, 256 bit AES encryption and cipher AES encryption)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:hlfanan
« 12 »
搜珍网 www.dssz.com