A theoretically question:
I have a C# Windows Form app, that sends back some user submitted data to an external mySQL server on the internet. How do I prevent people from seeing the username and password for the mySQL server? (Eg. by decompiling the C# exe program).
Best regards