-
Design a complete set of practical RSA file encryption solution to achieve a spe...
设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows ... 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法-Design a complete set of practical RSA file encryption solution to achieve a specific encoding. Research on the RSA algorithm, starting from the conventional RSA algorithm, using C++ Realize RSA encryption algorithm class library, and 32 in the windows ... the use of VC types of documents prepared for the operation FileTool, has four main functions:// encryption files, input parameters for the file name using the BlowFish encryption algorithm
- 2022-11-30 13:10:03下载
- 积分:1
-
md5加密算法,实现加密的主函数test,还有md5.java实现加密过程
md5加密算法,实现加密的主函数test,还有md5.java实现加密过程-md5 encryption algorithm to achieve the main function of encryption
- 2022-05-15 10:47:35下载
- 积分:1
-
pkcs#11 header files
pkcs#11 header files
- 2022-04-07 02:39:26下载
- 积分:1
-
PGP使用的idea加密算法实现
PGP使用的idea加密算法实现-PGP the use idea encryption algorithm realizes
- 2022-07-23 05:12:10下载
- 积分:1
-
操作系统中关于哈明威码的C++实现程序
使用工具:Visual Studio 6.0...
操作系统中关于哈明威码的C++实现程序
使用工具:Visual Studio 6.0-Hemingwei operating system on the C code to achieve the procedures for the use tools : Visual Studio 6.0
- 2023-04-02 21:35:04下载
- 积分:1
-
计算HASH值的C语言源代码,包括7种算法。
计算HASH值的C语言源代码,包括7种算法。-Calculated HASH value of C language source code, including seven kinds of algorithm.
- 2022-11-01 02:25:03下载
- 积分:1
-
关于IDEA算法的一个小程序
关于IDEA算法的一个小程序-IDEA algorithm on a small program
- 2022-11-30 04:10:04下载
- 积分:1
-
一本介绍密码学现代知识的学习资料,对于密码算法编程方面很有用。...
一本介绍密码学现代知识的学习资料,对于密码算法编程方面很有用。-A description of the study of modern knowledge of cryptography information programming for the cryptographic algorithm is useful.
- 2022-12-17 06:35:03下载
- 积分:1
-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
这是一个好的程序用MATLAB信号处理。这给你浅…
This a good program to start with signal processing in matlab.This gives you basic idea about covolution algorithm.
- 2023-07-03 10:10:03下载
- 积分:1