I have already done web application with access to MySQL database via PHP and I know that the configuration files for access to the database are on the server side, only the necessary data is returned to the user's browser, user does not have access to such data.
If I make a client desktop application for database access remotely, is it possible for someone to reverse engineer the database password through the connectionString? If so, how should I proceed?