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
 
Back
Top