This is a mode for typical Block Ciphers to work with larger plaintexts.
- Same key used for each block
- Previous output used in encryption process of next block
- Requires generation of a Initialization Vector.
Pros
- The IV can be used for authentication as it is given to the receiver aswell
Cons
- No paralellism
- IV must be known
Encryption

Decryption
