nerdexam
EC-Council

312-50V12 · Question #176

You work as a cloud security specialist at SkyNet Solutions. One of your clients is a healthcare organization that plans to migrate its electronic health record (EHR) system to the cloud. This system

The correct answer is D. Use client-side encryption and manage encryption keys independently of the CSP.. To prevent a cloud service provider (CSP) from decrypting sensitive data, the most suitable strategy is client-side encryption with independently managed keys.

Submitted by takeshi77· Mar 4, 2026Cloud Computing

Question

You work as a cloud security specialist at SkyNet Solutions. One of your clients is a healthcare organization that plans to migrate its electronic health record (EHR) system to the cloud. This system contains highly sensitive personal and medical data. As part of your job, you need to ensure the security and privacy of this data while it is being transferred and stored in the cloud. You recommend that data should be encrypted during transit and at rest. However, you also need to ensure that even if a cloud service provider(CSP) has access to encrypted data, they should not be able to decrypt it. Which of the following would be the most suitable strategy to meet this requirement?

Options

  • ARely on network-level encryption protocols for data transfer.
  • BUse SSL/TLS for data transfer and allow the CSP to manage encryption keys.
  • CUtilize the CSP's built-in data encryption services.
  • DUse client-side encryption and manage encryption keys independently of the CSP.

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    19% (6)
  • C
    9% (3)
  • D
    66% (21)

Why each option

To prevent a cloud service provider (CSP) from decrypting sensitive data, the most suitable strategy is client-side encryption with independently managed keys.

ARely on network-level encryption protocols for data transfer.

Relying solely on network-level encryption protects data in transit but does not address data at rest, nor does it inherently prevent a CSP with infrastructure access from potentially decrypting traffic or stored data if they manage the encryption keys or infrastructure components.

BUse SSL/TLS for data transfer and allow the CSP to manage encryption keys.

Allowing the CSP to manage encryption keys directly contradicts the core requirement that the CSP should not be able to decrypt the data, as key access inherently grants decryption capability.

CUtilize the CSP's built-in data encryption services.

While CSPs offer built-in data encryption services, these often involve the CSP managing or having access to the encryption keys, which would allow them to decrypt the data and thus fail to meet the strict requirement for CSP non-decryption.

DUse client-side encryption and manage encryption keys independently of the CSP.Correct

Client-side encryption ensures data is encrypted before it leaves the client's control and is transmitted or stored with the CSP. Managing encryption keys independently means the CSP never possesses the decryption keys, thereby preventing them from accessing the plaintext data and meeting the stringent confidentiality requirement.

Concept tested: Client-side encryption and independent key management for data confidentiality

Source: https://learn.microsoft.com/en-us/purview/data-encryption-client-side-encryption

Topics

#cloud security#data encryption#client-side encryption#key management

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice