Definitions for "Cipher Block Chaining"
A feedback mechanism that protects against block replay attacks by making the encryption of a block dependent on all blocks that precede it.
Block cipher mode that combines the previous block of ciphertext with the current block of plaintext before encrypting it. Very widely used.
See CBC.