How can I store sensitive client user information in my backend without having the ability to decode data? But the user can request this data from backend on another client and can decode data.
For example, lets assume a backend and 2 clients. Client 1 can send data to Client 2 but the communication is async and the backend has to store this data. But the backend has to assure client users that it has no intention on reading the data and no ability to decode this data.