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.
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)- A80% (16)
- B5% (1)
- C5% (1)
- D10% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.