Cipher Block Chaining (CBC) Mode: A mode of operation for block ciphers where each block of plaintext is XORed with the previous ciphertext block before being encrypted. This method ensures that identical plaintext blocks will encrypt to different ciphertext blocks, enhancing security. It uses an initialization vector (IV) for the first block to ensure randomness.
Categories: CC D5: Security Operations | CCSP D2: Cloud Data Security | CISM D3: Information Security Program | CISSP D3: Security Architecture and Engineering | Security+ D1: General Security Concepts | SSCP D5: Cryptography
Related Articles: