Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

332
Views
How to get encrypted object data in Amazon S3 - SSE-CPK?


I just begin Amazon S3 for my project. It has nice Server Side Encryption function.
I have used Customer Provide Key to upload/download with my own key.
It's fine. But sometime i need to get raw data (encrypted data) by request without algorithm and key.
But it response error.
So i want to firgure out a way to solve my problem.
Thanks for your help !

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Why? If AWS exposed raw data, it could be used to break encryption. SSE is not provided to secure data externally to AWS. Exposing raw data puts your customer's keys and data at risk of being compromised by brute force decryption techniques.

Server-side encryption is about data encryption at rest—that is, Amazon S3 encrypts your data at the object level as it writes it to disks in its data centers and decrypts it for you when you access it.

http://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html

Caution

If you lose the encryption key any GET request for an object without its encryption key will fail, and you lose the object.

http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!