IC so then the suggestion of encrypting the data before writing it to the HD is 
probably a good idea. It’s a simple thing to do:

encrypt theData using aes128 with theSeedValue
put it into theEncData
get empty -- for safe measure

and the seed can be anything you want it to be.

Bob S


On Feb 6, 2015, at 17:00 , Andrew Kluthe 
<and...@ctech.me<mailto:and...@ctech.me>> wrote:

Yeah, it's pretty similar. I still kind of run the risk of not being able
to tell it when to delete the file as this is going to be a long running
application (one that stays open most of the day, or days? it's a parts
lookup and interchange program) on the users system and I wouldn't be able
to set the AT command at end process the same as me being unable to call
any kind of lc script when it does.

It's in an obscure but vulnerable state when its open anyway so this one
little thing isn't a huge issue. I was just looking to see if there was any
kind of message at all that was sent to a stack on ending a process like
that on windows.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to