-
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
-
EXE二合一源代码!不用多说了!用tasm编译!
EXE二合一源代码!不用多说了!用tasm编译!-source code! Needless to say! With Tasm compiler!
- 2022-07-13 08:48:45下载
- 积分:1
-
沙
SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities of the collision. Although Bruce Schneier, had found individual collisions. But the new good hash function will be out before widespread use.
- 2023-06-21 07:50:03下载
- 积分:1
-
程序使用C++展示相当强的XOR加密。
当它unencrypting文件时,包括EOF验错和自动侦查。程序很好被提供并且做在串类建立的好用法。...
程序使用C++展示相当强的XOR加密。
当它unencrypting文件时,包括EOF验错和自动侦查。程序很好被提供并且做在串类建立的好用法。-Program Uses C++ to Demonstrate A Fairly Strong XOR Encryption.
Includes EOF error checking and automatic detection of when it is unencrypting a file.
Program Is Documented Well And Also Makes Good Use of the Built In String Class.
- 2022-12-20 10:10:03下载
- 积分:1
-
Skipjack 加密算法 美国国家安全局标准加密算法
Skipjack 加密算法 美国国家安全局标准加密算法-Skipjack encryption algorithm US country peaceful overall
situation standard encryption algorithm
- 2022-01-26 02:18:26下载
- 积分:1
-
含有常用的一些加密标准算法实现
含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms
to realize
- 2022-03-13 00:19:15下载
- 积分:1
-
ROSSLER方程的混沌时间序列相空间重构程序
ROSSLER方程的混沌时间序列相空间重构程序-Equation ROSSLER chaotic time series phase space reconstruction procedure
- 2022-06-15 11:30:43下载
- 积分:1
-
Serpent算法,想必搞相关行业的朋友看到压缩文件名字就知道是什么了!...
Serpent算法,想必搞相关行业的朋友看到压缩文件名字就知道是什么了!-Serpent algorithm, must engage the relevant industry friends to see compressed file name know what it is!
- 2022-08-24 00:41:23下载
- 积分:1
-
详细的AESRSASHA1实现原理,其中RSA中内容自建的大书包。
详细的AESRSASHA1实现原理,其中RSA中内容自建的大书包。-Detailed AESRSASHA1 Principle, in which the contents of self-RSA big bags.
- 2023-08-30 02:35:03下载
- 积分:1
-
I think this the first time every one can look at a PE crypter source
in top le...
I think this the first time every one can look at a PE crypter source
in top level language such VC++.
So as I promised ... if some one sent me one nice compress source I would
publish my source.
I dedicate this source to all people who involve in this field.
I hope it helps someone.
Have good days
ashkbiz
Check: yodap.cjb.net
- 2022-03-11 15:54:03下载
- 积分:1