PGP

A PGP clone that works on Windows: GPG4Win

Display GPG info: gpg.exe –version

Importing your old PGP keys

  1. Open a DOS Window (run CMD.EXE)
  2. cd to the directory where your PGP keyrings (pubring.pkr & secring.skr) live.
  3. Import your PGP keys to GnuPG:
    gpg –import secring.skr
    gpg –import pubring.pkr
  4. You’ll need to go in and assign “ultimate” trust to each public/Secret keypair – this is analogous to PGP’s implied trust key setting:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.