From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 12:53:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22BF037B41E for ; Mon, 21 Jul 2003 12:53:46 -0700 (PDT) Received: from ms-smtp-02.nyroc.rr.com (ms-smtp-02.nyroc.rr.com [24.92.226.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEC443F85 for ; Mon, 21 Jul 2003 12:53:45 -0700 (PDT) (envelope-from tparquet@twcny.rr.com) Received: from twcny.rr.com (syr-24-169-89-160.twcny.rr.com [24.169.89.160]) h6LJriiY021907 for ; Mon, 21 Jul 2003 15:53:44 -0400 (EDT) Message-ID: <3F1C44C8.8040302@twcny.rr.com> Date: Mon, 21 Jul 2003 15:53:44 -0400 From: Tom Parquette User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030518 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Crypto novice: Can't import PGP key into GNUpg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 19:53:46 -0000 Please CC me on any replies. I subscribe to the digest format. TIA. I'm working on Proof-of Concept for a project at work that requires cryptographic support (PGP). I'm trying to test with my FreeBSD 5.1-CURRENT system at home. The other end is is PGP 2.6.3i running under UNIX System Servcies on a z/OS V1.2 IBM mainframe. It appears PGP let me generate a 2048 bit key on the mainframe. I Emailed the public key to myself at home and I configured GNUpg 1.2.2 on my FreeBSD system. When I try to import my mainframe public key, I get $ gpg --import import.txt gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/faq.html for more information gpg: invalid armor header: mQENAz8cGboAAAEIAK2ZC+r0jLbKJvIdyL0Hox7VWXj4hBbXOzIhgy3qwgoFgBK3 I'm not sure how much of the ASCII armored message block I needed so I tried a couple of different things. Things are not going well... I could use some help understanding what the import function is actually looking for. I'm also wondering if I have an ASCII-EBCDIC-ASCII conversion problem that I don't know about. (I had to copy and paste the ascii armored public key into Lotus Notes to send it to myself at home.) TIA for any suggestions. Cheers...