Open deknos opened 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.
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.
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)?