-
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
-
SM2.SM3.SM4代码及资料
非常详细的SM2、SM3、SM4算法说明及c语言代码,国密局公开算法。
- 2023-02-09 04:25:04下载
- 积分:1
-
文件加密技术的案例文件加密技术很多,其中W
文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to suit the needs of different occasions. Here is the most simple file encryption technology, which adopts a case-by-byte file with the password or different ways to document encryption, decryption, only re-running again encryption procedures.
- 2022-07-03 17:37:15下载
- 积分:1
-
文件加密技术的程序
文件加密技术的程序-file encryption procedures
- 2022-07-23 20:38:39下载
- 积分:1
-
一解码程序,挺好的东东,不过是用汇编写的,希望能对大家有所帮助。其中还有一个是hcs系列芯片的接收程序。...
一解码程序,挺好的东东,不过是用汇编写的,希望能对大家有所帮助。其中还有一个是hcs系列芯片的接收程序。-a decoding procedure very well, the Eastern, but is the compilation was made in the hope that it can be helpful to everyone. Among them were a series of chips is hcs reception procedures.
- 2023-05-16 20:50:03下载
- 积分:1
-
Super rabbit has a file encryption, file is encrypted then, open the file, back...
超级兔子有一个文件加密功能,文件被加密以后,打开该文件时,回转到控制面板,可是我们忘了密码怎么办呢?这里提供了一个简单方法-Super rabbit has a file encryption, file is encrypted then, open the file, back to the control panel, but we forget the password how to do? Here provides a simple way
- 2022-09-12 14:50:03下载
- 积分:1
-
MD5加密单元及DEMO
MD5åŠ å¯†å•å…ƒåŠDEMO-MD5 encryption modules and DEMO
- 2023-06-06 08:25:03下载
- 积分:1
-
几个常用密码算法
信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。开发环境为VS,有完整的工程文件及代码,欢迎下载。
- 2022-04-28 04:45:50下载
- 积分:1
-
DES算法程序,此程序为完整的程序,可以直接下载使用
DES算法程序,此程序为完整的程序,可以直接下载使用-DES algorithm procedure, this procedure for the complete procedure, can be directly downloaded using
- 2022-06-15 00:46:44下载
- 积分:1
-
用java语言实现rsa经典算法
自己可以加上运行测试!
用java语言实现rsa经典算法
自己可以加上运行测试!-using java language rsa classical algorithm can add their own testing!
- 2023-08-26 04:00:03下载
- 积分:1