Client-side encryption of data, but the server can also add data without reading stored data
For a new application I’d like to store messages for each user’s account on a centralized server.
The user accesses the application through a SPA javascript web app through their browser.
These messages:
Should be unreadable by the server… Continue reading Client-side encryption of data, but the server can also add data without reading stored data