SHORT ANSWER
1. The__________ is a technique in which an encryption algorithm is used multiple
times.
2. The most significant characteristic of __________ is that if the same b-bit block
of plaintext appears more than once in the message, it always produces the
same ciphertext.
3. A __________ is a technique for enhancing the effect of a cryptographic
algorithm or adapting the algorithm for an application, such as applying a
block cipher to a sequence of data blocks or a data stream.
4. Five modes of operation have been standardized by NIST for use with
symmetric block ciphers such as DES and AES: electronic codebook mode,
cipher block chaining mode, cipher feedback mode, __________, and counter
mode.
5. One of the most widely used multiple-encryption schemes is __________ .
6. “The input to the encryption algorithm is the XOR of the next 64 bits of
plaintext and the preceding 64 bits of ciphertext” is a description of __________
mode.
7. The simplest mode of operation is the ___________ mode, in which plaintext is
handled one block at a time and each block of plaintext is encrypted using the
same key.
8. __________ refers to any encryption technique that takes a plaintext in a given
format and produces a ciphertext in the same format.
9. The __________ block cipher mode of operation is a general purpose block
oriented transmission useful for high speed requirements.
10. “Input is processed s bits at a time. Preceding ciphertext is used as input to
the encryption algorithm to produce pseudorandom output, which is XORed
with plaintext to produce next unit of ciphertext”, is a description of the
_________ mode of operation.
11. The _________ must be a data block that is unique to each execution of the
encryption operation and may be a counter, a timestamp, or a message
number.