SY0-301 · Question #226
Users need to exchange a shared secret to begin communicating securely. Which of the following is another name for this symmetric key?
The correct answer is A. Session Key. A session key is a temporary symmetric key generated and shared between two parties to encrypt a single communication session. It is negotiated at the start of a secure session and discarded afterward.
Question
Users need to exchange a shared secret to begin communicating securely. Which of the following is another name for this symmetric key?
Options
- ASession Key
- BPublic Key
- CPrivate Key
- DDigital Signature
How the community answered
(21 responses)- A90% (19)
- C5% (1)
- D5% (1)
Why each option
A session key is a temporary symmetric key generated and shared between two parties to encrypt a single communication session. It is negotiated at the start of a secure session and discarded afterward.
A session key is a short-lived symmetric key that both communicating parties share to encrypt and decrypt data during a session, providing confidentiality for that specific exchange. Symmetric keys are computationally efficient for bulk data encryption compared to asymmetric algorithms. Session keys are often established using asymmetric key exchange mechanisms such as RSA or Diffie-Hellman, then used for symmetric encryption like AES for the rest of the session.
A public key is part of an asymmetric key pair and is shared openly, used to encrypt data or verify signatures, but it is not a shared secret used for symmetric encryption.
A private key is the secret component of an asymmetric key pair kept only by its owner, used for decryption or signing, not for establishing a shared symmetric session.
A digital signature is a cryptographic value produced by signing data with a private key to prove authenticity and integrity, not a key used for encrypting session traffic.
Concept tested: Session key as shared symmetric secret
Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/cryptographic-keys
Topics
Community Discussion
No community discussion yet for this question.