|
-
Aug 6th, 2003, 02:11 PM
#1
Thread Starter
Frenzied Member
Hide text files
Hello...
I am using text files to write some flags to store the value of check boxes and read them when application starts and set the check boxes' values according to the flags set in text files.
Is there a way to hide those text files from application so that the user cannot change them or is there any other better way to avoid user interaction with those text files ??
Thanks.
-
Aug 6th, 2003, 02:15 PM
#2
Addicted Member
-
Aug 6th, 2003, 02:18 PM
#3
Thread Starter
Frenzied Member
I have already used text files. Its too difficult for me to change them now.
-
Aug 6th, 2003, 02:25 PM
#4
Addicted Member
some methods for now
1. put your files in some directory with non strange name like mspwes.dll in \windows\system directory
2. for further security keep file in coded format, which can be decoded at run time use
3 in your program keep a procedure which will always create the desired text file.
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
|