I am currently working on one of my first application that will be distributed, but I am running into a huge problem. With use of dotPeek (http://www.jetbrains.com/decompiler/) I can easily retrieve my login data.
Of course, converting the password to UTF8 bytes will not slow a hacker down much.
What would be the best strategy to prevent someone from retrieving the login details to the database (or any details at all)?