G
Guest
In my VB.Net Windows app, I am storing certain information in the App.config
file. Howerver, there is certain information I would like to store there but
am hesitant to because I don't want it changed, modified, etc.
Is the App.config file still a good place for this, and if so, is there a
way to encrypt it so that the user has no idea what the value is? Or should
I be storing this elsewhere?
For example, my app times out after 30 days. I want to store the install
date somewhere, but if I install it in the App.Config, the users who know
what they are doing can modify this date.
Thoughts?
file. Howerver, there is certain information I would like to store there but
am hesitant to because I don't want it changed, modified, etc.
Is the App.config file still a good place for this, and if so, is there a
way to encrypt it so that the user has no idea what the value is? Or should
I be storing this elsewhere?
For example, my app times out after 30 days. I want to store the install
date somewhere, but if I install it in the App.Config, the users who know
what they are doing can modify this date.
Thoughts?