CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Vigenere cipher

搜索资源列表

  1. traditionalcode

    0下载:
  2. 古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use the command. Can be randomly ge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2087
    • 提供者:baichi123
  1. test

    0下载:
  2. 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:31744
    • 提供者:何何
  1. cipher

    0下载:
  2. vigenere加解密方法的实现 包括字符和文件两种形式-vigenere implementation of encryption and decryption methods, including two types of characters and documents
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1370
    • 提供者:shi
  1. Vigenere

    0下载:
  2. 编码,译码,破译Vigenere密码.转帖-to encrypt and decrypt Vigenere Cipher,and how to break it.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:17996
    • 提供者:tsadaye
  1. VIGNERE

    0下载:
  2. Vigenere cipher program
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:596
    • 提供者:Siva
  1. cipher

    0下载:
  2. 用于实现各种古典加密法,包括凯撒,置换,列置换,仿射加密法,vigenere加密法和现代加密法中的DH密钥交换,RSA,DES加密法等等操作-Used to implement a variety of classical cryptography, including Julius Caesar, replacement, column permutation, affine cipher, vigenere encryption method and encryption method in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5458460
    • 提供者:于鑫
  1. vigenere

    0下载:
  2. This source code to create a vigenere cipher text and decript de text, also it has the kasiski method-This is source code to create a vigenere cipher text and decript de text, also it has the kasiski method
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:1192
    • 提供者:juan
  1. Classical-Cipher

    0下载:
  2. Classical - Cipher is a useful stand alone PC app that can be used to decipher/Encrypt different ciphers, such as Shift Substitution, Affine Substitution, Vigenere Cipher, Transposition Cipher and Jefferson Cipher. Hope you find this useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:287729
    • 提供者:Alex
  1. Vigenere-cipher

    0下载:
  2. encryption and decryption using vignere cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:4477
    • 提供者:chirag
  1. Vigenere

    0下载:
  2. Vigenere cipher java language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1133
    • 提供者:idunk
  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
    • 文件大小:255930
    • 提供者:joe
  1. Vigenere

    0下载:
  2. GUI application, which demonstrates working of Vigenere cipher.
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:1324701
    • 提供者:GR4VE
  1. Vigenere cipher

    0下载:
  2. source code for vigenere cipher in c
  3. 所属分类:微处理器(ARM/PowerPC等)

  1. Vigenere-Cipher

    0下载:
  2. 维吉尼亚密码,可以对文件进行加解密,使用C语言编译-Vigenere Cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:187173
    • 提供者:duan
  1. vigenere

    0下载:
  2. 此代码是利用Vigenere算法来计算密文的统计平率周期,也就是密钥长度。希望可以给大家带去帮助,也希望和大家共同学习。-This code is the use of Vigenere cipher algorithm to calculate the statistical flat rate cycle, which is the key length. I hope everyone can bring help, hope and learning together.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3993028
    • 提供者:周伟
  1. Vigenere

    2下载:
  2. 要求实现Vigenere密码算法。 明文从文本文件中提取,密文存入文件。 编码采用ASCII码,模运算以256取模,密码采用单词方式(如"computer")。-Required to achieve Vigenere cipher algorithm. Expressly extracted from the text file into a file ciphertext. Encoded using ASCII code, modular arithmetic modulo 256
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:152415
    • 提供者:朱楠
  1. vigenere

    0下载:
  2. 维基尼亚密码的matlab程序,解压m文件放在matlab工程目录即可!-matlab code for vigenere cipher
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:891
    • 提供者:王立
  1. vigenere

    0下载:
  2. vigenere cipher with letter frequency
  3. 所属分类:CA program

    • 发布日期:2017-04-29
    • 文件大小:43913
    • 提供者:reza
  1. Vigienere cipher c#

    0下载:
  2. The Vigenère cipher is a method of encrypting alphabetic text by using a series of different Caesar ciphers based on the letters of a keyword. It is a simple form of polyalphabetic substitution. The Vigenère (French pronunciation: ​[viʒnɛːʁ]) cipher
  3. 所属分类:C#编程

    • 发布日期:2016-10-20
    • 文件大小:869
    • 提供者:lacasombra
  1. Vigenere

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

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