From owner-freebsd-security Mon Jul 31 09:41:24 1995 Return-Path: security-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA09930 for security-outgoing; Mon, 31 Jul 1995 09:41:24 -0700 Received: from elf.kendall.mdcc.edu (elf.kendall.mdcc.edu [147.70.150.122]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id JAA09922 for ; Mon, 31 Jul 1995 09:41:22 -0700 Received: (from freelist@localhost) by elf.kendall.mdcc.edu (8.6.11/8.6.9) id MAA10729; Mon, 31 Jul 1995 12:32:21 -0400 Date: Mon, 31 Jul 1995 12:32:20 -0400 (EDT) From: "Don's FList drop" To: Sean Eric Fagan cc: rgrimes@gndrsh.aac.dev.com, security@freebsd.org Subject: Re: secure/ changes... In-Reply-To: <199507260318.UAA20861@kithrup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: security-owner@freebsd.org Precedence: bulk On Tue, 25 Jul 1995, Sean Eric Fagan wrote: > In article <199507260200.TAA23061.kithrup.freebsd.security@gndrsh.aac.dev.com> you write: > You're a bright guy, Rod, and it's hard for me to say this, but: almost > everything in your message was WRONG. > > >PGP is a one way hash function, it is not encryption software, thus it > >does not fall on the munitions lists, thus it is not restricted. > > PGP is encryption software. It uses RSA. It is a munition. This is why > Zimmerman is currently facing a possible Grand Jury indictment, for ITAR > violations -- exporting munitions. To be overly anal, PGP in fact uses IDEA _and_ RSA. Data is encryped with an IDEA key, which is then included in the outgoing packet which is encrypted with the RSA key. This makes the body of the message more resistant to brute force attacks, blah blah blah.