awslabs / git-remote-s3

Apache License 2.0
492 stars 9 forks source link

Support for clientside encryption #2

Open deknos opened 1 month ago

deknos commented 1 month ago

Hello, i just wanted to know, because this is hugely interesting to me, is there any plan on clientside encryption, be it assymmetric (rsa/ecc) or symmetric (aes)?

massi-ang commented 1 month ago

Hi @deknos, can you elaborate on the need to have client side encryption and how the encryption keys would be handled and shared between different client working on the same repo?

This project currently support server side encryption with customer keys.

deknos commented 1 month ago

Why i want client-side-encryption? Because i do not want the service to know my data.

Encryption Keys would be handled out-of-band. The people accessing the Repository have to care about it.