Block cipher modes (ECB / CBC / CTR / GCM)

Block cipher modes (ECB / CBC / CTR / GCM)

TL;DR: Modes glue a block cipher to arbitrary-length data. Mode choice changes everything about attack surface.

Stub — to be filled in.

What it is

TODO

Preconditions / where it applies

TODO

Technique

TODO

Detection and defence

TODO

References