CTM
Counter Mode
A block cipher mode that turns a block cipher into a stream cipher by encrypting successive counter values.
Counter mode (CTR) runs a block cipher such as AES over an incrementing counter and XORs the result with the plaintext, effectively making a stream cipher that can encrypt blocks in parallel and in any order. Because identical counter values must never repeat under the same key, the nonce and counter handling are critical to its security. It underpins authenticated modes like AES-GCM, where counter mode provides confidentiality and a separate tag provides integrity. On the exam, associate CTR with high-performance, parallelizable encryption.
Looking CTM up is step one. Getting tested on it is step two.
A free account opens all 4 Domain 1 objectives, 271 exam-style questions with a lesson and a lab on each, a placement check that skips what you already know, and a dated plan. No card.
Not affiliated with or endorsed by CompTIA.
