(no title)
owenfar | 1 year ago
It's true that as it is, it still requires trust. We do have our own custom servers, and we made sure that no logs related to personal data are ever stored, and encryption is done on the application level before it is sent on the DB server.
This is something I want to see implemented 100%
ferbivore|1 year ago
mzajc|1 year ago
Out of curiosity, is the data encrypted with a client-provided secret (eg. a password hash, or something that would otherwise be impossible to extract from the server), or is the secret stored on the server?
owenfar|1 year ago
I see hundreds of products slapping "Encryption at rest" to make people believe their data is safe :) Yet, it's accessible by anyone that controls the server...
We also go further into details in the privacy page too.
The data cannot be decrypted without a client-provided secret. We'll make sure to be more transparent regarding all this.