|
-
Jun 17th, 2000, 10:19 PM
#1
Thread Starter
Junior Member
I have several programmes that call data from simple data text files. How best can I encode these files to stop users messing up the data?
-
Jun 17th, 2000, 10:30 PM
#2
you could write protect them all, and then when the program needs them it simply write-enables them.
Do you mean deliberately mess them up?
If so then you could put them in a zip-file and password it.
-
Jun 18th, 2000, 01:25 AM
#3
Lively Member
New File type
you could create your own filetype, so that it doesn't have open, print or edit options etc. This would stop most users, but if someone would want to get at your file, all they would have to do is change the file association info in Folder Options, or simply drag the file into wordpad... Still, better than them messing the file up...
You could also name the file with a DLL extension. People tend not to mess with files they think are important 
Anywayz, just some ideas...
Laterz
REM
-
Jun 18th, 2000, 01:28 AM
#4
Addicted Member
You can also encrypt these data files using specefic equations..........
That's simple
-
Jun 18th, 2000, 01:35 AM
#5
If you decide to use Encryption, use the Xor operator. For beginner's, it's really easy to use and provides safe encryption.
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
|