搜索结果

找到约 33 项符合 cipher 的查询结果

加密解密 IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥

IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。
https://www.eeworm.com/dl/519/129083.html
下载: 38
查看: 1085

加密解密 利用程序解密一段用Mexican Army Cipher加密的密文,利用英文统计和穷举结合的办法

利用程序解密一段用Mexican Army Cipher加密的密文,利用英文统计和穷举结合的办法
https://www.eeworm.com/dl/519/144105.html
下载: 128
查看: 1037

加密解密 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
https://www.eeworm.com/dl/519/153738.html
下载: 164
查看: 1072

加密解密 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.
https://www.eeworm.com/dl/519/157980.html
下载: 138
查看: 1069

加密解密 Gost加解密算法--The GOST 28147-89 cipher

Gost加解密算法--The GOST 28147-89 cipher
https://www.eeworm.com/dl/519/181544.html
下载: 57
查看: 1450

Java编程 用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat

用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat
https://www.eeworm.com/dl/633/182624.html
下载: 172
查看: 1055

加密解密 压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想

压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。 ...
https://www.eeworm.com/dl/519/198205.html
下载: 195
查看: 1094

人工智能/神经网络 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.
https://www.eeworm.com/dl/650/200940.html
下载: 148
查看: 1071

文章/文档 cipher 5.1。一个几乎包含了所有常见的加密算法的控件

cipher 5.1。一个几乎包含了所有常见的加密算法的控件,提供源码
https://www.eeworm.com/dl/652/295580.html
下载: 122
查看: 1056

加密解密 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(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….
https://www.eeworm.com/dl/519/303033.html
下载: 195
查看: 1550