Results 1 to 5 of 5

Thread: Encoding data files

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Posts
    26
    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?

  2. #2
    Guest
    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.

  3. #3
    Lively Member
    Join Date
    Apr 2000
    Posts
    110

    Question 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

  4. #4
    Addicted Member
    Join Date
    Nov 1999
    Location
    Lost
    Posts
    216
    You can also encrypt these data files using specefic equations..........


    That's simple

  5. #5
    Guest
    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
  •  



Click Here to Expand Forum to Full Width