Which block cipher mode is designed for authenticated encryption with associated data?

Study for the WGU ITAS 2142 D830 Introduction to Cryptography Exam. Review flashcards and multiple choice questions with hints and explanations. Get ready for your exam!

Multiple Choice

Which block cipher mode is designed for authenticated encryption with associated data?

Explanation:
Authenticated encryption with associated data aims to provide both secrecy and data integrity, including parts of the message that you want authenticated but not encrypted. The mode that does this in one integrated operation is GCM. It combines Counter mode for encryption with a Galois field-based authentication tag, so you get confidentiality plus a strong integrity check. Importantly, it can include associated data in the authentication calculation, meaning headers or other non-encrypted data can be protected from tampering without being encrypted. Other common block cipher modes focus on confidentiality alone. ECB reveals patterns in plaintext, CBC provides encryption but not built-in authentication, and CFB offers confidentiality without an intrinsic authentication mechanism. So, for authenticated encryption with associated data, this mode is the appropriate design.

Authenticated encryption with associated data aims to provide both secrecy and data integrity, including parts of the message that you want authenticated but not encrypted. The mode that does this in one integrated operation is GCM. It combines Counter mode for encryption with a Galois field-based authentication tag, so you get confidentiality plus a strong integrity check. Importantly, it can include associated data in the authentication calculation, meaning headers or other non-encrypted data can be protected from tampering without being encrypted.

Other common block cipher modes focus on confidentiality alone. ECB reveals patterns in plaintext, CBC provides encryption but not built-in authentication, and CFB offers confidentiality without an intrinsic authentication mechanism. So, for authenticated encryption with associated data, this mode is the appropriate design.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy