| |
| | Technical |
 | | Mathematically defined, a cipher is a function which takes as input a plaintext message x and a key k, and returns an encrypted message y. |
 | | A cryptosystem is often defined as a five-tuple (P,C,K,E,D) where P is the set of all possible plaintexts, C is the set of all possible ciphertexts, K is the keyspace, or the set of all possible keys, and E and D are encryption/decryption functions. |
 | | Other monoalphabetic ciphers covered in this chapter include the Substitution Cipher (where each letter is represented by another letter; this is known as a permutation cipher) and the Affine Cipher (in which the encryption functions are restricted to the form e(x) = (ax + b) mod 26). |
| books.vulcanears.com /html/technical.html (1550 words) |
|