搜索资源列表
AESSBOX
- 这是我编的一个AES加密算法中的SBOX的实现,其反SBOX是相似的,可以容易得到-This is Part I of an encryption algorithm AES SBOX of the realization of its anti-SBOX is similar, can easily be
aes-sbox
- 这是一篇介绍aes加密算法中s盒的c语言实现设计-introduced Orangk'aes encryption algorithm's box of C Language Design
AES
- AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
threefish_c
- ThreeFish data chiper,最新的数据加密算法,无传统的sbox和pbox,扭曲向量加密。-ThreeFish data chiper, the latest data encryption algorithm, non-traditional sbox and pbox, twisted vector encryption.
kairakan
- KAIRAKAN - 32-bit cryptoalgorithm Skipjack with 256-bit key, enlarged 8 times in SBOX by additional transformation of subblocks.
Encryptor
- encriptor with sBox combination and feitsel with plug-in in microsoft word
SBOX
- sbox implementation in vhdl
kairakan
- KAIRAKAN - 32-bit version of the Skipjack encryption algorithm with 256 bit key, extended to 8 times SBOX, further transformation of the sub-blocks.
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
subbyte128
- AES算法中Sbox映射Verilog源代码,采用一一映射的方案,用查找表的方式实现Sbox。转换数据长度为128bit。-Sbox mapping Verilog source code of the AES algorithm, using one to one mapping of the program, using a lookup table to achieve the Sbox table. Convert the data length is 128bit.
whirl
- WHIRLPOOL (using their new sbox) hash function.
SBOX_C
- It is SBOX algorithm with C programming. It is really good and works well please download and enjoy-It is SBOX algorithm with C programming. It is really good and works well please download and enjoy!!
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.
sbox
- 混沌加密中利用S盒进行加密,S盒的性能指标测试代码-S-box performance test code
SM4-sbox-in-GF-and-PPRM
- 分别利用复合域和PPRM结构实现了SM4 S-box,复合域实现方法具有资源消耗优势,但是功耗大,PPRM结构电路具有结构简单,功耗小的优势。 -Respectively by composite domain and PPRM structure enables SM4 S-box, composite domain implementation method has advantages in resources consumption, but power consumption, PPR
AES-GF(2^4)^2 for sbox
- AES加解密程序,128bit数据位宽,其中sbox和混合列运算在复合域GF(2^4)^2上完成(An AES encryption and decryption program with 128 bits datawidth, which used GF(2^4)^2 for sbox and mixcolumn.)
aes_GF(2^4)^2 for sbox
- AES加解密程序,128bit 数据位宽,其中加密部分的sbox采用复合域GF(2^4)^2运算(An ARS program with 128bits datawidth, which used GF(2^4)^2 for sobx in cipher.)