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 |
| mode of operation specification | 1 |
| symmetric-key encryption mode | 1 |
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
|
— |