|
|
|
|
|
by harshitaneja
1405 days ago
|
|
I am not sure how would that prevent them having access to the key and subsequently the data? Is there any platform which implements what you are suggesting and prevents the platform access to the data on a web application? Genuinely asking as I would love to implement something for my customers which gives them control over their data while it resides on my servers. |
|
The server only serves encrypted data that gets decoded in the browser.
The primary usability problem for that approach is that there’s no way to recover the data (messages) if the user ever forgets the keys passphrase.
Another problem is that all of the rendering that uses such encrypted data needs to happen client side in JS, WASM or similar.