CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shamir

搜索资源列表

  1. aircrack-2.1

    0下载:
  2. aircrack is a 802.11 WEP key cracker. It implements the so-called Fluhrer - Mantin - Shamir (FMS) attack, along with some new attacks by a talented hacker named KoreK. When enough encrypted packets have been gathered, aircrack can almost instantly re
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:127624
    • 提供者:張中原
  1. shamir

    1下载:
  2. shamir加密算法,传上来供大家参考,欢迎大家批评指正-encryption algorithm shamir, Chuan-up for your information, welcome criticism
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1373
    • 提供者:lin
  1. Shamir

    1下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2179347
    • 提供者:
  1. src

    2下载:
  2. shamir‘s secret sharing C语言源码,对密码分割合并实现秘密共享-shamir' s secret sharing C language source code for the password secret sharing to achieve the combined partition
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:246080
    • 提供者:iuhiuh
  1. rsaCipher

    0下载:
  2. In cryptography, RSA (which stands for Rivest, Shamir and Adleman who first publicly described it see below) is an algorithm for public-key cryptography. It is the first algorithm known to be suitable for signing as well as encryption, and one of the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:621
    • 提供者:DS
  1. ShamirSecretSharingScheme

    0下载:
  2. C++ implementation for Shamir Sharing Key protocol.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2180
    • 提供者:Calin Juravle
  1. BasicRSA_latest.tar

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5200
    • 提供者:nb
  1. criptografia_visual

    0下载:
  2. this a matlab code of the method of visual cryptography based in the shadows method of Visual Cryptography, Moni Naor, Adi Shamir. -this is a matlab code of the method of visual cryptography based in the shadows method of Visual Cryptography, Moni Na
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2664
    • 提供者:galicianpeople
  1. ssss_rk

    0下载:
  2. shamir密钥共享机制的c语言实现,分割合并密钥,实现密钥的共享-shamir secret sharing mechanisms to achieve the c language, division of the combined key and realize the sharing of key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:21101
    • 提供者:iuhiuh
  1. Shamir

    0下载:
  2. Shamir Scheme. Implmentació a cryptographic protocol based on the threshold scheme.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:42184
    • 提供者:knals
  1. shamir

    0下载:
  2. This program makes some operations on the polynomials, such as addition, multiplication and calculating Lagrange polynomials. It also finds a key for encryption of a text and then does encryption process by using xor (exclusive-OR) of each character
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3068
    • 提供者:zephrion
  1. VisualCryptography(shamir)

    0下载:
  2. Visual Cryptography Moni Naor and Adi Shamir
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:586217
    • 提供者:Samira
  1. shamir

    1下载:
  2. 基于拉格朗日插值的一个密钥共享策略——Shamir-A secret sharing strategy based on Lagrange interpolation- Shamir
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1458330
    • 提供者:zhaobinnan
  1. Shamir

    1下载:
  2. SHAMIR算法源程序,适合课程实验使用。调试方法见readme文件。-SHAMIR algorithm source program, and suitable for the experiment used. Debug method see the readme file.
  3. 所属分类:加密解密

    • 发布日期:2017-04-21
    • 文件大小:1200
    • 提供者:
  1. Shamir

    0下载:
  2. Shamir的(k,n)门限秘密共享方案 Shamir提出秘密共享概念的同时,也分别给出了(k,n)门限秘密共享体制的概念。简单地说,设秘密通过秘密共享算法分发给个成员共享,每一个成员持有一个子密钥也称为影子或秘密碎片,如果满足: (1)任何不少于k个的合格成员通过所持有的正确的碎片都可以重构。 (2)任何k个以下的成员集都无法重构。 称这种方案为(k,n)门限秘密共享方案,简称为门限方案,k称为方案的门限值。 作为各种秘密共享方案中最简单实用的门限秘密共享方案,(k,n
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:214523
    • 提供者:zzq
  1. shamir c

    2下载:
  2. shamir秘密共享算法实现加密解密过程
  3. 所属分类:密码/编码算法

  1. Shamir's Secret Sharing-JavaScript

    0下载:
  2. Shamir's Secret Sharing 秘密分享使用Javascr ipt实现(Shamir's Secret Sharing Secret Sharing USES Javascr ipt implementation)
  3. 所属分类:加密解密

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:hkkhuang
  1. Shamir Secret Share

    0下载:
  2. 针对Shamir 门限密码共享方案的实现(Implementation of Shamir vsharing scheme)
  3. 所属分类:加密解密

  1. Shamir Secret Sharing

    1下载:
  2. shamir secret sharing加解密实现(shamir secret sharing encryption)
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:27648
    • 提供者:masitian
  1. 基于Shamir秘密共享的云端多副本审计

    0下载:
  2. 基于Shamir秘密共享的云端多副本数据持有性审计-20150605 基于Shamir秘密共享的云端多副本数据持有性审计-20150605(Cloud multi replica data holding audit -20150605 based on Shamir secret sharing)
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:668672
    • 提供者:123wdw
« 12 3 »
搜珍网 www.dssz.com