Electronic Codebook (ECB) mode

GPTKB entity

Statements (29)
Predicate Object
gptkbp:instanceOf crypt
gptkbp:abbreviation gptkb:ECB
gptkbp:advantage identical plaintext blocks yield identical ciphertext blocks
parallelizable
gptkbp:category symmetric-key cryptography
encryption mode
gptkbp:contrastsWith gptkb:Cipher_Block_Chaining_(CBC)_mode
gptkb:Cipher_Feedback_(CFB)_mode
gptkb:Counter_(CTR)_mode
gptkb:Output_Feedback_(OFB)_mode
gptkbp:decryptionProcess each block decrypted independently
gptkbp:definedIn gptkb:FIPS_PUB_81
gptkbp:encryptionProcess each block encrypted independently
https://www.w3.org/2000/01/rdf-schema#label Electronic Codebook (ECB) mode
gptkbp:notRecommendedFor encrypting large amounts of data
data with repeating patterns
gptkbp:operates blocks of ciphertext
blocks of plaintext
gptkbp:standardizedBy gptkb:NIST
1981
gptkbp:usedFor gptkb:DES
gptkb:AES
encryption
decryption
gptkbp:usedIn cryptography
gptkbp:vulnerableTo replay attacks
pattern leakage
gptkbp:bfsParent gptkb:SP_800-38A
gptkbp:bfsLayer 6