From the course: Modern Cloud Security: Shift-Left, Observability, and Automated Defense
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Encryption at rest: Techniques and tools
From the course: Modern Cloud Security: Shift-Left, Observability, and Automated Defense
Encryption at rest: Techniques and tools
- [Instructor] In this video, we're diving into encryption at rest, the techniques and tools that keep your stored data safe in the cloud. Regardless of talking about databases, files, or virtual machines, encryption at rest ensures that even if someone gains physical access to your storage devices, they can't read your data without the keys. Let's walk through how this works in practice across Azure, GCP, and AWS. First, application-level encryption. This is the strongest layer of protection because you encrypt data before it even reaches the cloud. For example, if your app handles credit card numbers, encrypt those fields using keys you control. In Azure, use Azure Key Vault to store encryption keys. Pair it with the Azure Storage client-side encryption library to encrypt data in your app code before saving it to Blob Storage. For instance, in a .NET app, use the Azure Key Vault SDK to fetch a key from Key Vault and encrypt data locally. In the GCP universe, Cloud Key Management…
Contents
-
-
-
-
-
(Locked)
Data classification and governance1m 29s
-
(Locked)
Establishing data governance policies5m 6s
-
(Locked)
Compliance considerations for data handling4m 21s
-
(Locked)
Encryption strategies4m 42s
-
(Locked)
Encryption at rest: Techniques and tools4m 20s
-
Encryption in transit: Securing data during transfer2m 31s
-
(Locked)
Designing effective backup strategies3m 36s
-
(Locked)
Disaster recovery planning in the cloud3m 39s
-
(Locked)
DLP policies to prevent unauthorized data access4m 3s
-
(Locked)
Monitoring and responding to DLP alerts4m 9s
-
(Locked)
-
-
-
-
-
-