A Stream Cipher encrypts digital data one bit or byte at a time, transforming a continuous flow of Plaintext into ciphertext. It achieves this by combining the original data with a pseudorandom Keystream, making it fast and efficient for real-time communication.
See also