Hi,
I have an application that sends an email to the developer team each time an error is handled.
I am using a gmail account and the password for it is passed to a System.Net.NetworkCredential
The question I have is, how would I securely store the user name and password on the PC so that it can't be viewed without decrypting it, viewing the source code.
Also, I have heard about obfuscation of code. How is it done and how effective is it against hackers???
Thanks for any help in advance...
From, Nathaniel Peiffer