搜索资源列表
CS2003081aes
- 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
AES
- 基于fpga的AES高速实现,介绍了算法实现的过程,仿真结果。
SAFER+
- AES第一轮候选算法SAFER+算法的原理和介绍,以及具体的编程方法
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介绍
- 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/-September 1997, NIST AES assembly pr
用新的高级加密标准(AES)保持你的数据安全
- AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。 -AES (The Advanced Encryption Standard) is the National Institute
3.8
- 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
silicon_ensemble
- 对著名的加密算法DES和AES的ASIC设计方案,对ASIC设计者有很好的参考价值。-Pairs of well-known encryption algorithms DES and AES, ASIC design, ASIC designers have a good on the reference value.
AES-encryption-and-decryption
- 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
AES
- AES加密算法,用AES加密算法读明文进行加密,方便又安全-AES encryption algorithm, read text is encrypted using AES encryption algorithm, convenient and safe
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
ASE
- 可重构平台下AES算法的流水线性能优化,讲解比较到位,抛砖引玉可以-Reconfigurable platform performance optimization of pipelined AES algorithm, to explain more in place, so you can
AES
- AES算法C源码(加解密),简单测试了一下,可以用,领解压文件里有两个解密加密rar的算法,感兴趣的可以看下。-AES algorithm C source code (encryption and decryption), a simple test that can be used, there are two collar-extracting file to decrypt the encrypted rar algorithms, interested can look.
AES-algorithm-and-its-implementation
- AES算法原理及其实现,一篇相关的论文,可以学习是参考一下。-AES algorithm and its implementation, a related paper, you can learn is the reference.
CUDA-AES
- 基于CUDA的AES快速加密解密文档,系统介绍饿AES算法的设计与优化-CUDA-based AES encryption and decryption of documents quickly, the system introduced hungry AES algorithm design and optimization
FilePW
- 这是一个对txt文件加密的VC++工程,采用AES算法进行加密-The TXT file encryption
aes
- 基于qt的aes加密算法,进行通信过程的信息加密,包含具体位循环、密钥加密、解密过程-Based on the qt aes encryption algorithm to encrypt information communication process, including the specific bit cyclic, key encryption, decryption process
crypt_tool
- 加/解密测试助手,空闲时间弄出的一个小软件,把平时项目上用到的加\解密算法整合,方便测试,现打包分享。 目前支持的加\解密算法有:AES,DES,RC,BLOWFISH,TWOFISH,CAMELLIA,KEELOQ,XTEA 还不支持:mdx,sha,rsa等,将在后面陆续增加。 如在使用过程中,软件出现各种BUG,可联系反馈,将在空闲时间里修改。-Encryption/decryption test assistant, came up with a little free time sof