Can the config file be encrypted?

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I am concerned about storing sensitive information such as UID and passwords
in the config file. Can this file be stored encrypted?
 
Not if you want to use the ConfigurationSettings class
You'll have to read and parse it yourself

Why not just encrypt the UID and password before storing them in the config
file?
Then you don't need to encrypt the entire file
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top