当前位置:
首页 资源下载
搜索资源 - substitution cipher
搜索资源列表
-
0下载:
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.
-
-
0下载:
置换密码算法,用C++制作,不是本人做的,具体实现请自己查看,Substitution cipher, using C++ Production, rather than I do, concrete realization of your own view
-
-
0下载:
古典密码算法中的单表代换密码算法、移位密码算法、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
-
-
0下载:
n-bit对n-bit的Block Substitution Cipher
-n-bit to n-bit of the Block Substitution Cipher
-
-
0下载:
MonoAlphabetic Substitution Cipher written in C
-
-
0下载:
program to run hill cipher substitution technique used in cryptography
-
-
0下载:
program to run railfence cipher substitution technique used in cryptography
-
-
0下载:
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
-
-
0下载:
this program implements Substitution and Transposition cipher
-
-
0下载:
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.
-
-
0下载:
Polyalphabetic substitution cipher in C
-
-
0下载:
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
-
-
0下载:
这是一个小程序,凯撒解密,自己写的,以后还会扩展的-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.
-
-
0下载:
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
-
-
0下载:
Substitution Cipher method using c-Substitution Cipher method using c++
-
-
0下载:
代换密码是密码学中的一种古典密码,这个代码就是用来实现该密码的-Substitution cipher is a classical cryptography password, this code is used to implement the password
-
-
0下载:
The Vignere Cipher is used for encryption/decryption. It is a substitution cipher.
-
-
0下载:
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
-
-
0下载:
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
-
-
0下载:
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
-