anon5
anon5
> ### Solution to the display problem > > Parse strings client side for a custom escape sequence followed by the ID of a specific virtual key. Replace it with...
> > Always display the virtual key name instead of the key. > > Worst of all worlds and it's something you can already do. The very point of this...
The encryption could just be done at a low level, everything in the UDP packets past the protocol id and source peer id could be encrypted (except auth because it...
> I suggest limiting the scope of this issue to what @hecktest proposed: > > > Chat and form traffic should be encrypted. Maybe meta as well. Anything that involves...
> If we're on UDP instead of TCP, I would advise against ChaCha20 since it's a streaming protocol whereas UDP is stateless and can be arranged out of order which...
> I suggest limiting the scope of this issue to what @hecktest proposed: > > > Chat and form traffic should be encrypted. Maybe meta as well. Anything that involves...
Afaik in Minecraft the portal blocks are pointable and breaking the frames doesn't remove the portal.
> Implementing a custom secure protocol would be bad for security in general because there is no proof that the custom protocol is really secure and most Minetest developers are...