
Block Cipher Modes

Flashcard
•
Computers
•
University
•
Hard
Jae K
FREE Resource
Student preview

5 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Electronic Code Book (ECB)
Back
Most basic, weak, and unsecure mode. Each block is processed separately. No Salt or IV is used and the same key will be used to encrypt each block. This means if a given plaintext is encrypted in ECB and results in a given ciphertext, that same ciphertext will be output EVERY TIME the same plaintext is encrypted.
2.
FLASHCARD QUESTION
Front
Cipher Block Chaining (CBC)
Back
Minor step up from ECB with the incorporation of an initialization vector for the first block. Results of encryption from previous block is XOR’d with plaintext of the current block. That result is input into to encryption process of the current block.
3.
FLASHCARD QUESTION
Front
Cipher Feedback (CFB)
Back
Converts the block cipher into a self-synchronizing stream cipher. Current block takes output of the XOR ⊕ process vs from the cipher stage of the previous block (difference between CFB and OFB).
4.
FLASHCARD QUESTION
Front
Output Feedback (OFB)
Back
Converts the block cipher to a synchronous stream output. Current block takes output from the cipher stage vs from the output of the XOR process of the previous block (difference between CFB and OFB). The first stage takes the data blocks and X-ORs it with the encrypted version of the IV value. The output of the first stage encryption is then feed into the next stage, and encrypted, with the output being X-OR’ed with the second block.
5.
FLASHCARD QUESTION
Front
Counter Mode (CTR)
Back
Converts the block cipher into a stream cipher. Generates a counter value and a nonce, and encrypts this, in order to EX-OR with the plain text block. The advantage of CTR is that each block is processed independent of the others, facilitating ability to conduct parallel processing of blocks. i.e., feedback from other stages to feed into the current one is not required.
Similar Resources on Wayground
8 questions
C Programming Control Flow Statements

Flashcard
•
University
15 questions
Cryptology

Flashcard
•
11th - 12th Grade
15 questions
Electrical System of the Heart

Flashcard
•
University
15 questions
Digital Electronics - Gates

Flashcard
•
University
10 questions
Python Lists

Flashcard
•
9th - 12th Grade
12 questions
Crypto Vocab

Flashcard
•
9th - 12th Grade
10 questions
SSC Summer Camp Pre-Flashcard

Flashcard
•
9th - 12th Grade
15 questions
FLASHCARD Evaluating Piecewise Functions

Flashcard
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade