From owner-freebsd-questions@FreeBSD.ORG Tue Oct 5 02:20:04 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBD8F1065750 for ; Tue, 5 Oct 2010 02:20:04 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from x.it.okstate.edu (x.it.okstate.edu [139.78.2.13]) by mx1.freebsd.org (Postfix) with ESMTP id A2A4B8FC1C for ; Tue, 5 Oct 2010 02:20:04 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by x.it.okstate.edu (8.14.4/8.14.3) with ESMTP id o952JThU017756 for ; Mon, 4 Oct 2010 21:19:29 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201010050219.o952JThU017756@x.it.okstate.edu> to: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <17754.1286245169.1@dc.cis.okstate.edu> Date: Mon, 04 Oct 2010 21:19:29 -0500 From: Martin McCormick Subject: Re: 64-bit PGP isn't Decrypting. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2010 02:20:05 -0000 Dan Nelson writes: > Does gnupg (ports/security/gnupg) work? I think you'll have a hard time > trying to get people to fix bugs in pgp; the source tree that the pgp port > uses is 14 years old. Wow! I thought that was just the first copywrite date. gnugp installs gpg-2 which is almost the right thing but the files encrypted from pgp report as using the "idea" method. gpg-idea is a port that currently appears to try to decode the test file but immediately bombs out with a couple of cryptic errors about packets so not quite home yet. Thanks for pointing me in the right direction.