/opt/local/bin
To check which pgp version is the default one on your computer, try
which pgpat the shell prompt. If it is different from the one above, please modify your ./profile to match the version from directory /opt/local/bin.
Using the pgp version mentioned above, I have created a pair of PGP keys (one public and one private) on tanner. The instructions for this lab have been encrypted using my public key. To decrypt the lab instructions, follow the steps below. For reference, please use this fast help or this more detailed tutorial.
pgp -kgTwo rings, one public (pubring.pgp) and one secret (secring.pgp) will be created in your .pgp directory. To view the contents of a ring - pubring.pgp, for instance - type in
pgp -kv youridHere yourid is the user identifier (or part of the user identifier) you used when creating your keys. Make sure you remember both this identifier and the pass phrase associated with your keys. Alternately, you could simply try
pgp -kvThis command displays all public keys available to you.
pgp -ka damian.asc