搜索结果
找到约 33 项符合
cipher 的查询结果
按分类筛选
加密解密 IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥
IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。
加密解密 利用程序解密一段用Mexican Army Cipher加密的密文,利用英文统计和穷举结合的办法
利用程序解密一段用Mexican Army Cipher加密的密文,利用英文统计和穷举结合的办法
加密解密 RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 inte
RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval
加密解密 The file is substitution cipher assistant.It Will display the ciphertext underneath the guessed plai
The file is substitution cipher assistant.It Will display the ciphertext underneath the guessed plaintext.
加密解密 Gost加解密算法--The GOST 28147-89 cipher
Gost加解密算法--The GOST 28147-89 cipher
Java编程 用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat
用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat
加密解密 压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想
压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。 ...
人工智能/神经网络 This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts accord
This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value.
文章/文档 cipher 5.1。一个几乎包含了所有常见的加密算法的控件
cipher 5.1。一个几乎包含了所有常见的加密算法的控件,提供源码
加密解密 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26
凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26
如:k=5 “hello world”加密为:mjqqt….