Server-side encryption (SSE)

Simply put

Server-side encryption (SSE) is a method of encrypting data at rest on

a server or storage system. SSE ensures that data is encrypted before

it's stored on the server, thereby protecting it from unauthorized

access.


There are typically three variants of SSE:

  • SSE-S3 (Server-Side Encryption with Amazon S3): This is offered by AWS for objects stored in Amazon S3 (Simple Storage Service). With SSE-S3, Amazon S3 manages the encryption keys, providing an easy-to-use solution for encrypting data stored in S3 buckets.

  • SSE-KMS (Server-Side Encryption with AWS Key Management Service): With SSE-KMS, the keys used for encryption are managed through AWS Key Management Service (KMS). This provides additional security and control over the encryption keys, allowing for more granular access management and audit capabilities.

  • SSE-C (Server-Side Encryption with Customer-Provided Keys): SSE-C allows customers to provide their own encryption keys, which are used to encrypt and decrypt data stored in the cloud. With SSE-C, the cloud storage provider handles the encryption and decryption process, but the keys are managed by the customer, providing greater control over data security.


See

https://www.learnaws.org/2022/10/09/aws-s3-server-side-encryption/

相关推荐
indexsunny2 天前
互联网大厂Java面试实战:从Spring Boot到微服务架构的深度解析
java·spring boot·spring cloud·kafka·prometheus·security·microservices
没有bug.的程序员5 天前
撕裂微服务网关的认证风暴:Spring Security 6.1 与 JWT 物理级免登架构大重构
java·spring·微服务·架构·security·jwt
汤愈韬11 天前
OSPF考题
网络·网络协议·网络安全·security
汤愈韬11 天前
Stub区域应用、Totally Stub区域应用、NSSA区域应用和NSSA LSA详解
网络·网络协议·网络安全·security
汤愈韬11 天前
各类LSA的解析(一二三类LSA)
网络·网络协议·网络安全·security
indexsunny1 个月前
互联网大厂Java求职面试实战:基于电商场景的技术问答及解析
java·spring boot·redis·kafka·security·microservices·面试指导
汤愈韬2 个月前
DHCP Server服务器拒绝攻击、DHCP Server服务器拒绝攻击防范、端口安全
网络协议·网络安全·security
IT 行者2 个月前
Spring Security 7 响应头配置完全指南
java·后端·spring·security
汤愈韬2 个月前
串讲实验_弹性网络
网络协议·security