-
程序实现了大素数的判断和如果不是素数,则其可分解的最小的素数...
程序实现了大素数的判断和如果不是素数,则其可分解的最小的素数-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加密算法
MD5加密算法-MD5 encryption algorithm
- 2022-03-20 08:05:26下载
- 积分: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
-
rsa加密算法,VC环境,基于对画框的演示rsa算法的程序。
rsa加密算法,VC环境,基于对画框的演示rsa算法的程序。-rsa encryption algorithm, VC environment, based on a demonstration of frame rsa algorithm procedure.
- 2023-07-23 18:20:02下载
- 积分:1
-
试验应用
Test application for SHA
- 2022-05-11 00:29:38下载
- 积分:1
-
data encryption technology several algorithms rsaeuro
数据加密技术之几种算法
saeuro-1.03s.zip-data encryption technology several algorithms rsaeuro- 1.03s.zip
- 2022-08-13 00:28:16下载
- 积分:1
-
本书真实系统地介绍了密码学及该领域全面的参考文献。
全书共分四个部分,首先定义了密码学的多个术语,介绍了密码学的发展及背景,描述了密码学从简单到复杂的各种协...
本书真实系统地介绍了密码学及该领域全面的参考文献。
全书共分四个部分,首先定义了密码学的多个术语,介绍了密码学的发展及背景,描述了密码学从简单到复杂的各种协议,详细讨论了密码技术,并在此基础上列举了如DES、IDEA、RSA、DSA等10多个算法以及多个应用实例,并提供了算法的源代代码清单。
全书内容广博权威,具有极大的实用价值。自出版以来,得到业内专家的高度赞誉,是致力于密码学研究的专业及非专业人员一本难得的好书。-This book introduces the real system and the field of cryptography comprehensive references. Book is divided into four parts, first of all define the term more than cryptography, introduced the development of cryptography and background, describes cryptography from the simple to the complex variety of the agreement, a detailed discussion of cryptographic techniques, and on this basis cited, such as DES, IDEA, RSA, DSA algorithm, as well as more than 10 examples of multiple applications and provides the algorithm source code on behalf of the list. Broad authority of the contents of the book, has great practical value. Self-publishing has been highly praised the industry experts, is dedicated to the study of cryptography professional and non-professional a rare book.
- 2023-01-31 04:40:03下载
- 积分:1
-
openssl 0.9.6版本,含多种加密算法,ssl,密钥管理,x509证书,pkcs标准等实现...
openssl 0.9.6版本,含多种加密算法,ssl,密钥管理,x509证书,pkcs标准等实现-openssl 0.9.6 version,includes sevral kinds of encryption algorithm,ssl,password administration,x509 certificate, realization of pkcs standard etc
- 2022-04-17 22:49:36下载
- 积分:1
-
IBE identity
IBE基于身份的加密系统的身份提取程序,使用VC6.0开发,即把身份转换成椭圆曲线上的点-IBE identity-based encryption system of the identity of extraction procedures, using VC6.0 development, namely, the identity into a point on the elliptic curve
- 2023-02-17 10:35:04下载
- 积分:1
-
多种对称加密算法,非对称加密算法,散列算法的库函数
多种对称加密算法,非对称加密算法,散列算法的库函数-13 hash algorithms: MD2, MD4, MD5, SHA-1, SHA-2(256, 384, 512), RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, PANAMA, TIGER
4 checksum algorithms: CRC16, CRC16C, CRC32, ADLER32
12 HMAC algorithms: MD4-HMAC, MD5-HMAC, SHA1-HMAC, SHA256-HMAC, SHA384-HMAC, SHA512-HMAC, RIPEMD128-HMAC, RIPEMD160-HMAC, RIPEMD256-HMAC, RIPEMD320-HMAC, PANAMA-HMAC, TIGER-HMAC.
- 2022-01-20 23:23:34下载
- 积分:1