SupertigerDev / nertivia-client-ts

Recreating Nertivia client more efficiently using typescript. Nertivia is a web chat app.
https://nertivia.net
GNU General Public License v3.0
24 stars 25 forks source link

E2EE #10

Open w3bb opened 3 years ago

w3bb commented 3 years ago

Protocols worth considering:

Practically it would make sense for DMs and small guilds to be encrypted, with bigger guilds unencrypted (although it would be a plus if it were)

w3bb commented 3 years ago

I'll also add that it should be as simple as possible to manage. Signal makes it very simple, such that you don't even notice the key management going on.

SupertigerDev commented 3 years ago

as nertivia is just a fun project, i wanna make my own protocols using websocket n stuff, sorry :/ i wanna learn