-
mdc加密算法
mdc加密算法-MDC encryption algorithm
- 2022-01-20 22:50:01下载
- 积分:1
-
DES的实现,平时上课的实验,供大家参考。
DES的实现,平时上课的实验,供大家参考。-DES implementation, usually in class experiments, for your reference.
- 2022-08-08 06:20:14下载
- 积分:1
-
用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善...
用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善-With C++ Achievable Virginia password source, has been DevC++ Tested, we can further improve the function
- 2022-02-05 00:37:03下载
- 积分:1
-
MD5 VC a good class, everyone welcomes the use of
一个很好的MD5 VC类, 欢迎大家使用-MD5 VC a good class, everyone welcomes the use of
- 2022-05-08 04:28:36下载
- 积分:1
-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
Aes algorithm DEMO
aes 算法的DEMO-Aes algorithm DEMO
- 2022-03-23 16:26:25下载
- 积分:1
-
C和Java写的sepent加密算法
C和Java写的sepent加密算法-C and Java write sepent encryption algorithm
- 2022-11-08 08:35:04下载
- 积分:1
-
tablecrypt是一个文件加密工具。
TableCrypt is a file encryption utility.
The major difference with most file encryptors is that this program uses a generated table in combination with a password to encrypt a file.
This way you need 2 variables to decrypt the file. This is how it works:
Generate a 10kb table file and enter a password. The password is used to pick bytes from the table file which in their turn are used to encrypt the bytes of the inputfile with XOR encryption.
- 2022-06-18 03:20:49下载
- 积分:1
-
md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。...
md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。-md5 password algorithm is computer science Lane classic algorithms, highly practical, design is the key to the selection of random numbers, the procedure using the traditional use of computer clock seed collection methods generate random number seed.
- 2022-09-30 05:25:02下载
- 积分:1
-
BASE64编码的C实现,很精简,可以直接内嵌入工程
BASE64编码的C实现,很精简,可以直接内嵌入工程-BASE64-coded C implementation, it is streamlined and can be directly embedded engineering
- 2023-07-23 14:35:04下载
- 积分:1