Correct Answer: To provide authentication and integrity
Explanation:
A digital signature helps verify the sender's identity and detect changes to the signed message.
Incorrect! Try again.
2Which property is generally provided by a digital signature but not by ordinary encryption alone?
Comparison of digital signatures
Easy
A.Faster transmission
B.Sender authentication
C.Message confidentiality
D.Data compression
Correct Answer: Sender authentication
Explanation:
A digital signature confirms that a message was signed by the claimed sender.
Incorrect! Try again.
3What is usually applied to a message before it is digitally signed?
Process of digital signatures
Easy
A.A routing table
B.A file compressor
C.A firewall rule
D.A hash function
Correct Answer: A hash function
Explanation:
The sender commonly hashes the message and signs the resulting message digest.
Incorrect! Try again.
4Which key is normally used by the sender to create a digital signature?
Process of digital signatures
Easy
A.The sender's public key
B.A shared session key
C.The receiver's private key
D.The sender's private key
Correct Answer: The sender's private key
Explanation:
The sender uses a private key to create a signature that can be checked with the matching public key.
Incorrect! Try again.
5Which key does a recipient normally use to verify a digital signature?
Process of digital signatures
Easy
A.The recipient's session key
B.The sender's password
C.The sender's public key
D.The recipient's private key
Correct Answer: The sender's public key
Explanation:
The recipient uses the sender's public key to verify the signature.
Incorrect! Try again.
6What is a forgery attack on a digital signature?
Attacks on digital signatures
Easy
A.Hashing a message before transmission
B.Encrypting a message with a public key
C.Creating a valid signature without the private key
D.Publishing a certificate with the signature
Correct Answer: Creating a valid signature without the private key
Explanation:
Forgery means producing a signature that appears valid even though the legitimate private key was not used.
Incorrect! Try again.
7What does a replay attack attempt to do?
Attacks on digital signatures
Easy
A.Replace a private key with a public key
B.Reduce the size of a digital certificate
C.Reuse a valid signed message
D.Generate a new hash algorithm
Correct Answer: Reuse a valid signed message
Explanation:
A replay attack resends a previously valid message to cause an unwanted action.
Incorrect! Try again.
8Which attack involves an attacker obtaining the victim's private signing key?
Attacks on digital signatures
Easy
A.Compression attack
B.Fragmentation attack
C.Routing attack
D.Key compromise attack
Correct Answer: Key compromise attack
Explanation:
If a private key is compromised, an attacker may create signatures that appear legitimate.
Incorrect! Try again.
9The RSA digital signature scheme is based primarily on the difficulty of which problem?
RSA Digital signature scheme
Easy
A.Factoring large integers
B.Finding network routes
C.Compressing binary files
D.Sorting large arrays
Correct Answer: Factoring large integers
Explanation:
RSA security is associated with the difficulty of factoring a large composite number.
Incorrect! Try again.
10In the basic RSA signature process, which key is used to generate the signature?
RSA Digital signature scheme
Easy
A.The public key
B.A certificate authority key
C.A temporary broadcast key
D.The private key
Correct Answer: The private key
Explanation:
The RSA signer applies the private-key operation to the message or its hash.
Incorrect! Try again.
11Which key is used to verify an RSA digital signature?
RSA Digital signature scheme
Easy
A.The receiver's private key
B.A randomly selected secret key
C.The signer's public key
D.The signer's private key
Correct Answer: The signer's public key
Explanation:
Anyone with the signer's public key can verify an RSA signature.
Incorrect! Try again.
12The ElGamal digital signature scheme is based on the difficulty of the:
ElGamal Digital signature scheme
Easy
A.Discrete logarithm problem
B.Message formatting problem
C.Integer sorting problem
D.Packet switching problem
Correct Answer: Discrete logarithm problem
Explanation:
ElGamal security relies on the computational difficulty of solving discrete logarithms in a suitable group.
Incorrect! Try again.
13Which value should normally be unique and secret for each ElGamal signature?
ElGamal Digital signature scheme
Easy
A.The public system parameter
B.The recipient's public certificate
C.The random per-signature value
D.The message label
Correct Answer: The random per-signature value
Explanation:
ElGamal signatures use a fresh secret random value for each signature.
Incorrect! Try again.
14The Schnoor digital signature scheme is commonly described as being based on which mathematical problem?
Schnoor Digital signature scheme
Easy
A.The discrete logarithm problem
B.The integer partition problem
C.The shortest network path problem
D.The data deduplication problem
Correct Answer: The discrete logarithm problem
Explanation:
The Schnoor signature scheme relies on the difficulty of computing discrete logarithms.
Incorrect! Try again.
15What type of value is typically used in the commitment step of a Schnoor signature?
Schnoor Digital signature scheme
Easy
A.A fixed password
B.A repeated message copy
C.A public email address
D.A fresh random value
Correct Answer: A fresh random value
Explanation:
Schnoor signatures use a random secret value to create a commitment before producing the response.
Incorrect! Try again.
16Which standard is specifically associated with digital signatures based on the Digital Signature Algorithm?
Digital signature standards
Easy
A.HTTP
B.FTP
C.DSS
D.DNS
Correct Answer: DSS
Explanation:
The Digital Signature Standard, or DSS, specifies approved digital signature methods including DSA.
Incorrect! Try again.
17What is the role of a certificate authority in a public-key infrastructure?
Digital signature standards
Easy
A.To issue and validate digital certificates
B.To route messages between networks
C.To generate every user's private key
D.To replace all encryption algorithms
Correct Answer: To issue and validate digital certificates
Explanation:
A certificate authority binds identities to public keys through digital certificates.
Incorrect! Try again.
18What is required for two parties to use a symmetric encryption algorithm securely?
Symmetric key distribution
Easy
A.A public web page
B.A common IP address
C.A shared secret key
D.Two unrelated public keys
Correct Answer: A shared secret key
Explanation:
Symmetric encryption requires both parties to possess the same secret key.
Incorrect! Try again.
19What is the main function of a key distribution center?
Symmetric key distribution
Easy
A.To store public web pages
B.To filter web content
C.To calculate message length
D.To distribute session keys
Correct Answer: To distribute session keys
Explanation:
A key distribution center helps authorized parties obtain shared secret session keys.
Incorrect! Try again.
20What is the main goal of a symmetric key agreement protocol?
Symmetric key agreement
Easy
A.To establish a shared secret key
B.To publish a private key
C.To convert text into an image
D.To remove message authentication
Correct Answer: To establish a shared secret key
Explanation:
Key agreement allows communicating parties to derive a common secret for symmetric encryption.
Incorrect! Try again.
21Alice and Bob share a secret key and use a MAC to authenticate messages. Why does a digital signature provide stronger non-repudiation than the MAC?
Comparison of digital signatures
Medium
A.A digital signature always encrypts the complete message
B.Only Bob possesses the public verification key
C.Only Alice possesses the private signing key
D.A MAC can be verified without knowing any key
Correct Answer: Only Alice possesses the private signing key
Explanation:
A digital signature is created using Alice's private key, which should be known only to her. With a MAC, both parties know the shared key, so either party could have generated it.
Incorrect! Try again.
22A company requires a trusted third party to participate in every signed transaction and resolve disputes immediately. Which signature model best satisfies this requirement?
Comparison of digital signatures
Medium
A.A direct digital signature model
B.An arbitrated digital signature model
C.A blind digital signature model
D.A detached digital signature model
Correct Answer: An arbitrated digital signature model
Explanation:
In an arbitrated signature model, a trusted arbiter validates or participates in each transaction, helping resolve disputes between the sender and receiver.
Incorrect! Try again.
23Why is a message digest normally signed instead of applying the signature algorithm directly to a large message?
Process of digital signatures
Medium
A.It gives fixed-size input and improves efficiency
B.It prevents the receiver from reading the message
C.It removes the need for public-key certificates
D.It guarantees that the message remains confidential
Correct Answer: It gives fixed-size input and improves efficiency
Explanation:
A cryptographic hash converts an arbitrary-length message into a fixed-size digest. Signing the digest is more efficient while still allowing message integrity to be verified.
Incorrect! Try again.
24A receiver obtains a message, its digital signature, and the sender's certified public key. Which procedure correctly verifies the signature?
Process of digital signatures
Medium
A.Encrypt the message digest using the receiver's private key
B.Decrypt the message with the public key and compare keys
C.Hash the message and validate the signature using the public key
D.Hash the signature and compare it with the public key
Correct Answer: Hash the message and validate the signature using the public key
Explanation:
The receiver hashes the received message and uses the sender's public key to verify that the signature corresponds to that digest.
Incorrect! Try again.
25An attacker records a valid digitally signed funds-transfer request and sends the same request again later. Which measure most directly prevents this replay attack?
Attacks on digital signatures
Medium
A.Encrypting the sender's certificate
B.Including a nonce or timestamp
C.Using a larger public exponent
D.Shortening the message digest
Correct Answer: Including a nonce or timestamp
Explanation:
A unique nonce or a validated timestamp allows the receiver to identify an old signed request and reject it as a replay.
Incorrect! Try again.
26In DSA-, ElGamal-, or Schnorr-type signatures, what is the main consequence of reusing the same secret nonce for two different messages?
Attacks on digital signatures
Medium
A.The private signing key may be recovered
B.The hash function becomes reversible
C.The public parameters become invalid
D.The verification key changes automatically
Correct Answer: The private signing key may be recovered
Explanation:
Two signatures created with the same nonce produce related equations. An attacker can often solve those equations to recover the nonce and then the private key.
Incorrect! Try again.
27In a textbook RSA signature scheme, let , , , and the message representative be . What is the signature ?
RSA Digital signature scheme
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The signature is . Verification gives , which matches the message representative.
Incorrect! Try again.
28For textbook RSA, signatures satisfy a multiplicative relation: if signs and signs , then can sign . Which technique is designed to prevent this weakness?
RSA Digital signature scheme
Medium
A.Using secure encoding such as RSA-PSS
B.Using a smaller RSA modulus
C.Applying RSA without hashing
D.Publishing the private exponent
Correct Answer: Using secure encoding such as RSA-PSS
Explanation:
RSA-PSS applies randomized, structured encoding before the RSA operation. This removes the exploitable multiplicative structure of textbook RSA signatures.
Incorrect! Try again.
29For ElGamal signatures, let , , private key , nonce , and . Using and , what is the signature?
ElGamal Digital signature scheme
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Here, and . Thus, .
Incorrect! Try again.
30Why must the ElGamal signing nonce satisfy ?
ElGamal Digital signature scheme
Medium
A.So that is always equal to one
B.So that the public key can be encrypted
C.So that the modulus becomes composite
D.So that exists
Correct Answer: So that exists
Explanation:
The signing equation uses the inverse of modulo . This inverse exists only when and are relatively prime.
Incorrect! Try again.
31In a Schnorr signature variant, . If the same nonce is used with challenges and , which expression recovers the private key ?
Schnoor Digital signature scheme
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Subtracting the signatures gives . Multiplying by recovers .
Incorrect! Try again.
32A Schnorr scheme uses , , , and . Which verification computation reconstructs ?
Schnoor Digital signature scheme
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Since , the verifier obtains . The signature is accepted if .
Incorrect! Try again.
33In the traditional Digital Signature Standard (DSS), which pair identifies the signature algorithm and the hash operation used in the original specification?
Digital signature standards
Medium
A.RSA for signatures and MD5 for hashing
B.ElGamal for signatures and DES for hashing
C.DSA for signatures and SHA for hashing
D.Schnorr for signatures and AES for hashing
Correct Answer: DSA for signatures and SHA for hashing
Explanation:
The original DSS specified the Digital Signature Algorithm (DSA) together with a member of the Secure Hash Algorithm family.
Incorrect! Try again.
34During DSA verification, the verifier computes , , and . Which final condition indicates a valid signature?
Digital signature standards
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
DSA computes . The signature is valid when the resulting value equals .
Incorrect! Try again.
35A key distribution center gives Alice a session key and a ticket for Bob. The ticket contains the session key encrypted with Bob's long-term key. Why can Alice forward the ticket without reading it?
Symmetric key distribution
Medium
A.The ticket is protected using Alice's public verification key
B.Only Bob can decrypt the ticket using his long-term key
C.Only the key distribution center can decrypt the ticket
D.The session key is published before Alice forwards the ticket
Correct Answer: Only Bob can decrypt the ticket using his long-term key
Explanation:
The ticket is encrypted under the key shared by Bob and the key distribution center. Alice transports it, but Bob is the intended party that can decrypt it.
Incorrect! Try again.
36A system encrypts many session keys using one key-encrypting key (KEK). What is the most serious result if the KEK is compromised?
Symmetric key distribution
Medium
A.All public certificates must be regenerated
B.All session keys wrapped by that KEK are exposed
C.The underlying hash function becomes reversible
D.Only one ciphertext block becomes unreadable
Correct Answer: All session keys wrapped by that KEK are exposed
Explanation:
A KEK protects other keys rather than ordinary data. Compromising it can expose every session key encrypted or wrapped under it.
Incorrect! Try again.
37Alice and Bob perform Diffie-Hellman with , , Alice's private value , and Bob's private value . What shared value do they derive?
Symmetric key agreement
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Alice's public value is . The shared value is , which is also obtained from Bob's public value raised to .
Incorrect! Try again.
38Alice and Bob use unauthenticated Diffie-Hellman to establish a symmetric session key. Which improvement most directly protects them from a man-in-the-middle attack?
Symmetric key agreement
Medium
A.Sending both private values over the network
B.Reducing the size of the prime modulus
C.Reusing the same private values each time
D.Authenticating the exchanged public values
Correct Answer: Authenticating the exchanged public values
Explanation:
Digital signatures, certificates, or a pre-shared authentication key can bind each Diffie-Hellman value to its sender and prevent undetected substitution.
Incorrect! Try again.
39Alice receives a certificate containing Bob's identity and public key. What must Alice verify before trusting the binding?
Public-key Distribution
Medium
A.The certificate authority's signature on the certificate
B.Bob's private key stored inside the certificate
C.The hash of Alice's own public verification key
D.The symmetric session key selected by the certificate authority
Correct Answer: The certificate authority's signature on the certificate
Explanation:
A certificate authority signs the identity-to-public-key binding. Alice verifies that signature using the trusted public key of the certificate authority.
Incorrect! Try again.
40Alice downloads Bob's public key from an unauthenticated website and then compares its fingerprint with Bob over a trusted phone call. What security benefit does the comparison provide?
Public-key Distribution
Medium
A.It generates a new private key for Bob
B.It encrypts Bob's public key during transmission
C.It prevents the public key from expiring
D.It detects substitution of Bob's public key
Correct Answer: It detects substitution of Bob's public key
Explanation:
A fingerprint is a short hash-derived representation of a public key. Comparing it through a trusted channel allows Alice to detect whether an attacker substituted another key.
Incorrect! Try again.
41Which security consequence is most characteristic of an arbitrated digital signature system when compared with a direct digital signature system?
Comparison of digital signatures
Hard
A.Every participant can independently revoke another participant's public key without consulting the arbiter or a certification authority.
B.Compromise of the arbiter can undermine signature trust across many participants.
C.The sender and receiver must share a long-term symmetric signing key.
D.The receiver can validate signatures without trusting any external entity.
Correct Answer: Compromise of the arbiter can undermine signature trust across many participants.
Explanation:
An arbitrated system places operational trust in the arbiter. If that arbiter is compromised, fraudulent validations or dispute decisions may affect many users.
Incorrect! Try again.
42Alice and Bob share a MAC key, while Alice also owns a certified digital-signature key. Why can a valid MAC generally not provide the same nonrepudiation property as Alice's digital signature?
Comparison of digital signatures
Hard
A.Bob can generate the same MACs as Alice and therefore cannot prove which party created one.
B.A MAC always uses a digest shorter than the digest used by a digital signature.
C.Bob cannot verify a MAC unless Alice reveals her private signature key to him.
D.A MAC cannot detect modifications made to a message after transmission.
Correct Answer: Bob can generate the same MACs as Alice and therefore cannot prove which party created one.
Explanation:
Because both parties know the MAC key, either can generate a valid tag. A digital signature instead uses a private signing key known only to the signer.
Incorrect! Try again.
43A protocol signs JSON documents, but different implementations may reorder object members or encode numbers such as , , and differently. Which measure most directly prevents signature failures or representation-based attacks?
Process of digital signatures
Hard
A.Canonicalize the document using one unambiguous encoding before hashing.
B.Encrypt each JSON representation before computing its signature.
C.Increase the digest length while preserving each local serialization.
D.Append the signer's certificate to every unsigned JSON object.
Correct Answer: Canonicalize the document using one unambiguous encoding before hashing.
Explanation:
Signatures authenticate bytes, not abstract data structures. Canonicalization ensures that logically identical documents produce the same byte sequence and digest.
Incorrect! Try again.
44A sender requires confidentiality during transport and wants the recipient to retain a signature on the plaintext that can later be verified by a third party. Which construction best satisfies both goals?
Process of digital signatures
Hard
A.Encrypt and sign independent encodings of the message, then omit any identifier associating the ciphertext with the signed representation.
B.Encrypt the plaintext first and sign only the resulting ciphertext.
C.Sign the encryption key and transmit the plaintext without its signature.
D.Sign the plaintext, package the signature with it, and encrypt the entire package.
Correct Answer: Sign the plaintext, package the signature with it, and encrypt the entire package.
Explanation:
Sign-then-encrypt conceals both the message and signature in transit. After decryption, the recipient has a publicly verifiable signature directly bound to the plaintext.
Incorrect! Try again.
45Two ECDSA signatures use the same nonce and therefore the same . For message representatives , the signatures are and , where . Assuming the required inverses exist, which formulas recover the nonce and private key?
Attacks on digital signatures
Hard
A., then
B., then
C., then
D., then
Correct Answer: , then
Explanation:
Subtracting the two signature equations eliminates : . Once is known, rearranging reveals .
Incorrect! Try again.
46In textbook RSA verification, a pair is accepted whenever , with no hash or structured encoding. How can an attacker create an existential forgery without obtaining any signatures?
Attacks on digital signatures
Hard
A.Choose randomly and define .
B.Choose randomly and define .
C.Choose randomly and compute .
D.Choose randomly and compute .
Correct Answer: Choose randomly and define .
Explanation:
The constructed pair automatically satisfies the verification equation. Secure RSA signatures use a hash-and-encoding method such as RSA-PSS to prevent this attack.
Incorrect! Try again.
47An RSA-CRT signer produces a correct signature and, during a fault, a signature that is correct modulo one prime factor of but incorrect modulo the other. Which computation is most likely to factor ?
RSA Digital signature scheme
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
If and agree modulo exactly one of or , their difference is divisible by that prime but not the other. Thus the gcd reveals a nontrivial factor.
Incorrect! Try again.
48What is the principal cryptographic effect of the random salt in RSA-PSS?
RSA Digital signature scheme
Hard
A.It allows the verifier to reconstruct the RSA private exponent from repeated signatures.
B.It makes the encoded signature input probabilistic and tightly binds the digest to structured padding.
C.It makes RSA signing information-theoretically secure even if the modulus is factored.
D.It replaces certificate validation by embedding a complete certification path, revocation response, timestamp, and public-key identifier inside every RSA signature.
Correct Answer: It makes the encoded signature input probabilistic and tightly binds the digest to structured padding.
Explanation:
PSS randomizes and structures the encoded message before the RSA private operation. Repeated signing of the same message normally produces different signatures and avoids textbook RSA's algebraic weaknesses.
Incorrect! Try again.
49In ElGamal signatures, let , generator , private key , message representative , and nonce . Using and , which signature is produced?
ElGamal Digital signature scheme
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Since , .
Incorrect! Try again.
50Why must an ElGamal signing nonce satisfy ?
ElGamal Digital signature scheme
Hard
A.It ensures that is always a primitive root modulo .
B.It ensures that the hash value is relatively prime to the public key.
C.It ensures that exists for computing .
D.It ensures that the public key uniquely determines the private key.
Correct Answer: It ensures that exists for computing .
Explanation:
The signing equation requires multiplication by modulo . This inverse exists exactly when is relatively prime to .
Incorrect! Try again.
51Consider a Schnorr variant with private key , nonce , challenge , and response . If the same nonce is used for distinct challenges , which expression recovers ?
Schnoor Digital signature scheme
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Subtracting from gives , exposing the private key.
Incorrect! Try again.
52In a Fiat–Shamir Schnorr signature, why is the challenge normally computed as , where , rather than as alone?
Schnoor Digital signature scheme
Hard
A.Binding to permits the same nonce to be safely reused for signatures on related messages.
B.Including allows the verifier to derive the private key when a signature dispute occurs.
C.Including makes the discrete logarithm problem easy only for the intended verifier.
D.Binding to prevents an attacker from choosing a response and challenge and then back-solving a matching commitment.
Correct Answer: Binding to prevents an attacker from choosing a response and challenge and then back-solving a matching commitment.
Explanation:
The hash must bind the message and commitment together. Otherwise, the algebraic verification relation can be satisfied by selecting values in an attacker-controlled order.
Incorrect! Try again.
53In classic DSA with a -bit subgroup order and a SHA-256 message digest, how is the integer used in the signing equation normally derived from the digest?
Digital signature standards
Hard
A.By XORing the upper and lower -bit portions of the digest.
B.By taking the rightmost bits of the digest.
C.By taking the leftmost bits of the digest.
D.By reducing the entire -bit digest modulo .
Correct Answer: By taking the leftmost bits of the digest.
Explanation:
DSA uses the leftmost bits, where is the bit length of . For a -bit , this gives the leftmost digest bits.
Incorrect! Try again.
54A DSA implementation replaces random nonces with deterministic nonces derived from the private key and message digest, as in RFC 6979. Which statement best describes the resulting security improvement?
Digital signature standards
Hard
A.It makes signatures secure even if the private key is publicly disclosed.
B.It prevents failures caused by weak nonce randomness but does not inherently stop side-channel leakage.
C.It permits nonce reuse across different messages without exposing the private key.
D.It removes the need to validate the public key and domain parameters.
Correct Answer: It prevents failures caused by weak nonce randomness but does not inherently stop side-channel leakage.
Explanation:
Deterministic generation avoids biased, repeated, or predictable RNG-generated nonces. Implementations must still resist timing, power, cache, and fault attacks.
Incorrect! Try again.
55A KDC distributes a session key by sending Alice a copy encrypted under her long-term key and Bob a copy encrypted under . An attacker later compromises and has recorded Alice's old KDC messages. What is the main consequence?
Symmetric key distribution
Hard
A.Past session keys in Alice's recorded KDC ciphertexts may be recovered, so the design lacks forward secrecy.
B.Bob's long-term key is immediately computable from the recorded copy intended for Alice.
C.Only future session keys can be recovered because old KDC ciphertexts expire cryptographically.
D.The KDC's master database remains secure because session keys are independent random values.
Correct Answer: Past session keys in Alice's recorded KDC ciphertexts may be recovered, so the design lacks forward secrecy.
Explanation:
Recorded session-key deliveries encrypted under become readable after is compromised. Random session keys alone do not provide forward secrecy when they are transported under long-term keys.
Incorrect! Try again.
56A storage system encrypts each large object under a random data-encryption key and wraps those keys under a key-encryption key. What is the major operational advantage when the key-encryption key is rotated?
Symmetric key distribution
Hard
A.Every data-encryption key becomes mathematically independent of the random generator that created it.
B.All encrypted objects automatically gain forward secrecy without changing any wrapped key.
C.The old key-encryption key can remain public because it never directly encrypted application data.
D.Only the data-encryption keys need to be unwrapped and rewrapped; bulk ciphertext need not be re-encrypted.
Correct Answer: Only the data-encryption keys need to be unwrapped and rewrapped; bulk ciphertext need not be re-encrypted.
Explanation:
Envelope encryption separates bulk encryption from key management. Rotation can update the small wrapped keys rather than processing all stored application data.
Incorrect! Try again.
57Alice and Bob share a high-entropy PSK and run ephemeral Diffie–Hellman, authenticating the complete transcript with MACs under keys derived from the PSK and DH secret. If the PSK is compromised only after the session and both ephemeral exponents were erased, what property can the session key retain?
Symmetric key agreement
Hard
A.Information-theoretic secrecy against an attacker with unlimited computation.
B.Forward secrecy, assuming the Diffie–Hellman problem remains hard.
C.Anonymity from Bob, because the MAC hides Alice's participation.
D.Nonrepudiation, because the transcript MAC uniquely identifies Alice.
Correct Answer: Forward secrecy, assuming the Diffie–Hellman problem remains hard.
Explanation:
Later PSK compromise lets an attacker authenticate old transcripts but does not reveal the erased ephemeral DH secret. A high-entropy PSK and authenticated transcript also prevent active attacks during the run.
Incorrect! Try again.
58What additional assurance does explicit key confirmation provide beyond implicit key authentication in a symmetric key-agreement protocol?
Symmetric key agreement
Hard
A.It converts the session key into a publicly verifiable signature key.
B.It proves that the peer's long-term secret has never been copied.
C.It guarantees that no future compromise can reveal the session key.
D.It demonstrates that the peer actually computed the same session key.
Correct Answer: It demonstrates that the peer actually computed the same session key.
Explanation:
Implicit authentication indicates who could possess the key. Explicit confirmation adds protocol evidence, usually a MAC over the transcript, that the peer actually derived it.
Incorrect! Try again.
59A server certificate has a valid signature chain to a trusted root and is within its validity period. However, an intermediate CA certificate contains a critical name constraint excluding the server's DNS namespace. What should a conforming path validator do?
Public-key Distribution
Hard
A.Accept the certificate because root trust overrides intermediate constraints.
B.Accept the certificate if its public key has at least bits.
C.Ignore the constraint after checking revocation, certificate transparency, the server's cipher-suite preferences, and possession of the corresponding private key.
D.Reject the certificate because the certified name violates a critical path constraint.
Correct Answer: Reject the certificate because the certified name violates a critical path constraint.
Explanation:
Valid signatures alone do not make a certificate path acceptable. Critical name constraints restrict which namespaces an intermediate CA may certify and must be enforced.
Incorrect! Try again.
60A client uses trust on first use by storing the public-key fingerprint observed during its first connection and rejecting later changes. Which risk remains inherent in this method?
Public-key Distribution
Hard
A.The legitimate server can never rotate its key through an authenticated update.
B.A collision-resistant fingerprint cannot detect changes to the encoded public key.
C.Any later network observer can derive the private key from the stored fingerprint.
D.An attacker controlling the first connection can establish the attacker's key as the trusted key.
Correct Answer: An attacker controlling the first connection can establish the attacker's key as the trusted key.
Explanation:
Trust on first use detects unexpected key changes after initial pinning, but the first exchange is unauthenticated and therefore vulnerable to a first-connection man-in-the-middle attack.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →