Friday, 13 September 2013

C# db connection security

C# db connection security

I have a small C# desktop application. It connects to postgres db server.
I will distribute this application to some users.
Now my question; Is someone can get my connection string (username,
password) with local port listener software or any other software?
If answer is yes, how can I prevent this?
Thank you.

No comments:

Post a Comment