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.
|