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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What operation if performed to encrypt and decrypt the data in stream ciphers?

A

XOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly