CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 频率

搜索资源列表

  1. 2121321

    0下载:
  2. 语音信号加密,通过语音信号频率的变换实现的语音加密解密算法-encrypted voice signal through the voice signal frequency transform voice encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:325.45kb
    • 提供者:33333
  1. speccorrect

    0下载:
  2. 在FFT后信号的频率往往与谱线不相重合,而在两条谱线之间。为了要求得信号的频率、幅值和初始相角,必须要使用修正法来完成。这里给出一种修正法。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.75kb
    • 提供者:songzy41
  1. 算法

    0下载:
  2. 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:god
  1. classic

    0下载:
  2. 古典密码 可选择进行维吉尼亚加解密、希尔加解密、行置换的乘积加解密、仿射加解密 并可选择下列统计计算: 1.不同n值下维吉尼亚密码体制的频率统计 2.不同n值下维吉尼亚密码体制的重合指数计算 3.不同n n值下希尔密码体制的频率统计 4.不同n n值下希尔密码体制的重合指数计算 5.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的频率统计 6.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的重合指数计算 7.对于同一明文,给
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2.56kb
    • 提供者:Beaug
  1. virginia

    0下载:
  2. virginia密码加密解密,随机产生密钥进行加密。并分别统计了明文和密文中字幕出现的频率,分别对明文和密文进行了重合指数的计算。 运行时,需要把装有明文的in.txt放在程序的同一目录下,并且明文不支持符号,数字,只支持字母-virginia password encryption and decryption, randomly generated keys for encryption. And, respectively, the statistics clearly and sub
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1.3kb
    • 提供者:李强
  1. EncryptionaDecryption

    0下载:
  2. 收集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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:324.98kb
    • 提供者:屠娇娇
  1. mima

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:40.46kb
    • 提供者:李惺忪
  1. affine

    0下载:
  2. 仿射加密的简单实现,并可以对文本中的英文字母出现的频率进行图形化显示。-Affine simple implementation of encryption, and can the text in the frequency of English alphabets and graphical display.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:56.89kb
    • 提供者:葛瑞海
  1. ZViginia

    0下载:
  2. 维吉尼亚加密的简单实现,并可以对文本中英文字母出现的频率进行统计-Virginia, a simple implementation of encryption, and can appear on the text of letters statistical frequency of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:68.84kb
    • 提供者:葛瑞海
  1. letter_frequency

    0下载:
  2. “Cryptography and network security”书中计算信中字母频率的算法。-" Cryptography and network security" the letter frequency algorithm in the calculation of the letter in the book.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:346.19kb
    • 提供者:louis
  1. cipher

    0下载:
  2. 代替密码字符串频率统计,重复间隔统计,用于单表或多表代替密码的破解-Instead of the password string frequency statistics, repeat interval statistics for a single table or multi-table instead of a password crack
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:3.67mb
    • 提供者:徐小波
  1. fa144571-a97f-4dc4-8c82-810d135faeef

    0下载:
  2. 基于频率分析的代替密码破译方法及其程序实现-Based on frequency analysis instead of code-breaking methods and procedures to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:117.58kb
    • 提供者:张茜琳
  1. vigenere

    0下载:
  2. 通过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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-05
    • 文件大小:565.09kb
    • 提供者:尚钊
  1. caser2

    0下载:
  2. 凯撒密码暴力破解程序. 不是根据频率,而是移位操作-Caesar password brute force program. Than the frequency
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:784byte
    • 提供者:wojiu
  1. fangshe

    0下载:
  2. java实现仿射密码的加解密以及统计各字母出现的频率并分析-Affine password encryption and decryption and analysis of the frequency of occurrence of letters
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:15.15kb
    • 提供者:王晓明
  1. ase-matlab

    0下载:
  2. 基于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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:16.85kb
    • 提供者:tony
  1. fsbh

    0下载:
  2. 用C\C++语言实现仿射变换(Affine)加/解密算法;2)用C\C++语言实现统计26个英文字母出现的频率的程序;3)利用仿射变换加/解密程序对一段较长的英文文章进行加密,再利用统计软件对明文和密文中字母出现的频率进行统计并作对比,观察有什么规律-With C \ C++ language affine transformation (Affine) encryption/decryption algorithms 2) C \ C++ language programs frequenc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.2mb
    • 提供者:李丽瑶
  1. affine

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:刘洋
  1. Vigenere

    0下载:
  2. 为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文(In order to improve the difficulty of deciphering
  3. 所属分类:加密解密

    • 发布日期:2018-04-23
    • 文件大小:206kb
    • 提供者:林海落叶
搜珍网 www.dssz.com