代码搜索:Adleman
找到约 15 项符合「Adleman」的源代码
代码结果 15
www.eeworm.com/read/477094/6745282
cpp mini_rsa.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////
//
// Rivest Shamir Adleman ou RSA est un algorithme asym閠rique de cryptographie
www.eeworm.com/read/477094/6745285
h mini_rsa.h
///////////////////////////////////////////////////////////////////////////////////////////////////
//
// Rivest Shamir Adleman ou RSA est un algorithme asym閠rique de cryptographie
www.eeworm.com/read/268338/11142641
h mpilib.h
/* C include file for MPI multiprecision integer math routines.
These routines implement all of the multiprecision arithmetic necessary
for Rivest-Shamir-Adleman (RSA) public key cryptography, a
www.eeworm.com/read/327524/13073524
txt abstract.txt
RSA Software-
This software is a to demonstrate Rivest-Shamir-Adleman (RSA) public encryption scheme. User can specify one or both the prime numbers. Also, software will generate the prime numbers in
www.eeworm.com/read/266188/11237540
txt abstract.txt
RSA Software-
This software is a to demonstrate Rivest-Shamir-Adleman (RSA) public encryption scheme. User can specify one or both the prime numbers. Also, software will generate the prime numbers in
www.eeworm.com/read/318652/13474228
txt data.txt
a 0.001
aap 0.0007
abelian 0.0008
ability 0.0009
absence 0.0012
abuse 0.0009
access 0.0008
accessible 0.0009
accomplish 0.0012
achieve 0.0008
ack 0.001
ad 0.0009
address 0.0009
Adleman 0.
www.eeworm.com/read/251114/12363820
txt rsa.txt
一:RSA简介。
RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名,其算法如下:
1,取两个相近的大素数p、q;
2,计算n=p*q,z=(p-1)*(q-1);
3,任取一个与z互素的整数e;
4,计算满足e*d=1 mod z 的整数d;
5,
www.eeworm.com/read/132286/14102124
txt rsa.txt
《浅谈利用RSA算法防止非法注册机的制作》
天津 赵春生
一:RSA简介。
RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.<mark>Adleman</mark>提出的,不仅仅可用于数据的加密,也可用于数字签名,其算法如下:
1,取两个相近的大素数p、q;
2,计算n=p*q,z=(p-1)*(q-1);
3,任取一个与z互素的整数e;
...
www.eeworm.com/read/122247/14711286
txt rsa算法介绍.txt
RSA算法介绍
(加入日期:2003-4-12 点击数:4866)
【对此文发表评论】 【编程爱好者论坛】 【保存文章至硬盘】 【打印文章】
它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest, Adi Shamir 和Leonard <mark>Adleman</mark>。但RSA的安全性一直未能得到理论上的证明。它经历了各种 ...
www.eeworm.com/read/369282/9656571
txt rsa.txt
《浅谈利用RSA算法防止非法注册机的制作》
天津 赵春生
一:RSA简介。
RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.<mark>Adleman</mark>提出的,不仅仅可用于数据的加密,也可用于数字签名,其算法如下:
1,取两个相近的大素数p、q;
2,计算n=p*q,z=(p-1)*(q-1);
3,任取一个与z互素的整数e;
...