🔗CBC (Cipher Block Chaining)

Each block is XORed with the previous ciphertext before encryption. Requires IV (random, unique for each message). Error propagation: 1 bit → 2 blocks. Vulnerability: padding oracle attack (TLS, 2002). Application: TLS 1.0-1.2 (until 2018), file encryption

Article body and graph labels may still appear in Russian where English translations have not been added yet.
📖6 min read📊Level 7📅April 16, 2026

Loading map...

CBC (Cipher Block Chaining)

Часто задаваемые вопросы

CBC (Cipher Block Chaining) — это тема о правилах, механизмах и практиках в своей области. Она помогает понять, как принимаются решения и к каким последствиям они приводят.