-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
文件加密技术的程序
文件加密技术的程序-file encryption procedures
- 2022-07-23 20:38:39下载
- 积分:1
-
客户出货与维修
客户出货与维修-and maintenance of customer shipments
- 2022-02-13 19:04:16下载
- 积分:1
-
RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发...
RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objective is to make the Internet safe and reliable, aimed at resolving the DES algorithm is a secret key transmitted using the open channel distribution problems.
- 2022-07-03 19:58:39下载
- 积分:1
-
这是一个关于加密算法的论文,文中采用神经网络加密算法!...
这是一个关于加密算法的论文,文中采用神经网络加密算法!-This is an encryption algorithm on paper, the text using neural network encryption algorithm!
- 2023-03-11 06:25:04下载
- 积分:1
-
études and implementation ofaesin c
études and implementation ofaesin c
- 2022-03-23 03:02:10下载
- 积分:1
-
document encryption software source code, document encryption to drive to genera...
加密文件软件源代码,把要加密文件拖动到生成软件上,按照软件提示要求即可进行保密措施.此源代码为本人校友编辑-document encryption software source code, document encryption to drive to generate software, in accordance with the software can suggest requirements for security measures. This source code for my alumni editor
- 2022-02-05 04:06:57下载
- 积分:1
-
(C)数据加密计划的一些限制功能在语言输入和输出文件…
(C++)语言下文件输入输出函数的一些局限性 数据加密算法原理、实现-(C) language input and output file under some limitations function of data encryption algorithm theory, realization
- 2022-06-21 00:04:55下载
- 积分:1
-
Password serpent algorithm source code, the algorithm is AES, one of the candida...
密码serpent算法源代码, 该算法是AES候选算法之一-Password serpent algorithm source code, the algorithm is AES, one of the candidate algorithm
- 2023-01-03 20:05:03下载
- 积分:1
-
实现RSA
RSA加密算法的实现
2^1024大的素数实现-implement the RSA
- 2022-04-29 03:25:57下载
- 积分:1