-
利用替换算法的加密算法!
利用替换算法的加密算法!-use replacement algorithm encryption algorithm!
- 2023-03-11 22:40:03下载
- 积分:1
-
rda加密源代码
rda加密源代码-The source code of RSA encryption algorithm
- 2022-06-18 20:51:01下载
- 积分:1
-
Written by DES file encryption software, can be used to encrypt the whole docume...
DES写的文件加密软件,可以用于对整个文件进行加密并且设定加密密码来网络传输!-Written by DES file encryption software, can be used to encrypt the whole document and set the encryption password network!
- 2022-02-25 07:00:33下载
- 积分:1
-
DES 加密系统的 C 语言源代码
DES 加密系统的 C 语言源代码-DES encryption system in C language source code
- 2022-01-30 12:34:28下载
- 积分:1
-
IPSEC源码包括测试模块代码,容易移植
资源描述在IP层加密的IPSEC源码,包括各个模块的测试代码,可以针对具体的TCPIP协议栈进行移植,本人已经在uc/tcpip协议栈上进行了移植,测试成功,实现了局域网内多个节点的安全通信
- 2023-03-10 15:45:03下载
- 积分:1
-
这个是MD5算法C的源代码,希望对大家有用
这个是MD5算法C的源代码,希望对大家有用-This is the MD5 algorithm C source code, in the hope that useful to everybody
- 2023-03-09 12:50:03下载
- 积分:1
-
aes算法C语言版,个人感觉比较好用的,欢迎大家下载
aes算法C语言版,个人感觉比较好用的,欢迎大家下载-aes algorithm C language version, individuals feel relatively easy to use, and welcome everyone to download
- 2022-01-26 05:12:21下载
- 积分:1
-
AES implementation in C++.
Input: key file and the file for encryption
Outpu...
AES implementation in C++.
Input: key file and the file for encryption
Output: the crypted file.
- 2022-01-30 23:02:34下载
- 积分:1
-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
详细的AESRSASHA1实现原理,其中RSA中内容自建的大书包。
详细的AESRSASHA1实现原理,其中RSA中内容自建的大书包。-Detailed AESRSASHA1 Principle, in which the contents of self-RSA big bags.
- 2023-08-30 02:35:03下载
- 积分:1