nerdexam
CompTIA

SY0-501 · Question #537

When sending messages using symmetric encryption, which of the following must happen FIRST?

The correct answer is C. Agree on an encryption method. When utilizing symmetric encryption for message transmission, the initial and most fundamental step is for both communicating parties to mutually agree upon the specific encryption algorithm or method to be used.

Submitted by alyssa_d· Mar 4, 2026General security concepts

Question

When sending messages using symmetric encryption, which of the following must happen FIRST?

Options

  • AExchange encryption key
  • BEstablish digital signatures
  • CAgree on an encryption method
  • DInstall digital certificates

How the community answered

(50 responses)
  • A
    6% (3)
  • B
    2% (1)
  • C
    82% (41)
  • D
    10% (5)

Why each option

When utilizing symmetric encryption for message transmission, the initial and most fundamental step is for both communicating parties to mutually agree upon the specific encryption algorithm or method to be used.

AExchange encryption key

Exchanging the encryption key must happen after an encryption method has been agreed upon, as the key's properties and usage are determined by the chosen algorithm.

BEstablish digital signatures

Establishing digital signatures provides authenticity and integrity, which is a separate cryptographic goal from the confidentiality offered by symmetric encryption and is not a prerequisite for it.

CAgree on an encryption methodCorrect

Before any data can be encrypted or decrypted using symmetric keys, both communicating parties must first agree on the specific symmetric encryption algorithm (the 'method') they will employ, such as AES or Triple DES. This agreement is foundational because the chosen algorithm dictates the properties of the shared secret key and the precise steps for transformation, making it a prerequisite for all subsequent cryptographic operations.

DInstall digital certificates

Installing digital certificates is primarily associated with public key infrastructure (PKI) and asymmetric encryption for identity verification or secure key exchange, not as the direct first step for symmetric encryption itself.

Concept tested: Symmetric encryption process prerequisites

Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/symmetric-encryption

Topics

#symmetric encryption#key exchange#encryption methods#cryptography

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice