498,508 views
21 votes
21 votes
What is the difference between cipher block chaining mode and electronic code book mode?

User Japhyr
by
3.0k points

2 Answers

10 votes
10 votes

Answer:

ECB (Electronic Codebook) is essentially the first generation of the AES. It is the most basic form of block cipher encryption.

CBC (Cipher Blocker Chaining) is an advanced form of block cipher encryption. With CBC mode encryption, each ciphertext block is dependent on all plaintext blocks processed up to that point.

User Ket
by
3.0k points
12 votes
12 votes
ECB (Electronic Codebook) is essentially the first generation of the AES. It is the most basic form of block cipher encryption. CBC (Cipher Blocker Chaining) is an advanced form of block cipher encryption. With CBC mode encryption, each ciphertext block is dependent on all plaintext blocks processed up to that point.
User Yakya
by
2.6k points