2.6.3i

Johan Wevers johanw at vulcan.xs4all.nl
Tue Jan 25 15:21:22 CET 2005


David Gray wrote:

>I've now taken a slightly different approach.  I've created a new key pair
>using PGP 8.1 and then imported both into my GnuPG keyring on VMS - all
>works fine.  Just need the supplier to try importing my new 8.1 public key
>into their 2.6.3 keyring... 

That won't work. With some work you can import the key if it's an v3 RSA key
not larger than 2048 bits (don't use idea for key encryption then or you
won't be able to import the secret key). I don't know if pgp 8.1 creates v3
RSA keys, pgp 2.x can't import v4 keys. GnuPG can't create them without a
patch (so without a recompile).

However, the messages encrypted with pgp 2.6.3i to such a key will still use
the IDEA symmetric algorithm.

If you want to communicate with users of unpatched pgp 2.x versions, you'll
really need to get IDEA integrated in GnuPG. On win32 a dll is sufficient,
but I don't know if the dynamic loading of algorithms works on VMS. If it
does, compiling the module and adding a line in gpg.conf will suffice.
Otherwise, you'll have to recompile.

-- 
ir. J.C.A. Wevers         //  Physics and science fiction site:
johanw at vulcan.xs4all.nl   //  http://www.xs4all.nl/~johanw/index.html
PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html



More information about the Gnupg-users mailing list