CCSP · Question #344
Cryptographic keys for encrypted data stored in the cloud should be ______________. Response:
The correct answer is B. Not stored with the cloud provider. For enhanced security and control over encrypted data in the cloud, cryptographic keys should ideally be managed and stored separately from the data by the customer, not by the cloud provider.
Question
Cryptographic keys for encrypted data stored in the cloud should be ______________. Response:
Options
- AAt least 128 bits long
- BNot stored with the cloud provider
- CSplit into groups
- DGenerated with redundancy
How the community answered
(18 responses)- B94% (17)
- C6% (1)
Why each option
For enhanced security and control over encrypted data in the cloud, cryptographic keys should ideally be managed and stored separately from the data by the customer, not by the cloud provider.
While 128 bits is a common minimum recommended length for symmetric keys, key length alone does not address the critical security concern of key management and storage location.
Storing cryptographic keys with the cloud provider introduces a single point of failure and potential for compromise if the provider's systems are breached. By managing keys externally, such as through a customer-controlled Hardware Security Module (HSM) or a Bring Your Own Key (BYOK) model, organizations retain exclusive control over their encryption keys, significantly enhancing data security and compliance.
Splitting keys into groups for different data sets is a key management practice, but it's secondary to the fundamental principle of not co-locating keys with the encrypted data at the provider.
Generating keys with redundancy is important for availability and disaster recovery of the keys themselves, but it does not address the security concern of where the keys are stored relative to the encrypted data.
Concept tested: Cloud key management best practices
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview#key-management-in-the-cloud
Topics
Community Discussion
No community discussion yet for this question.