[SOLVED] Alternative to BoxedApp with encryption possible.

Mar 3, 2020
5
0
10
Hello there, I am running a Private Server for the game Tibia and i've gotten alot of assets which i want to protect from getting stolen as its very easy to steal them in this game sadly..

The game is pretty much the
.exe(The game launcher)
.spr(Where all sprites are held)
.dat(signature, version etc)
.pic(Background pictures)

Now i need to pack the spr, dat and pic into the exe or even better, just encrypt them.

Does anyone have a suggestion for me?
Much Appreciated.
 
Solution
You can encrypt the files by doing a full disk encryption on the server. About putting all of those files into an exe file, that would depend on the game and game engine and coding, so you probably can't do it or it would already be located that way. The correct way to do this is restrict access to those files for people that connect to the server which should be done by default as you configure the server.
You can encrypt the files by doing a full disk encryption on the server. About putting all of those files into an exe file, that would depend on the game and game engine and coding, so you probably can't do it or it would already be located that way. The correct way to do this is restrict access to those files for people that connect to the server which should be done by default as you configure the server.
 
Solution