Posts by Moddler • 31 points
2 posts
-
2
votes2
answers402
viewsQ: On the RSA cryptography
Hello, RSA encryption generates public.key and private.key However, if I make some application in java, and the "hacker" get these Keys, it can extract the content. You can camouflage these…
-
1
votes1
answer133
viewsQ: Client Encryption / Server / File / Obfuscator
Hello, I’m creating a Java game using Libgdx, but I want to know some things. What is the best encryption for communication between Client / Server (for no one to intercept the package I send) What…