搜索资源列表
Monoalphabetic
- 单表加密算法、单表解密算法实现的简单示例-implementation of monoalphabetic encryption and decryption
PlayfairCipher_codes
- Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented
MonoAlphabeticSubstitution
- MonoAlphabetic Substitution Cipher written in C
1_E_MONO_ALP
- Encryption Algorithm MonoAlphabetic Encryption
MONO1
- Monoalphabetic cipher implemented in C with Graphics
Secret
- monoalphabetic Cipher
Implementation-of-monoalphabetic-cipher
- Implementation of Monoalphabetic Cipher in C
mono
- Substitution ciphers are probably the most common form of cipher. They work by replacing each letter of the plaintext (and sometimes puntuation marks and spaces) with another letter (or possibly even a random symbol).
Monoalphabetic-cipher
- 古典密码中的单表置换密码的实现,C++初步-Classical passwords in a single table to achieve replacement passwords, C++ preliminary
upload-m
- substitution cipher is the method of encoding in which unit of plain text are replaced by cipher text. Monoalphabetic cipher uses a fixed message over entire message.A monoalphabetic cipher uses fixed substitution over t
Vigenere-Key-Method
- 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.Though the cipher is easy
monoalpha
- Program for Monoalphabetic Substitution Ciphers
cryptography_Dev-CPP
- 经典密码实现源程序,包括凯撒密码、多表轮换密码和轮换机等。-the implemnetation of classical cryptography ,such ceasar cipher、monoalphabetic and rotormachine
Monoalphabetic-Cipher
- 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