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. Linux server

    2024-06-11 10:42:03       11 阅读
  2. sql server

    2024-06-11 10:42:03       10 阅读
  3. APM Server监控

    2024-06-11 10:42:03       40 阅读
  4. SQL Server事务(Transaction)

    2024-06-11 10:42:03       35 阅读
  5. Linux Server Quick Command

    2024-06-11 10:42:03       40 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-06-11 10:42:03       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-11 10:42:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-11 10:42:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-11 10:42:03       18 阅读

热门阅读

  1. Python实现Stack

    2024-06-11 10:42:03       11 阅读
  2. Git实际应用场景分析

    2024-06-11 10:42:03       13 阅读
  3. .net core webapi跨域

    2024-06-11 10:42:03       7 阅读
  4. 云计算 目录

    2024-06-11 10:42:03       9 阅读
  5. React@16.x(22)HOOK,useState 的原理

    2024-06-11 10:42:03       13 阅读
  6. 【Redis】Redis的数据淘汰策略有哪些

    2024-06-11 10:42:03       10 阅读
  7. SQL的执行顺序

    2024-06-11 10:42:03       7 阅读
  8. Web前端与PHP:深度解析与未来展望

    2024-06-11 10:42:03       11 阅读
  9. 特别名词Test Paper3

    2024-06-11 10:42:03       9 阅读
  10. 微信小程序真机调试连不上

    2024-06-11 10:42:03       7 阅读