搜索资源列表
CS2003081aes
- 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
aes设计方案
- 随着密码分析技术的提高,新的数据加密标准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
用新的高级加密标准(AES)保持你的数据安全
- AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。 -AES (The Advanced Encryption Standard) is the National Institute
java加密技术
- 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
AESMatlab
- AES加密算法的Matlab仿真及应用,内容比较清晰-AES encryption algorithm of the Matlab simulation and applications, content, clearer
CryptoAPI
- 利用CryptoAPI实现AES加密解密程序设计-AES encryption and decryption using CryptoAPI Implementation Program
intro-openssl
- 实现对文档的加密解密功能,能方便的完成此项任务-Implementation of document encryption and decryption functions, to facilitate the completion of the mission
3.8
- 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
AES
- 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
siganature
- 椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
EasyFPGA060_Routine_AESEncrypt
- Actel公司的FPGA实现AES加密的程序及说明文档-Actel' s FPGA implementation of AES encryption procedures and documentation
AES
- AES加密算法,用AES加密算法读明文进行加密,方便又安全-AES encryption algorithm, read text is encrypted using AES encryption algorithm, convenient and safe
AES-Sbox-and-MATLAB
- AES加密算法中的S盒及其MATLAB实现,并附有关键代码-Construct the matlab code AES algorithm s box
aes
- aes加密算法。。。用quartusii 调试通过哦-aes encryption algorithm. . . With quartusii debugging through, oh. . .
AES
- 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
AES
- 基于AES加密算法的改进及其在matlab上的实现-the improvement of AES encryption algorithm and its realization in matlab
AES-FPGA
- 本文介绍了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
AES
- AES加密算法 很好的资料,有源代码-aes Calculation
aes
- 基于qt的aes加密算法,进行通信过程的信息加密,包含具体位循环、密钥加密、解密过程-Based on the qt aes encryption algorithm to encrypt information communication process, including the specific bit cyclic, key encryption, decryption process
ASE加密解密
- C#AES加密解密,256位AES加密和有密码的AES加密(C#AES encryption and decryption, 256 bit AES encryption and cipher AES encryption)