CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - secret

搜索资源列表

  1. 3des源代码

    1下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14.42kb
    • 提供者:杨巍
  1. RSA_Prog

    0下载:
  2. rsa数字签名公钥加密私钥解密c++源代码-The C++ source program of RSA digital signature about encryption with public key and decryption with secret key.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.26kb
    • 提供者:冉冉
  1. PrjTestForMapCodeBase32

    0下载:
  2. 加密解密算法 32位哈希加密 这是一个包含测试环境的工程,运行可以测试结果.-encryption and decryption algorithms 32 Haxijia secret This is a test environment includes the engineering, operational test results.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:42.56kb
    • 提供者:郭发发
  1. PrjTestForMapCodeBase64

    0下载:
  2. 加密解密2个算法,64位哈希加密 此工程包含一个测试环境 -two encryption and decryption algorithms, 64 Haxijia secret of this project includes a testing environment
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:43kb
    • 提供者:郭发发
  1. HillCodor

    0下载:
  2. 在VC环境下采用希尔密码体制加密、解密和破译。该软件实现了输入任意长度的密钥对文件进行加密和解密,解密密钥和密文保存在文件中。如果有完整的明文和对应的密文可是实现破译功能,即得出加密密钥。-in VC environment with Hill cryptosystem encryption, decryption and decoding. The software arbitrary length of the input to the key document encryption and
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:41.82kb
    • 提供者:
  1. 字符串加解密码

    0下载:
  2. 字符串加解密码程序,用于字符串的加解密,VB源码-string plus a secret code procedures for the string encryption and decryption, VB source
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13.99kb
    • 提供者:陈亮
  1. ranEncode

    0下载:
  2. 随即加密算法,加密解密使用同一个函数,密文长度不改变。可以用在网页或程序中。-immediately encryption algorithms, encryption and decryption using the same function, the secret does not change the length of the text. The website can be used or procedures.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:黄冠
  1. fair

    0下载:
  2. 在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。-in the proceedings by PLAYFAIR (char * s, int length) the realization of encryption and decryption; encryption and d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.57kb
    • 提供者:flying840310
  1. 密聊源程序

    0下载:
  2. RSA密聊,用于网络上实现公锁和私锁的算法。-RSA secret chat for the network to achieve public and private lock lock algorithms.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:200.22kb
    • 提供者:朱朱朱
  1. CDes_standard

    0下载:
  2. 该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source fil
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.48kb
    • 提供者:李文
  1. secretshare_VC++

    0下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38.22kb
    • 提供者:linvg
  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
    • 文件大小:2.08mb
    • 提供者:
  1. secret-cPP

    0下载:
  2. 改程序可以将word 文档进行加密,需要用时,在解密。-This program can secret and unsecret word files.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1.53kb
    • 提供者:zhaoliyuan
  1. Secret-Image-Sharing

    0下载:
  2. 研究秘密图像分享技术,利用秘密图像分享技术来实现加密。-How to Share a Secret.using Secret Image Sharing.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618.82kb
    • 提供者:rustle
  1. How-to-Share-a-Secret

    1下载:
  2. 如何实现分享一个秘密,利用秘密图像分享技术来实现加密。-How to Share a Secret。using Secret Image Sharing.
  3. 所属分类:加密解密

    • 发布日期:2013-05-13
    • 文件大小:179.74kb
    • 提供者:rustle
  1. secret-sharing-scheme

    0下载:
  2. :利用椭圆曲线密码算法设计了一个新的1"3限多重秘密分享方案,该方案的特点是不需要秘密分发者事先给每个用户分发 一个子秘密.不需要安全信道传输信息,而且所有的中间信息都是不需要保密的-This paper proposes a new threshold multi-secret sharing scheme which is based on ECC.Th e scheme didn’t need give any secret inform ation to all users an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:177.81kb
    • 提供者:庆喜
  1. Hacking-Secret-Ciphers-with-Python

    0下载:
  2. Hacking Secret Ciphers with Python.rar
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:586.93kb
    • 提供者:ds
  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
    • 文件大小:2kb
    • 提供者: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
    • 文件大小:27kb
    • 提供者:masitian
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com