Stream Symmetric Ciphers

Stream ciphers are based on generating a possible infinite cryptographic keystream of random data. They take one output bit (or byte) at a time, and use it to encrypt the corresponding bit (or byte) of input data.

Stream ciphers work on continuous stream of plaintext data and they do not divide it into smaller blocks.

All Stream Ciphers:

OTP

One way street image

One-Time Pad (OTP) is a symmetric stream cipher, with a quite easy algorithm and an excellent level of provided protection.

Read More

RC4

Lucky clover image

RC4 is a symmetric stream cipher, known and praised for its speed and simplicity.

Read More

Salsa20

Salsa image

Salsa20 is a symmetric stream cipher, which is generally considered to be well-designed and effective.

Read More

CSS

DVD image

CSS symmetric stream cipher designed to protect DVD content.

Read More