搜索资源列表
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