Quote:
Originally Posted by moimel
Yes. All information is gathered to one SQL...
So not anyone can do it you say?
and even if someone is managed to decompile some of the code it's impossible to get strings?
*the info is in strings
|
Using SQL as a central storage for distributed anonymous servers is not safe.
Even you can encrypt the information or avoid the decompile option, people always can use tools like tcpdump to see packets and then get the sql credentials.
Switch to some kind of web service (using http), a registration system and a security layer in your web application.
Another way is to make your own protocol to exchange data...
__________________