Encryption

Stream Cipher

English

Overview

An encryption method that continuously encrypts data one bit or byte at a time.

Details

An encryption method that encrypts plaintext sequentially, one bit or byte at a time. It's lighter weight than a block cipher and well suited to real-time communication.

More Security terms