Question:

Consider the following statements about symmetric encryption :
A. Same key for encryption and decryption

B. Faster than asymmetric encryption

C. Key distribution is simpler

D. Stream ciphers encrypt one bit byte at a time

E. Block ciphers operate on groups of bits

Choose the correct answer from the options given below :

Show Hint

Symmetric = Shared Key. Asymmetric = Public/Private pair. If you see "Simple Key Distribution," it's referring to Asymmetric/Public-key cryptography!
Updated On: Jun 6, 2026
  • A, B, C, E only
  • B, C, D only
  • A, C, D, E only
  • A, B, D, E only
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Symmetric-key cryptography is a type of encryption where the same secret key is shared between the sender and receiver. 1. Evaluating the Statements:
A (Same Key): True. This is the definition of symmetric encryption.
B (Performance): True. Symmetric algorithms (like AES) are much faster than asymmetric ones (like RSA) because they use simpler mathematical operations.
C (Key Distribution): False. Key distribution is the biggest disadvantage of symmetric crypto. Sharing the secret key securely between parties is complex and risky.
D (Stream Ciphers): True. They process the plaintext continuously, usually one bit or byte at a time (e.g., RC4).
E (Block Ciphers): True. They divide the plaintext into fixed-size blocks (e.g., 128-bit blocks in AES) and encrypt each block. 3. Result: Statements A, B, D, and E are correct. Statement C is incorrect.
Was this answer helpful?
0
0

Top CUET PG Data Science A.I Cyber Security and Computer Sci. Questions

View More Questions