Courseiva
Question 120 of 968
easyMultiple ChoiceObjective-mapped

CAS-004 Practice Question: Needs to implement a solution that provides both…

A security engineer needs to implement a solution that provides both confidentiality and integrity for data at rest. Which cryptographic method BEST meets these requirements?

⚠ Common exam trap

Candidates often confuse integrity-only tools like SHA-256 or key exchange protocols like Diffie-Hellman with solutions that provide both confidentiality and integrity, overlooking that GCM is an authenticated encryption mode specifically designed for this dual purpose.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

AES-256-GCM

AES-256-GCM is correct because it provides both confidentiality (via AES encryption) and integrity (via Galois/Counter Mode authentication tag). GCM is an authenticated encryption mode that ensures data at rest remains both secret and tamper-proof, meeting the dual requirement directly.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • AES-256-GCM

    Why this is correct

    AES-256-GCM provides both encryption and authentication, satisfying confidentiality and integrity requirements.

  • SHA-256

    Why it's wrong here

    SHA-256 is a cryptographic hash function that provides integrity but not confidentiality.

  • Diffie-Hellman

    Why it's wrong here

    Diffie-Hellman is a key exchange protocol, not used for data at rest.

  • RSA-2048

    Why it's wrong here

    RSA is asymmetric encryption; it does not provide data integrity natively.

Quick reference

Symmetric Encryption Algorithm Comparison

AlgorithmKey SizeBlock SizeStatusNotes
AES-128128-bit128-bitCurrent standardNIST approved; WPA3, TLS
AES-256256-bit128-bitCurrent standardPreferred for sensitive / govt data
3DES112-bit effective64-bitDeprecated (2023)Replaced by AES
DES56-bit64-bitBrokenCracked in < 24 h; never deploy
ChaCha20256-bitStream cipherCurrentTLS 1.3, WireGuard

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jul 4, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CAS-005 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CAS-005 exam.