Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose that Alice and Bob use the Encrypt - then - MAC ( EtM ) scheme in their communication. Specifically, they adopt the Advanced Encryption
Suppose that Alice and Bob use the EncryptthenMAC EtM scheme in their communication. Specifically,
they adopt the Advanced Encryption Standard AES with the counter CTR mode to encrypt their data
using key Additionally, they employ the AES with cipher block chaining mode to compute the
MAC using key Suppose Alice has two blocks of plaintext, and According to the cryptosystem
discussed, Alice sends the IV the ciphertext and and the MAC to Bob. What should Bob do to verify
the integrity of the data?
He must encrypt the ciphertext blocks using AESCTR received IV and If the final ciphertext block
obtained is equal to the received MAC, he can trust the integrity of the plaintext.
He must first decrypt the ciphertext using AESCTR received IV and to obtain the putative plaintext.
Then, he must reencrypt this plaintext using AES received IV and to obtain the MAC. If the
obtained MAC is equal to the received MAC, he can trust the integrity of the plaintext.
He must first decrypt the ciphertext using AESCTR received IV and to obtain the putative plaintext.
Then, he must reencrypt this plaintext using AESCTR received IV and to obtain the MAC. If the
obtained MAC is equal to the received MAC, he can trust the integrity of the plaintext.
He must encrypt the ciphertext blocks using AESCBC received IV and If the final ciphertext block
obtained is equal to the received MAC, he can trust the integrity of the plaintext.
Bob cannot verify the integrity of the data due to the mixed block cipher modes used.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started