I have a .NET Application created using c#. I have to pass userid password to that Application... I have to run that Application on a scheduled basis... So I created a batch file that runs on schedule... How can I securely pass the userid password to that application.. I can store userid-password in a config file which can be referred by my c# application.. But I want to store in encrypted form, so nobody can see the password
Pl guide. Thanks so much