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/

相关推荐
汤愈韬2 天前
hcip-security_防火墙高可靠技术4—双机热备结合NAT
网络·网络协议·网络安全·security
fobwebs2 天前
Wordpress网站使用siteground security optimizer 及 translatepress多语言插件的翻译问题
security·optimizer·translatepress
曲幽5 天前
你的Agent API还在裸奔?从认证到沙箱,我用FastAPI搭了几道防线
python·fastapi·web·security·jwt·oauth2·limit·sandbox·ai agent
汤愈韬9 天前
防火墙主备备份的非VRRP的三种模式
网络·网络安全·security
汤愈韬19 天前
Full Cone NAT、行为模式
网络·网络协议·网络安全·security
汤愈韬20 天前
三种常用 NAT 的经典案例
网络协议·网络安全·security
汤愈韬20 天前
NAT Server 与目的Nat
网络·网络协议·网络安全·security
汤愈韬1 个月前
防火墙双机热备
网络协议·网络安全·security
汤愈韬1 个月前
防火墙双机热备之VRRP
网络·网络协议·security