Symmetric Encryption: Stream Ciphers Flashcards
1
Q
Explain how a stream cipher works…
A
An encryption process in which a key encrypts information one byte at a time. The key is fed into a pseudorandom generator. This outputs a key-stream. The key-stream is XORd with the plain text one byte at a time.
2
Q
What operation if performed to encrypt and decrypt the data in stream ciphers?
A
XOR