Announcement

Collapse
No announcement yet.

Storing My Data In An Encrypted Format

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Lance Edmonds
    replied
    This subject has been discussed often here... Take a look:

    Code:
    [b]http://www.powerbasic.com/support/forums/search.cgi?action=simplesearch&SearchIn=ALL&ForumChoice=ALL&SearchTerms=encrypt&BooleanAND=YES&SearchDate=ALL&SearchUser=&ExactNam e=no&File=temp-2451593-183515-GBBr.cgi&Total=38&StartAt=A:000002[/b]



    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>

    Leave a comment:


  • Scott Wolfington
    started a topic Storing My Data In An Encrypted Format

    Storing My Data In An Encrypted Format

    Hi!

    Well, I don't think this thread will as popular as the
    Visual Designer thread but here goes...

    I have a text file which I store some lookup data in. At runtime I read the data from the text file into an array in order for me to perform the look ups against the data. The data consists of about 35,000 records and is completely static.

    What would be the best way to store this data so that the user of my app can not view the data within the text file? Is there a way to eliminate the external text data file completely so that the data is built into the exe or .dll? Should I store the data in a password protected database format? Any input would be highly appreciated.

    Thanks in advance!
    Scott
Working...
X