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

搜索资源列表

  1. duobiaotidai

    0下载:
  2. 一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)-a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:houny
  1. Duobiao

    0下载:
  2. 一个多表加解密程序-This is encrypt and encode for more tables programe
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7.88kb
    • 提供者:林小钰
  1. Casa

    0下载:
  2. 替代密码包括多种类型,如单表替代密码,多表替代密码,多字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。
  3. 所属分类:加密解密

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

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

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

    0下载:
  2. VIGENERE是法国的密码专家,以他明命名的密码是一种典型的多表密码!他的加密脱密可以通过文明维吉利亚方阵解决!-VIGENERE French cryptologist, with his name out the password is a typical multi-table password! From his secret encryption can solve civilization faces phalanx!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:李军
  1. 古典加密程序

    0下载:
  2. 在这个程序中将实现三种古典加密方法:恺撒算法,多表代换算法中的Vigener算法,与列换位算法-in this process will achieve three classical encryption methods : Caesar algorithm, multi-table substitution algorithm of Vigener algorithms, and algorithm out transpositions
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35.42kb
    • 提供者:blickwinkel
  1. Virginia

    0下载:
  2. 维吉尼亚密码是最古老而且最著名的多表替代密码体制之一,与位移密码体制相似,但维吉尼亚密码的密钥是动态周期变化的。 加密:已知明文和密钥,得出密文 解密:已知密文和密钥,得出明文 -Virginia is the oldest and most famous password in the password system instead of multiple tables, with displacement of the password system similar, but V
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:66kb
    • 提供者:薇薇
  1. Polyalphabetic

    0下载:
  2. 多表加密解密算法实现示例,限用于英文字符-implementation of polyalphabetic encryption and decryption of English text
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 人们在单一恺撒密码的基础上扩展出多表密码,称为“维吉尼亚”密码。该程序实现了古代密码学重要的一个密码算法,实现密文的正确解密。-People in a single Caesar cipher based on the expansion of a multi-table code, known as the " Virginia" password. The program achieved an important ancient cryptography cryptogr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:285.67kb
    • 提供者:vince
  1. HILLcode

    0下载:
  2. 密码学中一个经典的古典多表密码体制的原来及其代码实现!-Cryptography is a classic of classical cryptography original multi-table and the code!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:34.57kb
    • 提供者:诛仙
  1. mamasuanfa

    0下载:
  2. 多表代替密码算法 密码学经典算法,用语ces加密-Multi-table instead of the password algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:97.76kb
    • 提供者:文毅
  1. shiyan

    0下载:
  2. 1、设计一个周期 3 的多表代替密码并予以实现,要求:第 1 个表由密钥字法 产生(密钥字自拟),第 2 个表由洗牌法产生(注意,字母 a~z 与数字 0~25 一一对应,洗牌法即相当于实验一的方法1(n=25)),第三个表由公式法 产生(数学公式自拟,注意它须是 Z26上的一个一一变换)。 2、设计一个周期 5 的 16-置换移位密码并予以实现,要求:5 个 16-置换至少有一个是由实验一(n=15)提供的两个方法以外、自行设计的其它方法产生。 -With the C pr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:151.74kb
    • 提供者:吴燕
  1. vk

    0下载:
  2. 维吉尼亚密码 多表密码 简单加密 简单解密-Vigenere Password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:537byte
    • 提供者:lee
  1. daiti

    0下载:
  2. 基本古典密码设计——周期为3的多表代替密码的设计和实现-Basic classical cipher design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:207.63kb
    • 提供者:snow
  1. Vigenere

    0下载:
  2. 传统加密技术对于当今的网络安全发挥不了大作用,但这些是密码学的基础,是密码学的历史。Vigenere密码就是一种传统加密技术,它是多表代换密码,能够有效改进单表代换密码的词频分布特征问题。-Traditional encryption technology is no big role to play for today s network security, but these are the basis of cryptography is the history of cryptograp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:249.93kb
    • 提供者:joe
  1. Encryption

    0下载:
  2. 用多表代替密码编码对指定文本文件的内容进行加密。用了密钥字法、洗牌法和公式法。-Multi-table instead of the password encoding to encrypt the contents of the specified text file. With the key word method, shuffling method and formula method.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:1.1kb
    • 提供者:nurala
  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. Classical-cryptography

    0下载:
  2. 实现古典密码中的多表代替密码的破解。根据密文的统计特性确定加密时使用的密表数量。-Classical cryptography implementation of multi-table instead of password cracking. According to the statistics of the ciphertext using the encryption cipher table number.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:360.64kb
    • 提供者:zhonghongbao
  1. Virginia

    0下载:
  2. 维吉尼亚加密算法,最初级的加密算法,用多表替代对明文进行加密-Virginia encryption algorithm, the most junior of the encryption algorithm, using multi-table alternative to encrypt the plaintext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:822.81kb
    • 提供者:lyl
  1. acient

    0下载:
  2. 古典密码,通过概率统计判断加密算法是单表替代或是多表替代并初步估计是由几重替代-Classical cryptography, encryption algorithms via probabilistic judgment is replaced or a single table and multi-table alternative initial estimate is replaced by a few heavy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-03
    • 文件大小:764.45kb
    • 提供者:lyl
« 12 »
搜珍网 www.dssz.com