shamir的秘密分享机制的原文。秘密分享门限机制中,利用拉格朗日插值多项式来恢复。
上传时间: 2015-08-09
上传用户:asddsd
shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。
上传时间: 2015-08-17
上传用户:BIBI
shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。
上传时间: 2015-08-17
上传用户:cuibaigao
用java实现shamir门限算法,可用于数据的加密解密,特别是传送加密密钥时有用
上传时间: 2015-10-21
上传用户:rishian
RSA ( Rivest shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, shamir, and Adleman in 1977. Every user have a pair of key, public key and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key
标签: crypthograph information Adleman Rivest
上传时间: 2017-09-01
上传用户:chfanjiang
shamir加密算法,传上来供大家参考,欢迎大家批评指正
上传时间: 2014-08-29
上传用户:dreamboy36
shamir密钥共享机制的c语言实现,分割合并密钥,实现密钥的共享
上传时间: 2017-09-21
上传用户:笨小孩
RSA公开密钥密码系统是由R.Rivest,A.shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。
上传时间: 2014-11-29
上传用户:aix008
this is a matlab code of the method of visual cryptography based in the shadows method of Visual Cryptography, Moni Naor, Adi shamir.
标签: method cryptography the of
上传时间: 2017-09-13
上传用户:epson850