-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PGP encryption for messages #246
Comments
What about a external chat system, where chat is not sent through the server, but is rather E2EE and sent through a HTTP (or HTTPS) service? (HTTP would be acceptable due to the PGP cryptography) |
I mean having a external chat server is also a very cool idea and would fix a lot of problems like spamming and such although its always cool to have a sort of POC to show that PGP over Minecraft chat servers is possible, but in all honesty, having a separate server to send messages to or a P2P type idea are the best bet for not being spied on by Mojang/Microsoft. |
To add, you could also have a server for this implemented in the mod, it could potentially run on the UDP port with the same number the Minecraft server's TCP port was using (some server hosts allow you to use the UDP port with the same number that Minecraft's TCP port is) |
Idea
Honestly I believe that with the addition of encryption PGP should be added as a sort of option, it would allow for certain users with public keys to decrypt messages sent by one person, of course the output would be quite large but it should be possible to shorten outputs with GZIP or other compression methods.
Reasoning
I believe that feature would allow for more clear communication and secure communication due to the combination of public and private keys
Other Information
No response
The text was updated successfully, but these errors were encountered: