My app has to be able to read values from an external configuration file
(preferably an INI). The problem is that this INI file will contain secure
information (eg. SQL server authentication) and, since an INI is a text
file, anybody that opens the file will be able to read this sensitive info.
Is there any other I method that I can use that'll let the user change
between databases but that the info is more secure?
This file will contain many configuration parameters so it needs to be
external.
Thanks again.
(preferably an INI). The problem is that this INI file will contain secure
information (eg. SQL server authentication) and, since an INI is a text
file, anybody that opens the file will be able to read this sensitive info.
Is there any other I method that I can use that'll let the user change
between databases but that the info is more secure?
This file will contain many configuration parameters so it needs to be
external.
Thanks again.
Comment