代码搜索:S-box
找到约 122 项符合「S-box」的源代码
代码结果 122
www.eeworm.com/read/179775/9339285
html 12-16.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Data Encryption Standard (DES)
www.eeworm.com/read/359573/10136620
html 12-16.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Data Encryption Standard (DES)
www.eeworm.com/read/179775/9339251
html 12-05.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Data Encryption Standard (DES)
www.eeworm.com/read/179775/9339447
html 14-02.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Still Other Block Ciphers
www.eeworm.com/read/359573/10136583
html 12-05.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Data Encryption Standard (DES)
www.eeworm.com/read/359573/10136853
html 14-02.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Still Other Block Ciphers
www.eeworm.com/read/479816/6679337
vhd sbox.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity sbox is
port( rs : in std_logic_vector( 47 downto 0 ) ;
so : out std_logic_v
www.eeworm.com/read/101225/15840836
txt ibm的mars加密算法实现.txt
IBM的MARS加密算法实现
一、背景知识
1977年颁布的数据加密标准DES算法。其56位长的密码空间在芯片技术和计算技术高速发展的今天,越来越不适应安全需求。1997年9月美国国家标准技术研究所(NIST)提出了征求新的加密标准---AES (Advanced Encryption Standard)的建议,作为一种取代DES的二十世纪加密标准技术。其目标是:(1)执行速度快;(2 ...
www.eeworm.com/read/319166/13459414
txt rc4算法说明.txt
RC4算法
RC4加密算法
RC4加密算法是大名鼎鼎的RSA三人组中的头号人物Ron Rivest在1987年设计的密钥长度可变的流加密算法簇。之所以称其为簇,是由于其核心部分的<mark>S-box</mark>长度可为任意,但一般为256字节。该算法的速度可以达到DES加密的10倍左右。
RC4算法的原理很简单,包 ...
www.eeworm.com/read/309306/13674664
h arcfourprng.h
//ArcfourPRNG.h
#ifndef __ARCFOURPRNG_H__
#define __ARCFOURPRNG_H__
//This class implements an algorithm here called Arcfour that is
//believed to be fully interoperable with the RC4 algori