Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - AES
Search - AES - List
基于fpga的AES高速实现,介绍了算法实现的过程,仿真结果。
Date : 2008-10-13 Size : 1.35mb User : 王旺

随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article described AES / RSA encryption algorithm on the basis of the difference is the use of AES / RSA achieve client / server network data encryption process. Finally in comparison AES and RSA algorithm, based on AES and RSA will be combined, a new data encryption program.
Date : 2008-10-13 Size : 14.09kb User :

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 program to replace DES. In August 1999, the following five programs become final candidate : MARS, RC6, Rijndael, Serpent, Twofish. In October 2000, from Belgium J.J.K.Daemen3 Joan and Vincent Rijmen proposed algorithm eventually win. (Rijndael read Rain Doll.) Http://www.esat.kuleuven.ac.be/ ~ rijmen / rijndael /
Date : 2008-10-13 Size : 66.85kb User :

AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。  -AES (The Advanced Encryption Standard) is the National Institute of Standards and Technology for electronic data encryption standards. It was expected to be recognized by encryption including financial, telecommunications and government of digital information. This paper showed a picture of AES and its use of analytic algorithm. Including a complete C# and encryption.NET data, for example. After reading this you will be able to use AES encryption, AES-based testing and software in your system to use AES encryption.
Date : 2008-10-13 Size : 16.73kb User :

随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article described AES/RSA encryption algorithm on the basis of the difference is the use of AES/RSA achieve client/server network data encryption process. Finally in comparison AES and RSA algorithm, based on AES and RSA will be combined, a new data encryption program.
Date : 2025-12-16 Size : 14kb User :

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 program to replace DES. In August 1999, the following five programs become final candidate : MARS, RC6, Rijndael, Serpent, Twofish. In October 2000, from Belgium J.J.K.Daemen3 Joan and Vincent Rijmen proposed algorithm eventually win. (Rijndael read Rain Doll.) Http://www.esat.kuleuven.ac.be/ ~ rijmen/rijndael /
Date : 2025-12-16 Size : 67kb User :

AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。  -AES (The Advanced Encryption Standard) is the National Institute of Standards and Technology for electronic data encryption standards. It was expected to be recognized by encryption including financial, telecommunications and government of digital information. This paper showed a picture of AES and its use of analytic algorithm. Including a complete C# and encryption.NET data, for example. After reading this you will be able to use AES encryption, AES-based testing and software in your system to use AES encryption.
Date : 2025-12-16 Size : 16kb User :

非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-very classic AES encryption algorithm interface and demo program, curriculum design can be used (* Introduction*) AES is a safety code for the use of information encryption standards. It supports 128, 192 and 256 of the keys. Encryption Algorithm of the ElAES.pas modules. I will package its encryption method in AES.pas units, only two standard function call can be completed string encryption and decryption. (* Key length*) 128 support for the length of 16 characters in length 192 supports 24 to 256 characters support length of 32 characters all encryption and decryption operations in default under 128 keys.
Date : 2025-12-16 Size : 52kb User : 林靖然

基于fpga的AES高速实现,介绍了算法实现的过程,仿真结果。-FPGA-based high-speed realization of the AES, introduced the process of algorithm, the simulation results.
Date : 2025-12-16 Size : 1.35mb User : 王旺

AES第一轮候选算法SAFER+算法的原理和介绍,以及具体的编程方法-AES first round of the candidate algorithm SAFER+ Algorithm principle and presentations, as well as specific programming method
Date : 2025-12-16 Size : 12kb User : 吴位

椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
Date : 2025-12-16 Size : 5kb User : hu

A Pipelined Implementation of AES for Altera FPGA platforms.doc
Date : 2025-12-16 Size : 84kb User : Mohammad

aes的原理。。。就是电话卷卡式带实践活动及撒谎道德-process。。。sjahahdosjaj jsdsajoijd
Date : 2025-12-16 Size : 4kb User : 王大二

aes code with fifo control to memory
Date : 2025-12-16 Size : 9kb User : allen

密码学中AES编码方式的详细过程的演示视频。-Cryptography, AES encoding process demonstration video.
Date : 2025-12-16 Size : 56kb User : dylan

用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
Date : 2025-12-16 Size : 8kb User : zhang shuai

AES加密算法,用AES加密算法读明文进行加密,方便又安全-AES encryption algorithm, read text is encrypted using AES encryption algorithm, convenient and safe
Date : 2025-12-16 Size : 1.21mb User : 徐蕾蕾

Advance Encryption Algorithm 简单地按照fips-197 写出的 AES.-Advance Encryption Algorithm demo
Date : 2025-12-16 Size : 9kb User : tata dada

\AES.vcproj.Marseille-NB.Marseille.user ...\...\Debug\AES.exe.embed.manifest ...\...\.....\AES.exe.embed.manifest.res ...\...\.....\AES.exe.intermediate.manifest-\AES.vcproj.Marseille-NB.Marseille.user ...\...\Debug\AES.exe.embed.manifest ...\...\.....\AES.exe.embed.manifest.res ...\...\.....\AES.exe.intermediate.manifest
Date : 2025-12-16 Size : 63kb User : 阿桑

aes加密算法。。。用quartusii 调试通过哦-aes encryption algorithm. . . With quartusii debugging through, oh. . .
Date : 2025-12-16 Size : 6kb User : 苏打水
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.