From linux-kernel Fri Nov 08 06:28:24 2002 From: Rob Landley Date: Fri, 08 Nov 2002 06:28:24 +0000 To: linux-kernel Subject: Re: Why are exe, cwd, and root priviledged bits of information? X-MARC-Message: https://marc.info/?l=linux-kernel&m=103673702810950 On Friday 08 November 2002 01:55, jw schultz wrote: > I painted with too broad a brush. I apologize. > > I'm afraid i'll never consider shared secrets to be secure. Don't use SSH then, or any SSL derivative. They only use public key cryptography at the start of the session, primarily to exchange a pair of symmetric keys, which are then used to encrypt the bulk data transmitted during the rest of the session. Public key cryptography is computationally expensive. Symmetric key cryptography is quick and easy, and provably breakable only by brute force if you know they haven't got the key. And of course, the data you're transmitting is itself a shared secret, isn't it? At the end of the session, anyway. That's the whole point. > They may provide privacy but not security. You can have security without privacy? How? Privacy is "necessary but not sufficient" to security. All cryptography boils down to there being something you don't want somebody else to know. Rob -- http://penguicon.sf.net - Terry Pratchett, Eric Raymond, Pete Abrams, Illiad, CmdrTaco, liquid nitrogen ice cream, and caffienated jello. Well why not? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/