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/

相关推荐
汤愈韬1 天前
四种 NAT 类型详解|透彻理解 NAT 穿越原理(全锥 / 受限锥 / 端口受限锥 / 对称 NAT)
网络·网络协议·安全·网络安全·security
汤愈韬7 天前
IPSec工作原理——TK
网络·网络协议·网络安全·security
汤愈韬10 天前
IP安全 SEC VPN_2
网络·网络协议·安全·网络安全·security
汤愈韬11 天前
IP安全 SEC VPN_1_IA阶段各种名词讲解
网络·网络协议·安全·网络安全·security
汤愈韬14 天前
hcip-security_防火墙高可靠技术4—双机热备结合NAT
网络·网络协议·网络安全·security
fobwebs14 天前
Wordpress网站使用siteground security optimizer 及 translatepress多语言插件的翻译问题
security·optimizer·translatepress
曲幽17 天前
你的Agent API还在裸奔?从认证到沙箱,我用FastAPI搭了几道防线
python·fastapi·web·security·jwt·oauth2·limit·sandbox·ai agent
汤愈韬21 天前
防火墙主备备份的非VRRP的三种模式
网络·网络安全·security
汤愈韬1 个月前
Full Cone NAT、行为模式
网络·网络协议·网络安全·security