I have a little application in C# it uses Web Browser Control to log me in, onto a web site
Then I press a button, to generate a word file using Docx
I use my login id and password (hard-coded) to login
I want to know how I can distribute my application among other colleagues so that they can use my exe file (or generated setup) to enter their id n password once, and then use application without any worry
I can write n read id n password to config file, but I dont know how safe it is