1. What is Symmetric Encryption?
Answer: An encryption that uses the same key to decrypt and encrypt a message.
2. In symmetric encryption, how is plaintext defined?
Answer: The original data before encryption.
3. What is the relationship between plaintext and ciphertext in the context of
symmetric encryption?
Answer: Ciphertext is the encrypted form of plaintext that requires a secret key for
decryption.
4. What is the primary function of encryption algorithms within the framework of
symmetric encryption?
Answer: To convert plaintext into ciphertext using a secret key.
5. In the context of symmetric encryption, what is the primary function of a secret
key?
Answer: To encrypt and decrypt data.
6. In symmetric encryption, how do block ciphers process data compared to stream
ciphers?
Answer: Block ciphers encrypt data in fixed-size blocks, while stream ciphers encrypt
data one bit or byte at a time.
7. Which of the following best describes the operation of a stream cipher in symmetric
encryption?
Answer: It encrypts data one bit or byte at a time, suitable for continuous data streams.
8. The Advanced Encryption Standard (AES) is a block cipher adopted by the
National Institute of Standards and Technology (NIST) in 2001.
Answer: Block size 128 bits; Key length 128 bits; No of rounds: 10.
9. Which of the following statements accurately describes RC4 in the context of
symmetric encryption?
Answer: RC4 is a stream cipher recognized for its efficiency and ease of implementation,
but it has several security vulnerabilities.
, 10. What is a primary concern associated with the distribution of secret keys in
symmetric encryption?
Answer: The potential for key interception during transmission.
Set 2
1. Which of the following best defines cryptology and its primary elements?
Answer: The scientific discipline that involves the study of codes, including both the
creation and analysis of cryptographic systems.
2. What is cryptography?
Answer: The practice of securing information by encrypting it using codes or ciphers.
3. What does 'cryptanalysis' involve?
Answer: Study of principles/methods of deciphering ciphertext without knowing the key.
4. Which of the following best describes the primary characteristic of symmetric
encryption compared to asymmetric encryption?
Answer: Symmetric encryption uses a single key for both encryption and decryption,
while asymmetric encryption employs a public and a private key.
5. What is the primary purpose of the encryption function in the context of symmetric
encryption?
Answer: To transform plaintext into ciphertext using a specific key.
6. A symmetric key decryption algorithm takes ________ as an input and produces
__________ as an output.
Answer: Ciphertext; plaintext.
7. Which of the following conditions is essential for achieving perfect secrecy in a
cryptographic system?
Answer: The key must be truly random and at least as long as the plaintext.
8. Which of the following best describes the operation of stream ciphers?
Answer: They process plaintext one bit or byte at a time using a keystream.
9. Which of the following statements accurately describes the primary operational
difference between block ciphers and stream ciphers?