-
several RSA DES algorithm C program should not miss
RSA DES 等几个算法的C程序,不要错过-several RSA DES algorithm C program should not miss
- 2022-05-24 04:34:43下载
- 积分:1
-
Paillier
一种加密算法,可以直接对密文进行操作,而不需要知道相应的明文。(homomorphic encryption)
- 2013-03-19 08:57:30下载
- 积分:1
-
基于unix下的RSA加密实例分析
基于unix下的RSA加密实例分析-under the RSA encryption Case Analysis
- 2022-11-04 12:35:03下载
- 积分:1
-
HMAC_MD5
基于md5和sha1的HMAC程序。程序的功能是给定密钥计算任意长度的文件的HMAC值,验证一个文件的HMAC值是否是一个给定值。程序的使用接口不限,HMAC的计算和验证功能在一个单独的程序中实现(Based on the md5 and sha1 HMAC program. Program function is given key computing random length of the file HMAC value to verify a file s HMAC value is a given value. The use of any program interface, HMAC calculation and verification function in a separate program to realize
)
- 2020-11-12 23:09:44下载
- 积分:1
-
用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。...
用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
- 2022-07-19 23:54:08下载
- 积分:1
-
c# DES file encryption
file encryption c# DES
c# DES文件加密 c# DES文件加密-c# DES file encryption
file encryption c# DES
- 2022-03-15 12:39:50下载
- 积分:1
-
16轮des加解密
16轮DES加解密和3轮差分攻击 含有测试样例 基于python(16 Rounds of DES Encryption and Decryption and Differential Attacks)
- 2020-06-22 22:40:02下载
- 积分:1
-
一篇数字水印方面的文章。
一篇数字水印方面的文章。-a digital watermark articles on the subject.
- 2022-03-02 11:14:36下载
- 积分: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
-
最快速的可满足性分析工具软件,曾经获得比赛的冠军,能够让学习者,学很多的编程技巧...
最快速的可满足性分析工具软件,曾经获得比赛的冠军,能够让学习者,学很多的编程技巧-The fastest satisfiability analysis tool software, has won the championship, will allow learners, learning a lot of programming skills
- 2022-08-11 13:19:53下载
- 积分:1