awslabs / git-remote-s3

Apache License 2.0
468 stars 8 forks source link

Support for clientside encryption #2

Open deknos opened 3 weeks ago

deknos commented 3 weeks 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 3 weeks 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 3 weeks 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.