Q15 Single choice Mark for later With Cipher feedback (CFB) what happens? A The key is reapplied B The ciphertext block is encrypted then the ciphertext produced is XOR'd back with the plaintext to produce the current ciphertext block C The block cipher is turned into a stream cipher D The message is divided into blocks and each block is encrypted separately. This is the most basic mode for symmetric encryption Correct answer