📚 Practice Mode

System and Network Security

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

Which of the following is/are true about Cipher Block Chaining(CBC) and Cipher Feedback Mode (CFB)?

  1. The cipher feedback mode technique is more efficient as compared to cipher block chaining.
  2. CFB decryption is almost identical to CBC encryption performed in reverse.
  3. In CFB, the changed in the plaintext propagate forever in the ciphertext and encryption cannot be parallelized.
  4. All of the above.
  5. Both (2) and (3).