Information hiding

Hi,

I am writing a program which requires a persistant and tamperproof storage of information. I was thinking of burying this info in the Windows Registry under some eroneous name, however I'd like something that is a little less platform dependant!

Any help would be great!

Thanks

gmdale

[327 byte] By [gmdale1] at [2007-9-26 1:32:12]
# 1
How secure does it need to be? Could you just serialize an object to disk, and give it a misleading name?
artntek at 2007-6-29 1:32:52 > top of Java-index,Archived Forums,Java Programming...
# 2
ermm.. yeah that will do! :o)Thanks
gmdale1 at 2007-6-29 1:32:52 > top of Java-index,Archived Forums,Java Programming...