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

搜索资源列表

  1. substitution-cipher

    0下载:
  2. The file is substitution cipher assistant.It Will display the ciphertext underneath the guessed plaintext.-substitution cipher assistant . It Will display the ciphertext underneath the guessed plaintext.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:連源
  1. jk.rar

    0下载:
  2. 置换密码算法,用C++制作,不是本人做的,具体实现请自己查看,Substitution cipher, using C++ Production, rather than I do, concrete realization of your own view
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:357.51kb
    • 提供者:zzz
  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
    • 文件大小:2.04kb
    • 提供者:baichi123
  1. nton

    0下载:
  2. n-bit对n-bit的Block Substitution Cipher -n-bit to n-bit of the Block Substitution Cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1.52kb
    • 提供者:王玟镔
  1. MonoAlphabeticSubstitution

    0下载:
  2. MonoAlphabetic Substitution Cipher written in C
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:3.51kb
    • 提供者:Giri
  1. hillCipher

    0下载:
  2. program to run hill cipher substitution technique used in cryptography
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1.14kb
    • 提供者:sutirtha
  1. railFence

    0下载:
  2. program to run railfence cipher substitution technique used in cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:940byte
    • 提供者:sutirtha
  1. SubstitutionCyper

    0下载:
  2. In cryptography, a substitution cipher is a method of encryption by which units of plaintext are replaced with ciphertext according to a regular system the "units" may be single letters (the most common), pairs of letters, triplets of letters, mixtur
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6.33kb
    • 提供者:andrushkutzzaa
  1. Encryption

    0下载:
  2. this program implements Substitution and Transposition cipher
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.57kb
    • 提供者:Akshay
  1. CaesarCoder.src

    0下载:
  2. Caesar coder and decoder. Performs easy substitution cipher encryption and automatic decryption when key is unknown. Frequency of letters in common written English is used to decrypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.93kb
    • 提供者:j123b567
  1. 01

    0下载:
  2. Polyalphabetic substitution cipher in C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:848byte
    • 提供者:Pratik
  1. CAESARCI

    0下载:
  2. In cryptography, a Caesar cipher, also known as a Caesar s cipher, the shift cipher, Caesar s code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the p
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:801byte
    • 提供者:adisbega
  1. Simple-CaesarCipher

    0下载:
  2. 这是一个小程序,凯撒解密,自己写的,以后还会扩展的-This is a simple program for a example of ceasar cipher. It is produced by myself and I want to extend it to a substitution cipher program in some days.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1022byte
    • 提供者:q
  1. Character-frequency-distribution-analaysis-

    0下载:
  2. The objective is to demonstrate character/ symbol frequency distribution analysis (reference to the English language) on 2 vintage ciphers, namely Caesar cipher (a mono-alphabetic substitution cipher) and the Vigenere cipher (a poly-alphabetic substi
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:93.14kb
    • 提供者:
  1. Substitution

    0下载:
  2. Substitution Cipher method using c-Substitution Cipher method using c++
  3. 所属分类:CA program

    • 发布日期:2017-11-11
    • 文件大小:899.48kb
    • 提供者:dante
  1. substitution

    0下载:
  2. 代换密码是密码学中的一种古典密码,这个代码就是用来实现该密码的-Substitution cipher is a classical cryptography password, this code is used to implement the password
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:686byte
    • 提供者:蓝天
  1. Vignere-Cipher

    0下载:
  2. The Vignere Cipher is used for encryption/decryption. It is a substitution cipher.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:994byte
    • 提供者:Eashan
  1. Caesar-Cipher

    0下载:
  2. The earliest known use of a substitution cipher, and the simplest, was by Julius Caesar. The Caesar cipher involves replacing each letter of the alphabet with the letter standing three places further down the alphabet. For example, plain: MEET ME A
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:387.43kb
    • 提供者:Laja
  1. Ceasar cipher c#

    0下载:
  2. In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plai
  3. 所属分类:Windows编程

    • 发布日期:2016-10-20
    • 文件大小:1.49kb
    • 提供者:lacasombra
  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
    • 文件大小:869byte
    • 提供者:lacasombra
« 12 3 »
搜珍网 www.dssz.com