简体   繁体   中英

Amazon S3 File Encryption

I am developing a project which requires video file encryption. I am familiar with AWS S3 so I have decided to use the same. I found the link Reference Link

Which says we need to provide our encryption key to to encrypt the data and AWS takes care of the data writing and we can access the file again by passing the same encryption key.

I want to know from where should I generate the encryption key?

You're looking at the "customer-provided encryption keys" section. In that case, you provide the encryption key.

If you don't want to, or know how to, manage your own keys, you should use S3-managed encryption keys or (even better) KMS-managed encryption keys .

For even more safety, client-side encryption is nice.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM