Basic Packet Encryptation
Basic Packet Encryptation
I'm worry with my apps because i have sniffed the xml packets and its realy easy to use reversed enginery.is it possible to create a automatic encryptation of this packets?
You can capture your own packets thats okay but how are you going to capture mine, or those of another users and alter them?
That's really very difficult because each connection is unique and persistent for each session.
Anyways, you can use the raw protocol from server side and use a less intelligible format if you need it.
You could also use binary data and real encryption by following the lines of this tutorial -> http://www.smartfoxserver.com/docs/docP ... /index.htm
For more details about security check this article -> http://www.smartfoxserver.com/docs/docP ... mmo_p2.htm
(scroll down a bit)
Anyways, you can use the raw protocol from server side and use a less intelligible format if you need it.
You could also use binary data and real encryption by following the lines of this tutorial -> http://www.smartfoxserver.com/docs/docP ... /index.htm
For more details about security check this article -> http://www.smartfoxserver.com/docs/docP ... mmo_p2.htm
(scroll down a bit)