Lejo

Results 21 comments of Lejo

About volumes_from: Sorry, I somehow only tested the change for version 2. This PR reverts the change: #1677

Isn't SRP able to create a symmetric session key for encryption? Problems: First SRP is still insecure

> I think player move should encrypt because a hacker can move you into lava if player move are not encrypted That would require the hacker to do a middle...

> The reason movement shouldn't be encrypted is because it's a low latency, high frequency kind of information which must be sent as quickly as possible, and there's nothing sensitive...

Hmm, that's true. Maybe the best is not to add more encryption and keep everything as it is. Auth is encrypted that's the main thing. Another idea is to encrypt...

Is Plain file also a risk when using Minetest.safe_file_write????

Thanks! Is this function without a size limit?

Would vector = table.copy(vector) work? EDIT: Tested it, worked! > Am 30.03.2020 um 13:39 schrieb DS : > >  > @Desour commented on this pull request. > > In...

Is it possible to allow nonplain string.format for the dump and wrap_text function?