|
-
Apr 19th, 2006, 12:52 PM
#1
Thread Starter
New Member
txt files
Hi
I am working on a project that loads settings for a file. The file is saved as setup.dat, and is just a txt file.
What would be the easiest way to make this file so that people can't load it into note pad and look at its contents?
How can I save and read the file but allow others to just seem unreadable info.
I am using vb.net 2005
Thanks
-
Apr 19th, 2006, 12:53 PM
#2
Frenzied Member
Re: txt files
 Originally Posted by scandog
Hi
I am working on a project that loads settings for a file. The file is saved as setup.dat, and is just a txt file.
What would be the easiest way to make this file so that people can't load it into note pad and look at its contents?
How can I save and read the file but allow others to just seem unreadable info.
I am using vb.net 2005
Thanks
encrypting it would be the only way.
-
Apr 19th, 2006, 06:12 PM
#3
Re: txt files
You should probably be using application settings. You can encrypt all or part of the config file, in which settings are stored. I'd suggest that you read about the My.Settings object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|