210-250 · Question #176
What is the primary purpose for using an encryption algorithm on a message?
The correct answer is B. confidentiality. Encryption is used primarily to ensure that only authorized parties can read a message, which is the definition of confidentiality.
Question
What is the primary purpose for using an encryption algorithm on a message?
Options
- Aauthentication
- Bconfidentiality
- Cavailability
- Dintegrity
How the community answered
(59 responses)- A2% (1)
- B92% (54)
- C2% (1)
- D5% (3)
Why each option
Encryption is used primarily to ensure that only authorized parties can read a message, which is the definition of confidentiality.
Authentication verifies identity and is achieved through mechanisms like digital signatures or certificates, not encryption alone.
Confidentiality is the core goal of encryption - it transforms plaintext into an unreadable form so that unauthorized parties cannot access the original message content. Encryption algorithms use keys to scramble data, ensuring only parties with the correct decryption key can recover the original plaintext.
Availability refers to ensuring systems and data are accessible when needed, which is addressed by redundancy and uptime strategies, not encryption.
Integrity ensures data has not been altered in transit and is typically achieved using hashing or MACs, not encryption algorithms.
Concept tested: Primary purpose of encryption for confidentiality
Source: https://csrc.nist.gov/glossary/term/confidentiality
Topics
Community Discussion
No community discussion yet for this question.