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.