-
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
-
程序实现了大素数的判断和如果不是素数,则其可分解的最小的素数...
程序实现了大素数的判断和如果不是素数,则其可分解的最小的素数-program of large prime numbers and if the judgment is not prime, then decomposition of the smallest prime number
- 2022-02-04 09:05:51下载
- 积分:1
-
MD5加密单元及DEMO
MD5åŠ å¯†å•å…ƒåŠDEMO-MD5 encryption modules and DEMO
- 2023-06-06 08:25:03下载
- 积分:1
-
DES算法实现过程分析 之 C
这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
- 2022-08-20 17:12:01下载
- 积分:1
-
Vientiane password to use VB to do query tool, used here in several commonly use...
用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint-Vientiane password to use VB to do query tool, used here in several commonly used API functions: FindWindow, SendMessage, GetClassName, WindowFromPoint
- 2022-06-01 11:33:03下载
- 积分:1
-
时域LSB隐藏算法,实现随机信息隐藏到载体图片内,并界附带提取信息代码...
时域LSB隐藏算法,实现随机信息隐藏到载体图片内,并界附带提取信息代码-LSB hidden time-domain algorithm, the realization of random information hidden within the picture carrier, and industry code attached to extract information
- 2023-03-10 16:45:03下载
- 积分:1
-
一个不错的文件加密系统,对你工作的安全大大加强。
一个不错的文件加密系统,对你工作的安全大大加强。-a good file encryption system, you have the right security greatly enhanced.
- 2023-06-18 22:10:03下载
- 积分:1
-
rijndael算法在vc源码
rijndael算法在vc源码-vc FOSS
- 2022-03-22 01:40:39下载
- 积分:1
-
工商银行 PCSC 智能卡读取程序示例
基于 金邦达Gem USB KEY 的工商银行 PCSC 智能卡读取程序示例。自定义 APDU 命令交互,读取智能卡数据
- 2022-05-19 02:50:13下载
- 积分:1
-
数据加密的工具源代码
数据加密的工具源代码--Source code of data encryption tool
- 2022-08-23 10:05:47下载
- 积分:1