Don't use %ENV to store anything, and try to keep you're data in some
sort of secure form in memory (encrypted or something).

There are system level things to keep your data safe, and application
level methods. I prefer to use both methods if I can.

No amount of wiping and encrypting is going to keep data safe without
good secure design from the ground up. Sometimes, system level security
can be made almost superfluous.

On 05/28, David T-G said something like:
> Langa --
> 
> ...and then Langa Kentane said...
> % 
> % Well, reasonable security is fine, but the idea of writing zeroes to the
> % file does not appeal to me, If I can't get any other way I guess I will have
> % to use that.
> 
> I still say that you shouldn't use a temp file at all; then you only have
> to worry about your chunk being written to swap and root dumping your
> memory image.
> 
> 
> HTH & HAND
> 
> :-D
> -- 
> David T-G                      * It's easier to fight for one's principles
> (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
> (work) [EMAIL PROTECTED]
> http://www.justpickone.org/davidtg/    Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
> 


--
Shawn Leas
[EMAIL PROTECTED]

It's a good thing we have gravity or else when birds died they'd just
stay right up there.  Hunters would be all confused.
                                                -- Stephen Wright

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to