搜索资源列表
3des源代码
- 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
RSA_Prog
- rsa数字签名公钥加密私钥解密c++源代码-The C++ source program of RSA digital signature about encryption with public key and decryption with secret key.
PrjTestForMapCodeBase32
- 加密解密算法 32位哈希加密 这是一个包含测试环境的工程,运行可以测试结果.-encryption and decryption algorithms 32 Haxijia secret This is a test environment includes the engineering, operational test results.
PrjTestForMapCodeBase64
- 加密解密2个算法,64位哈希加密 此工程包含一个测试环境 -two encryption and decryption algorithms, 64 Haxijia secret of this project includes a testing environment
HillCodor
- 在VC环境下采用希尔密码体制加密、解密和破译。该软件实现了输入任意长度的密钥对文件进行加密和解密,解密密钥和密文保存在文件中。如果有完整的明文和对应的密文可是实现破译功能,即得出加密密钥。-in VC environment with Hill cryptosystem encryption, decryption and decoding. The software arbitrary length of the input to the key document encryption and
字符串加解密码
- 字符串加解密码程序,用于字符串的加解密,VB源码-string plus a secret code procedures for the string encryption and decryption, VB source
ranEncode
- 随即加密算法,加密解密使用同一个函数,密文长度不改变。可以用在网页或程序中。-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.
fair
- 在程序中由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
密聊源程序
- RSA密聊,用于网络上实现公锁和私锁的算法。-RSA secret chat for the network to achieve public and private lock lock algorithms.
CDes_standard
- 该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source fil
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
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
secret-cPP
- 改程序可以将word 文档进行加密,需要用时,在解密。-This program can secret and unsecret word files.
Secret-Image-Sharing
- 研究秘密图像分享技术,利用秘密图像分享技术来实现加密。-How to Share a Secret.using Secret Image Sharing.
How-to-Share-a-Secret
- 如何实现分享一个秘密,利用秘密图像分享技术来实现加密。-How to Share a Secret。using Secret Image Sharing.
secret-sharing-scheme
- :利用椭圆曲线密码算法设计了一个新的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
Hacking-Secret-Ciphers-with-Python
- Hacking Secret Ciphers with Python.rar
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)