nerdexam
Isaca

CDPSE · Question #27

Which of the following is the BEST method to ensure the security of encryption keys when transferring data containing personal information between cloud applications?

The correct answer is B. Asymmetric encryption. Asymmetric encryption (public-key cryptography) is the best choice for securely transferring encryption keys between cloud applications because it solves the key distribution problem: a sender encrypts the data (or a session key) with the recipient's public key, and only the reci

Privacy Architecture

Question

Which of the following is the BEST method to ensure the security of encryption keys when transferring data containing personal information between cloud applications?

Options

  • AWhole disk encryption
  • BAsymmetric encryption
  • CDigital signature
  • DSymmetric encryption

How the community answered

(54 responses)
  • A
    15% (8)
  • B
    72% (39)
  • C
    9% (5)
  • D
    4% (2)

Explanation

Asymmetric encryption (public-key cryptography) is the best choice for securely transferring encryption keys between cloud applications because it solves the key distribution problem: a sender encrypts the data (or a session key) with the recipient's public key, and only the recipient's private key can decrypt it. The private key never needs to be transmitted. Symmetric encryption uses the same key for encryption and decryption, creating the challenge of how to securely share that key in the first place. Whole disk encryption protects data at rest, not in transit. Digital signatures provide integrity and non-repudiation but do not encrypt data or protect key confidentiality.

Topics

#Asymmetric Encryption#Key Management#Cloud Data Security#Data Transfer

Community Discussion

No community discussion yet for this question.

Full CDPSE Practice