Which logical operation is fundamental to many stream ciphers, where plaintext bits are combined with keystream bits?
- A.C. XOR
- B.B. OR
- C.A. AND
- D.D. NOT
Why A is correct
XOR (exclusive OR) is fundamental to stream ciphers because it is easily reversible: plaintext XOR keystream = ciphertext, and ciphertext XOR keystream = plaintext. This property makes it ideal for encryption and decryption using the same operation.
Know someone studying for Security Fundamentals? Send them this one.