Client / Server / File / Blurry Encryption

1

Hello,

I'm creating a Java Game using LibGdx, but I want to know a few things.

    What is the best encryption for Client / Server communication (for anyone to intercept the packet I am sending)

  • What is the best encryption for Files (For anyone extracting game templates, textures etc)

  • A very difficult question to solve: What is the best obfuscator? (well, if I put the private.key in my game, the hacker can extract it, and the source code as well) (is there anything that protects 100% code + files?)

  • What is the best program that passes a .jar file to .exe?

asked by anonymous 23.03.2017 / 21:44

1 answer

1

Symmetric encryption has better performance in client server communication.

To convert a jar file into an exe you can use: link

    
23.03.2017 / 23:12