From owner-freebsd-questions@FreeBSD.ORG Mon Oct 4 20:03:59 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 065BB106564A for ; Mon, 4 Oct 2010 20:03:59 +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 B01E08FC17 for ; Mon, 4 Oct 2010 20:03:58 +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 o94JUqDX014644 for ; Mon, 4 Oct 2010 14:31:03 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201010041931.o94JUqDX014644@x.it.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14642.1286220652.1@dc.cis.okstate.edu> Date: Mon, 04 Oct 2010 14:30:52 -0500 From: Martin McCormick Subject: 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: Mon, 04 Oct 2010 20:03:59 -0000 There are two new FreeBSD8.1 systems. Both got pgp added to them by use of pkg_add -r pgp. Both adds installed Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses. (c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04 International version - not for use in the USA. Does not use RSAREF. A test file that had been encrypted earlier was used on both systems. It works fine on the 32-bit system and always fails on the 64-bit system. Trust me. As many times as I tried it, I couldn't possibly be mistyping the pass phrase every time on the 64-bit system and then getting it right on the 32-bit system. On the 64-bit system, one can not seem to encrypt a file and then decrypt it with the pass phrase. If you take the encrypted file from the 64-bit system and try to decrypt on the 32-bit system, that fails so something appears wrong with the numerical encryption process that is peculiar to being 64 bits. I am thinking some of the cipher routines may be relying on the width of certain expressions that change if running in 64-bit mode. So far, files encrypted on the 64-bit system are ultrasecure in that they can'ts seem to be read anywhere.:-) Has anybody else had the same problem on a 64-bit version of pgp? I am glad I discovered this before anything crytical happened. Martin McCormick