Avatar of ts84zs
ts84zs

asked on 

Store password for c# application in encrypted form

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
C#.NET Programming

Avatar of undefined
Last Comment
ts84zs

8/22/2022 - Mon