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    = "2024",
  url     = "https://www.gkbrk.com/stream-cipher"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Stream cipher", October, 2024. [Online]. Available: https://www.gkbrk.com/stream-cipher. [Accessed Oct. 19, 2024].
APA Style
Yaltirakli, G. (2024, October 19). Stream cipher. https://www.gkbrk.com/stream-cipher
Bluebook Style
Gokberk Yaltirakli, Stream cipher, GKBRK.COM (Oct. 19, 2024), https://www.gkbrk.com/stream-cipher

Comments

© 2024 Gokberk Yaltirakli