ホーム > ストレージネットワーキング用語集 > Cipher Block Chaining (CBC)
暗号化する前に平文の各ブロックを前の暗号文ブロックとXORするため,各暗号文ブロックがそれより前にあるすべての平文ブロックに依存することになるブロック暗号モード.
使用分野: Data Security
A block cipher mode of operation, in which each block of plaintext is XORed with the previous ciphertext block before being encrypted, making each ciphertext block dependent on all preceding plaintext blocks.
CONTEXT [Data Security]