搜索结果
找到约 9 项符合
shamir 的查询结果
按分类筛选
其他 shamir的秘密分享机制的原文。秘密分享门限机制中
shamir的秘密分享机制的原文。秘密分享门限机制中,利用拉格朗日插值多项式来恢复。
加密解密 Shamir秘密分享与恢复算法的VC++程序
Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。 ...
加密解密 Shamir秘密分享算法的java实现
Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。
Java编程 用java实现Shamir门限算法
用java实现Shamir门限算法,可用于数据的加密解密,特别是传送加密密钥时有用
加密解密 RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digit
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 a ...
加密解密 shamir加密算法
shamir加密算法,传上来供大家参考,欢迎大家批评指正
加密解密 shamir密钥共享机制的c语言实现
shamir密钥共享机制的c语言实现,分割合并密钥,实现密钥的共享
加密解密 RSA公开密钥密码系统是由R.Rivest
RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。
matlab例程 this is a matlab code of the method of visual cryptography based in the shadows method of Visual Cry
this is a matlab code of the method of visual cryptography based in the shadows method of Visual Cryptography, Moni Naor, Adi Shamir.