No subject

Bob Sneidar bobsneidar at iotecdigital.com
Fri Feb 6 20:07:17 EST 2015


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 <andrew at ctech.me<mailto:andrew at 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.



More information about the use-livecode mailing list