SY0-701 · Question #641
Which of the following cryptographic solutions is used to hide the fact that communication is occurring?
The correct answer is A. Steganography. Steganography is the practice of concealing the existence of a message by hiding it within another file (image, audio, video, or text), so that outside observers don't even know communication is taking place - this is distinct from encryption, which hides the content but not…
Question
Which of the following cryptographic solutions is used to hide the fact that communication is occurring?
Options
- ASteganography
- BData masking
- CTokenization
- DPrivate key
How the community answered
(37 responses)- A89% (33)
- B3% (1)
- C3% (1)
- D5% (2)
Explanation
Steganography is the practice of concealing the existence of a message by hiding it within another file (image, audio, video, or text), so that outside observers don't even know communication is taking place - this is distinct from encryption, which hides the content but not the fact of communication.
Why the distractors are wrong:
- B. Data masking obscures sensitive data values (e.g., replacing SSNs with Xs) to protect privacy in non-production environments - it doesn't hide communication.
- C. Tokenization replaces sensitive data with a surrogate token for storage/transmission security - again, the communication itself is still visible.
- D. Private key is a component of asymmetric cryptography used for encryption/decryption - it protects message content, not the existence of the message.
Memory tip: Think of the Greek roots - steganos (covered/hidden) + graphia (writing) = "hidden writing." If you need to hide that a secret even exists, reach for steganography; if you need to hide what the secret says, reach for encryption.
Topics
Community Discussion
No community discussion yet for this question.