We have accomplished a data communication with a C# winforms project between a SQL Server and Remote MySQL (WEB) database (Unix platform). All the data is being updated with a custom made software.
What we want is that this communication must be encrypted (secure) when we update, insert a row or when a sql select statement is being made.
IS there a way that Visual Studio can secure this communication line?
All the data right now is open.