搜索资源列表
CS2003081aes
- 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
AES
- Rijndael加密算法是分组长度可变的分组密码。分组长度,密钥长度可以为128,192,256比特。 假设加密的中间结果为状态State。状态State可以用类似于元素为一字节的矩阵来表示,矩阵的行数为4,列数为Nb,Nb等于分组长度除以32。 -Rijndael encryption algorithm is the grouping variable length block cipher. Packet length, key length for the bit 128,192
AN324
- The Advanced Encryption Standard (AES) is an algorithm used to encrypt and decrypt data for the purposes of protecting the data when it is transmitted electronically. The AES algorithm allows for the use of cipher keys that are 128, 192, or 256 b
AES-project
- With the fast progression of data exchange in electronic way,information security is becoming more important in data storage and transmission. Because of widely using images in industrial process, it is important to protect the confidential image d
Encryption
- AES encription of 128 bits with 10 rounds, can be used to encrypt image data
a825b77f6
- aes algorithm encrypt/decrypt 128 192 256
aes
- this aes-128 bit encryption source code.-this is aes-128 bit encryption source code.
aes_inv
- this aes 128 bit encrption code eplimented on fpga-this is aes 128 bit encrption code eplimented on fpga
dut_tb
- this ois aes 128 encryption code