From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <006e01c32bc9$fa5e22c0$e3944251@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <200306060108.h5618x522739@augusta.math.psu.edu> Subject: Re: [9fans] Re: some #s MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Date: Fri, 6 Jun 2003 03:21:37 +0200 Topicbox-Message-UUID: c5d6a8e6-eacb-11e9-9e20-41e7f4b1d025 > So, my factotum isn't safe if it exits? Hmm.... well when i wrote a pop client daemon on lunix i hid the password in a pipe, that way it wouldn't turn up in a core dump [ok, there was a small window]. but, yeah, for a buncha high security applications you don't want the data on disk and you wanna blow its memory when they thing exits. security is always a trade off between what you want to protect and how much you wanna pay. obviously, a bunch of you know that ...