搜索资源列表
rc4
- RC4算法,WEP算法,加解密,密钥长度256-RC4 algorithm, WEP algorithm, encryption and decryption
project
- Cobra-H128 密码的加密和解密.输入端口e=0,加密;输入端口e=1,解密。128位的块输入和4个64位的密钥-realization of encryption and decryption of Cobra-H128 cipher
aes
- 高级加密标准AES的FPGA实现,支持128,256密钥长度格式-Advanced Encryption Standard AES, FPGA implementation to support 128,256 key length format
key
- 用vhdl语言实现des编码中的密钥产生 是des编码中重要的一部分-Des code using vhdl language in the key generation is an important part des coding
AnalysisofmaximizeddifferentialpoweragainstAES(1).
- 在讨论AES 功耗模型的基础上,提出了一种新的最大差分功耗攻击(MDPA) 的方法. 算法对被攻击的 部分明文用猜测的密钥进行变换,采用差分的方法去除噪声,比较由变换后的明文和正确密钥产生的一组功 耗值,通过寻找最大功耗值得到正确的密钥.-Power model in the discussion on the basis of AES, a new maximum differential power attacks (MDPA) method. Algorithm was attac
3des_vhdl_latest
- 3DES的VHDL IP核,64位 标准FIPS 46-3 NIST,并且使用3组64位密钥-The VHDL implementation 3DES,The core complies with the Triple-DES 64-bit block cipher defined in FIPS 46-3 NIST standard and operates with three 64-bit keys. Functional Descr
57379413SMS4_code
- 关于SMS4密钥算法的详细的程序和方法,能够直接仿真使用-SMS4 key algorithm on the detailed procedures and methods used to direct simulation
FPGA--AES-algorithm
- 本文介绍了AES 数据加密结构, 以及相关的有限域的知识及简单运算, 提出了一种用FPGA 高速实现AES 算法的方案, 该方 案设计的加密模块支持AES 标准的三种密钥长度: 128,192,256, 支持ECB, CBC, CTR 三种工作模式, 即支持feedback 和non- feedback 两种模式, 最后给出了本设计的性能指标-This article describes the AES data encryption structure, as well as the
DES_des
- DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位(每组的第8位作为奇偶校验位),产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术。-DES uses a 56 bit key and an additional 8 bit parity bit (n = eighth as the parity bit), the largest 64 bit packet size. This is a block cipher an iterative, u
blowfish
- Blowfish算法是一个64位分组及可变密钥长度的对称密钥分组密码算法,可用来加密64比特长度的字符串。32位处理器诞生后,Blowfish算法因其在加密速度上超越了DES而引起人们的关注。Blowfish算法具有加密速度快、紧凑、密钥长度可变、可免费使用等特点,已被广泛使用于众多加密软件。 -Blowfish is a keyed, symmetric cryptographic block cipher designed by Bruce Schneier in 1993 and pl
rocetech- 加密方法
- FPGA加密主要有 1.配合第三方加密芯片(如ds180等,通过控制程序复位使能实现) 2.自带加密逻辑硬核(如5/6/7系列中的BbRAM和eFUSE存储密钥实现) 主要讲述一下如何用自带的IP进行加密逻辑。(FPGA encryption mainly 1. With third-party encryption chip (such as ds180, etc., reset by controlling the program to enable) 2. Comes with
AES算法硬件实现
- AES算法硬件实现,使用SAKURA开发板,128位密钥的AES算法