Encrypting the app.config file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My application will use the DataProtectionConfigurationProvider to encrypt my
app.config file. I can encrypt the file from within my applicaiton, but I
would like to be able to encrypt it outside the application so that the file
is encrypted when it is deployed. I know that you can encrypt web.config
files with aspnet_regiis.exe. Is there a tool that can encrypt app.config
files as well?
 
Back
Top