-
算法起源 RSA 与 visual studio 2013 GMP 图书馆
这是我的代码,我用 c 语言编写的库 gmp 结合时的代码。我在 Visual studio 2013 上进行编译。我的程序是计算值为公共密钥 n、 e、 秘密的关键 d 和后存储在文件的文本。该程序有 3 功能是计算,最后的工作会议,生成密钥并转到上一届会议。当用户选择退出程序的功能然后程序将退出。
- 2023-04-26 19:10:03下载
- 积分:1
-
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;data...
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source files, Calling the document which functions as follows : dataofText.txt document is imported specifically, in exchange for various bits of data; dataofKey.txt paper input key to change bits; dataofDES.txt document is the output data encryption, including the wheels round and the key encryption exports, and finally the secret text in the document have been described.
- 2022-05-26 17:52:28下载
- 积分:1
-
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是...
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
- 2022-03-13 06:04:47下载
- 积分:1
-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
基于unix下的RSA加密实例分析
基于unix下的RSA加密实例分析-under the RSA encryption Case Analysis
- 2022-11-04 12:35:03下载
- 积分:1
-
在Delphi开发快速CRC算法。
Fast CRC Algorithmes develop in Delphi.
Simple to uses and very fast to run
- 2023-04-29 18:50:02下载
- 积分:1
-
Delphi DES
delphi des
- 2022-01-26 01:41:18下载
- 积分:1
-
把信息隐藏到图片中,比加密更安全
把信息隐藏到图片中,比加密更安全-hidden message to the pictures, more secure encryption
- 2022-05-23 17:37:01下载
- 积分:1
-
这是一个C的源代码,用来实现基于身份的加密算法
这是一个C的源代码,用来实现基于身份的加密算法-This is a C source code, used for identity-based encryption algorithm
- 2022-02-02 18:41:49下载
- 积分:1
-
线形移位存储器生成流密码
线形移位存储器生成流密码-linear displacement flow generated password memory
- 2022-03-15 12:21:11下载
- 积分:1