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.