AWS Customer Key Encryption
DISCLAIMER: Image is generated using ChatGPT. 1. Introduction 2. Customer Provided Keys (SSE-C) 3. Using aws 4. Using Python 5. Using Perl Introduction Continuing the blog series on AWS encryption, this post focuses on Server-Side Encryption using Customer-Provided Keys. Previously, I covered the other two types of Server-Side Encryption i.e. S3 Encryption and KMS Encryption. In this type of encryption, customer generates and manages the encryption key. AWS does not store customer keys, they must be provided with every API request.
Continue Reading