block cipher mode of operation

C6575
concept

A block cipher mode of operation is a method that specifies how to repeatedly apply a block cipher’s fixed-size transformation to larger or variably sized data to achieve secure encryption and decryption.

All labels observed (5)

Label Occurrences
block cipher mode of operation canonical 7
encryption mode 2
MAC mode of operation 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: block cipher mode of operation
Generated description
A block cipher mode of operation is a method that specifies how to repeatedly apply a block cipher’s fixed-size transformation to larger or variably sized data to achieve secure encryption and decryption.

Instances (9)

Instance Via concept surface
GCM
surface form: Galois/Counter Mode
AES-GCM
AES-CTR
PMAC MAC mode of operation
SIV mode
OCB authenticated-encryption mode
NIST SP 800-38C mode of operation specification
Electronic Codebook (ECB) mode
surface form: Electronic Codebook mode
Cipher Block Chaining (CBC) mode
surface form: Cipher Block Chaining