-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
这个是高级加密标准的C语言程序
这个是高级加密标准的C语言程序-this is the Advanced Encryption Standard C Programming Language
- 2022-10-21 12:10:03下载
- 积分:1
-
分别使用VC和VB写的MD5加密算法
分别使用VC和VB写的MD5加密算法-MD5 encrypting algorithm which writed in VC and VB
- 2022-06-12 23:00:31下载
- 积分:1
-
MIME(Quoted
MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
- 2023-02-26 12:40:03下载
- 积分:1
-
This code is for encrypt a String using Vignere method.
This code is for encrypt a String using Vignere method.
- 2023-02-14 03:25:02下载
- 积分:1
-
一个加密的算法。
一个加密的算法。-An encryption algorithm.
- 2022-03-13 16:18:49下载
- 积分:1
-
md5 encrypted C This is a class which encapsulates a set
md5加密程序 C++ This a class which encapsulates a set-md5 encrypted C This is a class which encapsulates a set
- 2023-07-11 06:25:02下载
- 积分:1
-
DES/Triple DES IP Cores
Motivation
- A simple DES core
- Fast and Small Version
- Open Source
Compatibility
I believe that the core complies to NIST-800-17. However, there has been no formal third party verification. The official NIST specification can be downloaded here: 800-17.pdf. For the Triple DES, the NIST reference is located here:
- 2022-02-24 11:06:34下载
- 积分:1
-
NSEA algorithm on a small program
关于NSEA算法的一个小程序-NSEA algorithm on a small program
- 2022-02-01 18:17:53下载
- 积分:1
-
crc32加密算法,希望对大家有帮助,多多支持
crc32加密算法,希望对大家有帮助,多多支持-CRC32
- 2022-08-10 18:43:32下载
- 积分:1