
Answer-first summary for fast verification
Answer: Utilize TLS for data in transit and server-side encryption with customer-managed keys for data at rest.
1. **Utilize TLS for data in transit**: Transport Layer Security (TLS) is a cryptographic protocol designed to secure communications over a network. It encrypts data transmitted between servers and clients, safeguarding sensitive information from interception or alteration during transit. 2. **Server-side encryption with customer-managed keys for data at rest**: This method involves encrypting data before it's stored, with the company retaining control over the encryption keys. This ensures that only authorized personnel can access the data, enhancing security for stored information. Combining TLS for data in transit with server-side encryption and customer-managed keys for data at rest meets industry standards, providing comprehensive protection for the company's data platform.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
For a company mandated to encrypt data both at rest and in transit within their data platform, which combination of technologies and strategies ensures adherence to industry-standard security protocols?
A
Apply AES-256 encryption for data at rest only, assuming data in transit is secure within a private network.
B
Use platform default encryption settings for both data at rest and in transit without additional configurations.
C
Utilize TLS for data in transit and server-side encryption with customer-managed keys for data at rest.
D
Rely on built-in database encryption for data at rest and VPN tunnels for data in transit.
No comments yet.