-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1
-
MD5加密算法
MD5加密算法-MD5 encryption algorithm
- 2022-03-20 08:05:26下载
- 积分:1
-
椭圆曲线密码实现
对椭圆曲线进行了很好的实现,包括 combined_math:onb_integer opt_hash poly_hash poly_integer
fast_onb
integer
onb:DH.example ElGamal.example MQV.simple
polymath:basics DH_example ElGamal.example
- 2022-04-06 14:56:19下载
- 积分:1
-
DES算法的C语言实现,大家可以参考一下。
DES算法的C语言实现,大家可以参考一下。-DES algorithm to achieve the C language, we can reference.
- 2022-01-28 23:51:26下载
- 积分:1
-
加密算法SHA1的C语言实现示例,是一个C++类实现
加密算法SHA1的C语言实现示例,是一个C++类实现-The example of encryption arithmetic SHA1 using C program,which is a C++ class.
- 2022-12-28 15:30:03下载
- 积分:1
-
含有常用的一些加密标准算法实现
含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms
to realize
- 2022-03-13 00:19:15下载
- 积分:1
-
英文加密器,采用VB编程,模拟二战时期德军的迷加密器,采用了新的算法,效率很高。...
英文加密器,采用VB编程,模拟二战时期德军的迷加密器,采用了新的算法,效率很高。
- 2022-05-06 12:07:59下载
- 积分:1
-
AES应用的一些相关列子,同样需要库的支持
AES应用的一些相关列子,同样需要库的支持-AES Liezi some applications, also need the support of the Treasury
- 2022-11-22 23:55:03下载
- 积分:1
-
我写的利用IDEA算法的加密程序,并含文件切割和合并功能。
我写的利用IDEA算法的加密程序,并含文件切割和合并功能。-I write using IDEA algorithm encryption procedures, and documents containing cutting and consolidation functions.
- 2022-01-25 18:02:42下载
- 积分:1
-
This is a DVD decryption source program.
DVD解码源代码 -This is a DVD decryption source program.
- 2022-08-05 14:31:49下载
- 积分:1