# Stream Cipher

By [Untitled](https://paragraph.com/@0x88c0b2556566229034419a17a042eee8928b1a47) · 2023-07-27

---

> _Symmetric or secret-key encryption algorithm that encrypts a single bit at a time. With a Stream Cipher, the same plaintext bit or byte will encrypt to a different bit or byte every time it is encrypted._

**Block Cipher**
----------------

> _An encryption method that applies a deterministic algorithm along with a symmetric key to encrypt a block of text, rather than encrypting one bit at a time as in stream ciphers_

---

*Originally published on [Untitled](https://paragraph.com/@0x88c0b2556566229034419a17a042eee8928b1a47/stream-cipher)*
