WorksheetsIAS QUIZ 12
Total questions: 25
Worksheet time: 13mins
Message authentication is a mechanism or service used to verify the integrity of a message.
T
F
The order in which the frame check sequence and encryption functions are performed is not critical for authentication.
F
T
A recipient in possession of the secret key cannot generate an authentication code to verify the integrity of the message.
F
T
One means of forming a MAC is to combine a cryptographic hash function in some fashion with a secret key.
T
F
A brute-force attack on a MAC is easier than a brute-force attack on a hash function.
F
T
Message authentication may also verify sequencing and timeliness.
T
F
The security of any MAC function based on an embedded hash function depends in some way on the cryptographic strength of the underlying hash function.
T
F
The straightforward use of public-key encryption provides confidentiality and authentication.
F
T
An important characteristic of the MAC algorithm is that it needs to be reversible.
F
T
As with encryption algorithms and hash functions cryptanalytic attacks on MAC algorithms seek to exploit some property of the
algorithm to perform some attack other than an exhaustive search.
T
F
To attack MD5, the attacker can choose any set of messages and work on these offline on a dedicated computing facility to find a
collision.
T
F
A CTR-based authenticated encryption approach is the most efficient mode of operation for high-speed packet networks.
T
F
If the calculated frame check sequence is equal to the incoming frame check sequence the message is considered authentic.
T
F
Message encryption by itself cannot provide a measure of authentication.
F
T
_________ encryption provides authentication among those who share the secret key.
Symmetric
Message
Asymmetric
Authenticated
The __________ mode of operation is designed to be parallelizable so that it can provide high throughput with low cost and low latency.
GCM
DAA
CTR
CCM
Insertion of messages into the network from a fraudulent source is a __________ attack.
masquerade
content modification
source repudiation
sequence modification
Confidentiality can be provided by performing message encryption __________ the MAC algorithm.
before or after
after
before
during
A __________ is an algorithm that requires the use of a secret key.
MAC
DAA
GCM
SHA
"Release of message contents to any person or process not possessing the appropriate cryptographic key" is a __________ attack.
disclosure
sequence modification
content modification
source repudiation
With _________ authentication, an opponent would have difficulty generating ciphertext that when decrypted would have valid error control bits.
internal error control
cipher block chaining
checksum
CMAC
The MAC function is a __________ function.
many-to-one
one-to-one
one-to-two
one-to-many
The appeal of __________ is that its designers have been able to prove an exact relationship between the strength of the embedded hash function and the strength of this form of authentication.
HMAC
CMAC
GMAC
MAC
Two MACs that are based on the use of a block cipher mode of operation are Data Authentication Algorithm and __________ .
CMAC
DMAC
GMAC
TMAC
The MAC does not provide a digital signature because both sender and receiver share the same key.
T
F
