搜索资源列表
s_box实现
- 这是一个用VC.net实现的AES的S-box的实现代码,包括求逆和s盒的实现代码-This is a realization of the use VC.net AES S-box realization of the code, including inversion and the realization s box code
aes-sbox
- 这是一篇介绍aes加密算法中s盒的c语言实现设计-introduced Orangk'aes encryption algorithm's box of C Language Design
AES-S-boxes
- AES加密算法中的S-盒及其MATLAB实现,S盒实现是MATLAB中的主要过程。-AES encryption algorithm in the realization of S-boxes and MATLAB, S box MATLAB implementation is the main process.
aes128
- AES实现的效率如面积、吞吐量和功耗等,主要是由列混合变换和S 盒的实现决定的。S 盒单元的实现成为设 计的重点,它的硬件实现在很大程度上决定着整个芯片的面积大小。 -AES to achieve efficiency, such as area, throughput and power consumption, mainly by the S box column mixing transformation and the realization of decision. S box
sbox
- verilog code for s-box generation for AES algorith
AES
- 详细描述了AES加密算法的过程及S盒变换,用VHDL语言描述,通俗易懂-AES encryption algorithm is described in detail the process and transform S box, with the VHDL language to describe, easy to understand
aes_inv_sbox
- The inverse S-box is used in the decrypting function inv_cipher to revert the substitution carried out via the S-box. The corresponding AES-Matlab function declared in Line 1 of Listing 7 takes the Sbox (s_box) as its input and generates the in
AES-test
- AES对128bit数据的加密算法实现。s_box.txt中保存的是s盒和密钥-AES 128bit data encryption algorithm. s_box.txt saved s box and key
Aes
- 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Deciphering the CBC operating mode AES
AES_.c
- AES的c语言代码,s盒子,逆s盒子,字节替换,行位移,列变换-AES c language code, s box, inverse s box, bytes replacement line displacement column transform
27695635aes
- AES加密/解密算法(S-BOX)的C语言完整代码-AES encryption/decryption algorithm (S-BOX) complete C language code
aesbox
- aes算法的s盒构造代码,描述传统s盒的构造过程。-Construct the code AES algorithm s box
AES-Sbox-and-MATLAB
- AES加密算法中的S盒及其MATLAB实现,并附有关键代码-Construct the matlab code AES algorithm s box
AES-Sbox-process
- ase算法s盒的进一步探讨,并且对该s盒进行改进-improve the s-box ability
aes-armv4
- Code uses single 1K S-box and is >2 times faster than code generated by gcc-3.4.1.
SBOX
- 通过编程求出DES算法中8个S-盒的差分分布表和AES中S-盒的差分分布表,体会差分分析的方法。-DES algorithm obtained by programming eight S- boxes in the differential distribution table and AES S- box differential distribution table, experience differential analysis.
tkip
- 2-byte by 2-byte subset of the full AES S-box table second part of this table is identical to first part but byte-swapped. -2-byte by 2-byte subset of the full AES S-box table second part of this table is identical to first part but byte-swapped.
aes
- 利用verilog实现AES加密功能,S盒的实现方式有两种,一种是查找表的方式,一种是计算的方式。-Use verilog implementation AES encryption, there are two kinds of S box is implemented, a way is look-up table , a way is calculation.
AES
- 实现完整的AES加密解密,主要分为四步:S盒,行移位,列变换,密钥扩展- Achieve a complete AES encryption and decryption, divided into four steps: S box, row shift row conversion, key expansion
sbox-_proposed
- Implementation of AES S BOX using VHDL