View Single Post
  #2 (permalink)  
Old 04-02-2008, 07:36 PM
LineCutter LineCutter is offline
Knows the basics
 
Join Date: May 2007
Location: Daarsit
Posts: 94
Default

I'd use a table & "save" it as a CSV (process it as an array before saving). Then you can load the encrypted file, covert back to csv & use that to feed a table in memory. Makes referencing the data much easier later, as well as obfuscating the structure of your file.

Then again if you're paranoid about someone sneaking a peak at your memory then you are probably using the wrong solution all together.
Reply With Quote