搜索资源列表
AES.rar
- 使用V C++编程实现使用Rijindeal算法的高级数据加密算法AES。,The use of V C++ programming Rijindeal algorithm implementation using advanced data encryption algorithm AES.
AES
- 能够很好的实现文件的加密与解密,对初学者有很好的借鉴与学习作用。-Can achieve the file encryption and decryption, a good reference for beginners and learning effects.
AES
- AES加密算法程序,AES算法作为语音数字信号的加密/解密处理程序。-AES encryption algorithm program, AES algorithm as a voice digital signal encryption/decryption process.
AES
- AES加密算法,控制台简单快速实现AES加密,可选择位长实现输入输出-AES-Encryption,with input and output.
AES_Encrypt
- AES加密算法 挺复杂得加密算法 希望有所帮助-AES encryption algorithm encryption algorithm quite complicated, hope that helps
ElAES
- Advanced Encryption Standard (AES) is an encryption standard adopted by the U.S. government.
cpp.tar
- AES implementation in C++ .... compiled with gcc 4
AES-Dec
- AES加密算法的解密算法,进行128位解密实现-AES encryption algorithm decoding method, a 128-bit Decoding
AES-enc
- AES加密算法的加密部分,128位加密算法实现-AES encryption algorithm the encryption part, 128-bit encryption algorithms
AVR
- AVR实现AES加密算法,能够提供加密解密,鉴权等功能。-AVR achieve AES encryption algorithm, can provide encryption and decryption, authentication and other functions.
AES
- aes encrypt and decrypt
AES
- AES [Advanced Encryption Standard] algorithm
report
- The project focuses on implementation of the AES algorithm on the 8051 controller. The algorithm is implemented on the microcontroller 8051. A UART is used to give the inputs and outputs are displayed on 16x2 LCD. Initially the algorithm has been imp
encr
- AES Encryption Algorithm
AES
- 利用aes算法对文件进行加密解密,程序利用的工具是vc-Aes algorithm using encryption and decryption of files, the program is to use the tools vc
aes-6.x-1.3.tar
- Simple aes algorithm
AES-algorithm-for-designer
- AES算法 ,从设计到编程完全有学生来完成,很适合课程设计者使用-AES algorithm, programming from design to complete a student to complete, it is used for course designers
AES(complete)
- AES加密解密算法 C++实现 可直接使用-AES Encryption and decryption
AES
- aes encryption in java
AES
- AES的基本要求是,采用对称分组密码体制。AES的加密数据块长度固定为128 比特,密钥长度则可以是128,192或256比特。AES加密有很多轮的重复和变换。大致步骤如下:1、密钥扩展(KeyExpansion)。2、初始轮(Initial Round)。3、重复轮(Rounds)。每一轮由四个不同的阶段组成,包括一个混淆和三个代换:字节代换(SubBytes)、行移位(ShiftRows)、列混淆(MixColumns)、轮密钥加(AddRoundKey)。4、最终轮(Final Round