Add some form of encryption to messages
TheRustyPickle opened this issue · 0 comments
TheRustyPickle commented
Goals:
- The server should not know what message was communicated
- All sent messages should be encrypted with the receiver's key so it can be decrypted from the other side
- All encryption decryption must happen on the GUI side