A Block-Cipher mode that uses a counter and IV. Does not encrypt plaintext, but encrypts counter. Used to generate a stream of Pseudorandom blocks. Does not require padding.
Pros
- Allows for Parallelism
Cons
- Does not have any checks for Integrity
Encrypt

Decrypt
