-
借助MIRACL大数运算库实现对共享软件的安全注册。
借助MIRACL大数运算库实现对共享软件的安全注册。-With large numbers MIRACL library to achieve the shared computing software security register.
- 2023-02-08 20:35:04下载
- 积分:1
-
MD5算法研究 最新的,具体内容看文章 Message
MD5算法研究 最新的,具体内容看文章 Message-Digest Algorithm 5它的英文名字-MD5 algorithm studies newly, the concrete content looks at
article Message-Digest the Algorithm 5 its English names
- 2022-02-07 02:43:25下载
- 积分:1
-
利用替换算法的加密算法!
利用替换算法的加密算法!-use replacement algorithm encryption algorithm!
- 2023-03-11 22:40:03下载
- 积分:1
-
DES算法的标准
DES算法的标准-DES algorithm standard
- 2022-10-05 09:20:03下载
- 积分:1
-
实现本机加密
实现本机加密-The realization of the local encryption
- 2022-11-22 11:30:03下载
- 积分:1
-
该源码描述了DES加密算法的硬件语言实现方式
该源码描述了DES加密算法的硬件语言实现方式-The source described the hardware DES encryption algorithm realize the way language
- 2022-03-12 23:50:16下载
- 积分:1
-
alternative Password Login Window (puzzles), the only correct map decorated resu...
另类密码登录窗体(拼图),只有正确拼出结果图才能进入。-alternative Password Login Window (puzzles), the only correct map decorated results can be admitted.
- 2022-02-06 08:14:21下载
- 积分:1
-
yoda s Crypter 1.2 程序及源码 yoda PE加密保护,Win32ASM源码。
yoda s Crypter 1.2 程序及源码 yoda PE加密保护,Win32ASM源码。 -Yoda s Crypter 1.2 procedures and source Yoda PE encryption protection, Win32ASM source.
- 2022-01-24 13:53:25下载
- 积分:1
-
ABE加密(Attribute
ABE加密(Attribute-Based Encryption)算法的一种实现方案-Source code for ABE(Attribute-Based Encryption)
- 2022-05-15 00:41:47下载
- 积分:1
-
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