basically we store our connection string in configuration file and we can encrypt it there then decrpty it to use.
but i read some article that if we are developing winforms and connect to database a hacker can hack the connection string from the memory.
is there way to protect the connectionstring from the memory.
BTW i am using MySQL for almost of my applications.