- Advanced Blockchain Development
- Imran Bashir Narayan Prusty
- 62字
- 2021-06-24 14:04:53
Counter mode
The Counter (CTR) mode effectively uses a block cipher as a stream cipher. In this case, a unique nonce is supplied that is concatenated with the counter value to produce a keystream:

Counter mode
There are other modes, such as Cipher Feedback (CFB) mode, Galois Counter (GCM) mode, and Output Feedback (OFB) mode, which are also used in various scenarios.