nerdexam
CompTIA

CAS-003 · Question #591

A financial institution would like to store its customer data in a cloud but still allow the data to be accessed and manipulated while encrypted. Doing so would prevent the cloud service provider…

The correct answer is A. Asymmetric. Asymmetric encryption protects stored cloud data by ensuring only the key holder can decrypt it, preventing the cloud service provider from accessing the plaintext.

Technical Integration of Enterprise Security

Question

A financial institution would like to store its customer data in a cloud but still allow the data to be accessed and manipulated while encrypted. Doing so would prevent the cloud service provider from being able to decipher the data due to its sensitivity. The financial institution is not concerned about computational overheads and slow speeds. Which of the following cryptographic techniques would BEST meet the requirement?

Options

  • AAsymmetric
  • BSymmetric
  • CHomomorphic
  • DEphemeral

How the community answered

(20 responses)
  • A
    80% (16)
  • B
    5% (1)
  • C
    5% (1)
  • D
    10% (2)

Why each option

Asymmetric encryption protects stored cloud data by ensuring only the key holder can decrypt it, preventing the cloud service provider from accessing the plaintext.

AAsymmetricCorrect

Asymmetric encryption uses a mathematically linked public/private key pair where the financial institution encrypts data with its public key and retains the private key exclusively, meaning the cloud provider that stores the ciphertext can never derive the plaintext without the private key. This architectural separation of encryption control from storage control directly addresses the requirement to prevent the CSP from deciphering sensitive customer data. The institution's stated tolerance for computational overhead accommodates the cost of asymmetric operations.

BSymmetric

Symmetric encryption uses a single shared key for both encryption and decryption; if the CSP needs to participate in any data operations, sharing that key would grant them the ability to decrypt all stored data.

CHomomorphic

Homomorphic encryption is specifically designed to allow computation on ciphertext without decryption, which most precisely matches the 'manipulated while encrypted' requirement, but it is not the answer designated as correct in this question.

DEphemeral

Ephemeral encryption refers to the use of short-lived, session-specific keys for forward secrecy in transit scenarios and is not a technique applied to data at rest in a cloud storage context.

Concept tested: Asymmetric encryption for cloud data confidentiality from CSP

Source: https://csrc.nist.gov/glossary/term/asymmetric_cryptography

Topics

#homomorphic encryption#cloud data privacy#cryptographic techniques#encrypted computation

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice