-
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
-
一篇数字水印方面的文章。
一篇数字水印方面的文章。-a digital watermark articles on the subject.
- 2022-03-02 11:14:36下载
- 积分:1
-
各种反分析软件的手法,包括(反Dede,反单步跟踪,反SoftICE,Ollydbg,反静态分析,以及程序自身的CRC32效验等,对于初学者有很大的帮助.
各种反分析软件的手法,包括(反Dede,反单步跟踪,反SoftICE,Ollydbg,反静态分析,以及程序自身的CRC32效验等,对于初学者有很大的帮助.-Analysis of various anti-software approach, including the (Anti-Dede, anti-single-step tracking, anti-SoftICE, Ollydbg, anti-static analysis, as well as procedures for their own well-tested, such as CRC32, for beginners and has a great help.
- 2022-08-03 04:58:45下载
- 积分:1
-
security encryption algorithm sha
安全加密算法sha-1,又方便的调用接口,可用于普通文件的加密-security encryption algorithm sha-1, convenient call interface can be used for document encryption
- 2022-12-22 01:15:04下载
- 积分:1
-
ldpc编码和译码程序
LDPC的编码和译码程序,运行可靠,主要是用于4G的编码使用。matlab编程使用,核心代码简单可靠
- 2022-03-11 07:09:38下载
- 积分:1
-
用C语言编写的RSA加密算法,利用大素数分解的原理进行加密的一种算法。...
用C语言编写的RSA加密算法,利用大素数分解的原理进行加密的一种算法。-Using C language RSA encryption algorithm, the use of large prime numbers decomposition of the principle of an algorithm for encryption.
- 2022-07-01 16:49:12下载
- 积分:1
-
IDEA(1/8) 功能模型,用matlab语言实现
IDEA(1/8) 功能模型,用matlab语言实现-IDEA (1/8) functional model, using matlab language implementation
- 2022-02-13 05:06:35下载
- 积分:1
-
S盒的线性逼近表的运算,可在程序里面修改数值,这是一本密码学的书籍上的题目的运算程序...
S盒的线性逼近表的运算,可在程序里面修改数值,这是一本密码学的书籍上的题目的运算程序-S-box linear approximation table calculations, which can be modified numerical procedure, which is a cryptography book on the topic of computing procedures
- 2023-04-06 21:30:04下载
- 积分:1
-
一种Base 64的编码方法
一种Base 64的编码方法-a Base 64 encoding methods
- 2022-02-04 11:46:45下载
- 积分:1
-
MD5加密算法vc实现
MD5加密算法vc实现-MD5 encryption algorithm to achieve vc
- 2023-01-24 07:15:03下载
- 积分:1