搜索资源列表
Library_of_Cryptographic
- a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5,
secretshare_VC++
- Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomi
secretshare_java
- Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
RSA
- RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。
shamir
- shamir加密算法,传上来供大家参考,欢迎大家批评指正-encryption algorithm shamir, Chuan-up for your information, welcome criticism
Shamir
- Shamir秘密分享算法的C#实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application
BasicRSA_latest.tar
- 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 i
ssss_rk
- shamir密钥共享机制的c语言实现,分割合并密钥,实现密钥的共享-shamir secret sharing mechanisms to achieve the c language, division of the combined key and realize the sharing of key
Shamir
- Shamir Scheme. Implmentació a cryptographic protocol based on the threshold scheme.
rsa
- This code RSA ((which stands for Rivest, Shamir and Adleman who first publicly described it) Algorithm-This is code RSA ((which stands for Rivest, Shamir and Adleman who first publicly described it) Algorithm
RSA-MFC-APP
- rsa mfc is mfc (graphic interface) of the Rivest Shamir Adlemen famous algorithm of encryption of files and texts
RSA
- original rsa as given by rivest,shamir , and adleman. Its problems in decryption are optimized using rsa variants like crt rsa, multiprime rsa, rebalanced rsa and rprime rsa. U should give the no. of bits to be 1024 and check it on netbeans 6.5 or la
secretshare
- 多密钥共享方案Shamir Lagrange secret share-Shamir Lagrange secret share
shamir
- 基于拉格朗日插值的一个密钥共享策略——Shamir-A secret sharing strategy based on Lagrange interpolation- Shamir
Shamir
- SHAMIR算法源程序,适合课程实验使用。调试方法见readme文件。-SHAMIR algorithm source program, and suitable for the experiment used. Debug method see the readme file.
Shamir
- Shamir的(k,n)门限秘密共享方案 Shamir提出秘密共享概念的同时,也分别给出了(k,n)门限秘密共享体制的概念。简单地说,设秘密通过秘密共享算法分发给个成员共享,每一个成员持有一个子密钥也称为影子或秘密碎片,如果满足: (1)任何不少于k个的合格成员通过所持有的正确的碎片都可以重构。 (2)任何k个以下的成员集都无法重构。 称这种方案为(k,n)门限秘密共享方案,简称为门限方案,k称为方案的门限值。 作为各种秘密共享方案中最简单实用的门限秘密共享方案,(k,n
Shamir's Secret Sharing-JavaScript
- Shamir's Secret Sharing 秘密分享使用Javascr ipt实现(Shamir's Secret Sharing Secret Sharing USES Javascr ipt implementation)
Shamir Secret Share
- 针对Shamir 门限密码共享方案的实现(Implementation of Shamir vsharing scheme)
Shamir Secret Sharing
- shamir secret sharing加解密实现(shamir secret sharing encryption)
基于Shamir秘密共享的云端多副本审计
- 基于Shamir秘密共享的云端多副本数据持有性审计-20150605 基于Shamir秘密共享的云端多副本数据持有性审计-20150605(Cloud multi replica data holding audit -20150605 based on Shamir secret sharing)
