-
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
-
详细的AESRSASHA1实现原理,其中RSA中内容自建的大书包。
详细的AESRSASHA1实现原理,其中RSA中内容自建的大书包。-Detailed AESRSASHA1 Principle, in which the contents of self-RSA big bags.
- 2023-08-30 02:35:03下载
- 积分:1
-
用Visual C++实现数字图像迭代混沌加密
用Visual c++实现数字图像迭代混沌加密-Using Visual c++ Realize digital image iterative chaotic encryption
- 2022-05-30 11:53:02下载
- 积分:1
-
简单加密工具原程序
简单加密工具原程序-simple encryption tools original program
- 2022-02-05 20:13:09下载
- 积分:1
-
它也可以用来解除Adobe Acrobat PDF文件密码的工具,它可以帮助解决加密PDF无法编辑和复制/打印的问题,支持所有版本的Acrobat加密(包含7....
它也可以用来解除Adobe Acrobat PDF文件密码的工具,它可以帮助解决加密PDF无法编辑和复制/打印的问题,支持所有版本的Acrobat加密(包含7.x),也支持128位加密。
-It also can be used to lift the Adobe Acrobat PDF files password tool, it can help to solve encrypted PDF can not edit and copy/print the questions, and support all versions of Acrobat encryption (including 7.x), also supports 128-bit encryption.
- 2023-04-29 00:00:03下载
- 积分:1
-
most popular procedures vb
最流行的vb程序反编译软件-most popular procedures vb-building software
- 2022-12-28 20:45:04下载
- 积分:1
-
用ansi C编写的DES加密实现,适合数字密码的加密。
用ansi C编写的DES加密实现,适合数字密码的加密。-prepared using the DES encryption and password for the encryption.
- 2022-04-16 00:34:31下载
- 积分:1
-
Kasumi加密算法,3GP通信加密标准。算法。
KASUMI加密算法,3GP通信加密标准。算法简单,适合调试学习使用-KASUMI encryption algorithm, 3GP communications encryption standard. Algorithm is simple and suitable for studying the use of debugging
- 2022-08-13 08:50:29下载
- 积分:1
-
c语言文件加密程序
c语言文件加密程序-file encryption procedures
- 2022-01-26 04:02:13下载
- 积分:1
-
加密API的使用例子,你可以从例子中学习
Crypto api 使用实例,可以学习的例子-Crypto api to use examples, you can learn from examples
- 2022-06-16 00:50:42下载
- 积分:1