Live data from Hacker News

ECB vs CBC Encryption

pthree.org

1–2 of 2 posts

Re: ECB vs CBC Encryption

#2
Well, EBC, or electronic codeblock, is a block cipher that operates

block cipher _mode_

Because I chose AES in 256-bit mode

with 256-bit _key_

AES is operating on 256-bit blocks at a time

It operates on 128-bit blocks.

etc, etc.

Wikipedia page on modes of operation is a better and more correct introduction: https://en.wikipedia.org/wiki/Block_cipher_modes_of_operatio...