- CBC:
- Cipher Block Chaining mode
In Cipher Block Chaining (CBC) mode, an initialization vector (IV) is added to the first block of plaintext before encryption and the resultant ciphertext is added to the next block of plaintext before encryption, and so on. Decryption is the reverse process.
https://www.cryptosys.net/manapi/api_blockciphermodes.html