3. An encryption scheme is said to be __________ if the cost of breaking the cipher
exceeds the value of the encrypted information and the time required to break the
cipher exceeds the useful lifetime of the information.
4. The two types of attack on an encryption algorithm are cryptanalysis, based on
properties of the encryption algorithm, and _________ which involves trying all
possible keys.
5. Cryptographic systems are characterized along three independent dimensions:
the type of operations used for transforming plaintext to ciphertext; the way in
which the plaintext is processed; and __________ .
6. All encryption algorithms are based on two general principles: substitution and
____________ .
7. One of the simplest and best known polyalphabetic ciphers is _________ cipher. In
this scheme, the set of related monoalphabetic substitution rules consists of the 26
Caesar ciphers with shifts of 0 through 25. Each cipher is denoted by a key letter
which is the ciphertext letter that substitutes for the plaintext letter a.
8. A __________ cipher processes the input one block of elements at a time, producing
an output block for each input block, whereas a stream cipher processes the input
elements continuously, producing output one element at a time.
9. An encryption scheme is __________ secure if the ciphertext generated by the
scheme does not contain enough information to determine uniquely the
corresponding plaintext, no matter how much ciphertext is available.
10. The earliest known, and simplest use, of a substitution cipher was called the
__________ cipher and involved replacing each letter of the alphabet with the letter
standing three places further down the alphabet.
11. The best known multiple letter encryption cipher is the __________ , which treats
digrams in the plaintext as single units and translates these units into ciphertext
digrams.
12. The task of making large quantities of random keys on a regular basis and
distributing a key of equal length to both sender and receiver for every message
sent are difficulties of the __________ scheme.
13. The simplest transposition cipher is the _________ technique, in which the
plaintext is written down as a sequence of diagonals and then read off as a sequence
of rows.