universalturtles / Lisibilite

Repo for maintaining the code base for hybrid readability index application called Lisibilite
MIT License
4 stars 3 forks source link

[STORY]: End-to-end encryption using KeyPair #9

Open ats0stv opened 5 years ago

ats0stv commented 5 years ago

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