.

Stream cipher


Reading time: less than 1 minute

A stream cipher is basically a cryptographically secure RNG. It takes a key (and sometimes an IV or nonce) and generates an endless stream of random bytes.

Counter (CTR) mode

One popular way to make stream ciphers recently is to take a regular block cipher and just encoding a counter with it.

Cryptography

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Stream cipher",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2025",
  url     = "https://www.gkbrk.com/stream-cipher"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Stream cipher", February, 2025. [Online]. Available: https://www.gkbrk.com/stream-cipher. [Accessed Feb. 04, 2025].
APA Style
Yaltirakli, G. (2025, February 04). Stream cipher. https://www.gkbrk.com/stream-cipher
Bluebook Style
Gokberk Yaltirakli, Stream cipher, GKBRK.COM (Feb. 04, 2025), https://www.gkbrk.com/stream-cipher

Comments

© 2025 Gokberk Yaltirakli