跳转至

Stream cipher

[!WIKI] Stream cipher

A stream cipher is a symmetric key cipher where plaintext digits are combined with a pseudorandom cipher digit stream (keystream). In a stream cipher, each plaintext digit is encrypted one at a time with the corresponding digit of the keystream, to give a digit of the ciphertext stream.

RC4

https://ctf-wiki.org/crypto/streamcipher/special/rc4/

ZUC

https://openstd.samr.gov.cn/bzgk/gb/std_list?p.p1=0&p.p90=circulation_date&p.p91=desc&p.p2=%E7%A5%96%E5%86%B2%E4%B9%8B

https://www.bilibili.com/video/BV1xG4y1v7pK/?vd_source=0a037c4dd2becee04d2b1ccafdc1862e

评论