IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。
上传时间: 2014-01-03
上传用户:15736969615
利用程序解密一段用Mexican Army Cipher加密的密文,利用英文统计和穷举结合的办法
上传时间: 2013-12-10
上传用户:asdfasdfd
RC4 is a secure and very fast 8-bit stream Cipher/psuedo-random number generator, with a 2^1700 interval
标签: psuedo-random generator Cipher secure
上传时间: 2013-12-05
上传用户:ztj182002
The file is substitution Cipher assistant.It Will display the Ciphertext underneath the guessed plaintext.
标签: substitution Ciphertext underneath assistant
上传时间: 2014-11-29
上传用户:从此走出阴霾
Gost加解密算法--The GOST 28147-89 Cipher
上传时间: 2013-12-24
上传用户:hasan2015
用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文Cipher.dat,输出解密文件descrypt.dat
上传时间: 2014-12-07
上传用户:bruce5996
压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。
上传时间: 2013-12-11
上传用户:nairui21
This code is a Cipher which takes in a plaintext or Ciphertext string and encrypts / decrypts according to a user defined key value.
标签: Ciphertext plaintext encrypts decrypts
上传时间: 2014-01-05
上传用户:181992417
Cipher 5.1。一个几乎包含了所有常见的加密算法的控件,提供源码
上传时间: 2013-12-17
上传用户:Altman
凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift Cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
上传时间: 2014-01-23
上传用户:nairui21