搜索资源列表
2121321
- 语音信号加密,通过语音信号频率的变换实现的语音加密解密算法-encrypted voice signal through the voice signal frequency transform voice encryption and decryption algorithm
speccorrect
- 在FFT后信号的频率往往与谱线不相重合,而在两条谱线之间。为了要求得信号的频率、幅值和初始相角,必须要使用修正法来完成。这里给出一种修正法。
算法
- 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
classic
- 古典密码 可选择进行维吉尼亚加解密、希尔加解密、行置换的乘积加解密、仿射加解密 并可选择下列统计计算: 1.不同n值下维吉尼亚密码体制的频率统计 2.不同n值下维吉尼亚密码体制的重合指数计算 3.不同n n值下希尔密码体制的频率统计 4.不同n n值下希尔密码体制的重合指数计算 5.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的频率统计 6.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的重合指数计算 7.对于同一明文,给
virginia
- virginia密码加密解密,随机产生密钥进行加密。并分别统计了明文和密文中字幕出现的频率,分别对明文和密文进行了重合指数的计算。 运行时,需要把装有明文的in.txt放在程序的同一目录下,并且明文不支持符号,数字,只支持字母-virginia password encryption and decryption, randomly generated keys for encryption. And, respectively, the statistics clearly and sub
EncryptionaDecryption
- 收集20篇左右的某种英文文献资料(每篇字符数量>1万字符),将其编辑成一个超过20万字符的文件,统计每个英文字母的使用频率,对期中的一篇进行加密,然后运用统计方法进行解密,人工比较解密结果与明文的差距。-About the collection of some 20 English literature (the number of each character> 10000 characters), to edit into a character more than 200,00
mima
- 1)用C\C++语言实现仿射变换(Affine)加/解密算法;2)用C\C++语言实现统计26个英文字母出现的频率的程序;3)利用仿射变换加/解密程序对一段较长的英文文章进行加密,再利用统计软件对明文和密文中字母出现的频率进行统计并作对比-1) with C \ C++ language affine transformation (Affine) encryption/decryption algorithm 2) with C \ C++ language and Statistics
affine
- 仿射加密的简单实现,并可以对文本中的英文字母出现的频率进行图形化显示。-Affine simple implementation of encryption, and can the text in the frequency of English alphabets and graphical display.
ZViginia
- 维吉尼亚加密的简单实现,并可以对文本中英文字母出现的频率进行统计-Virginia, a simple implementation of encryption, and can appear on the text of letters statistical frequency of
letter_frequency
- “Cryptography and network security”书中计算信中字母频率的算法。-" Cryptography and network security" the letter frequency algorithm in the calculation of the letter in the book.
cipher
- 代替密码字符串频率统计,重复间隔统计,用于单表或多表代替密码的破解-Instead of the password string frequency statistics, repeat interval statistics for a single table or multi-table instead of a password crack
fa144571-a97f-4dc4-8c82-810d135faeef
- 基于频率分析的代替密码破译方法及其程序实现-Based on frequency analysis instead of code-breaking methods and procedures to achieve
vigenere
- 通过C语言实现了维基利亚加解密算法,算法依据是在使用语言过程中每个字母的出现频率不变。-Through C language 维基利亚加 decryption algorithm, the algorithm is based on the language in the course of using the frequency of occurrence of each letter unchanged.
caser2
- 凯撒密码暴力破解程序. 不是根据频率,而是移位操作-Caesar password brute force program. Than the frequency
fangshe
- java实现仿射密码的加解密以及统计各字母出现的频率并分析-Affine password encryption and decryption and analysis of the frequency of occurrence of letters
ase-matlab
- 基于matlab的128位aes加密解密算法 有效利用pipeline提高了设计的时钟频率和吞吐量 是一个十分高效的作品-Effective use of pipeline based on matlab 128 aes encryption and decryption algorithm improves the design of the clock frequency and throughput is a very efficient work
fsbh
- 用C\C++语言实现仿射变换(Affine)加/解密算法;2)用C\C++语言实现统计26个英文字母出现的频率的程序;3)利用仿射变换加/解密程序对一段较长的英文文章进行加密,再利用统计软件对明文和密文中字母出现的频率进行统计并作对比,观察有什么规律-With C \ C++ language affine transformation (Affine) encryption/decryption algorithms 2) C \ C++ language programs frequenc
affine
- 1)用C\C++语言实现单表仿射(Affine)加/解密算法; 2)用C\C++语言实现统计26个英文字母出现频率的程序; 3)利用单表仿射加/解密程序对一段较长的英文文章进行加密,再对明文和密文中字母出现的频率进行统计并作对比,观察有什么规律。-1) C \ C++ language to achieve a single table Affine (Affine) encryption/decryption algorithm 2) C \ C++ language stati
Vigenere
- 为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文(In order to improve the difficulty of deciphering