A single line user story
The communication from the client to server should be encrypted end-to-end
Details about the user story
Initial thought is to use a Public Key Private Key Pair. The Server will have the private key and the client will encrypt using the public key
Definition of Done
A well-researched pseudocode for end-to-end encryption should be available in the wiki
Additional Comments/Suggestions/Considerations if any
A single line user story The communication from the client to server should be encrypted end-to-end
Details about the user story Initial thought is to use a Public Key Private Key Pair. The Server will have the private key and the client will encrypt using the public key
Definition of Done A well-researched pseudocode for end-to-end encryption should be available in the wiki
Additional Comments/Suggestions/Considerations if any