Note: this assumes you have a grasp of DOS basics, like creating directories and moving files. Unfortunately, PGP is not a Windows program. Some programmers have written Windows "front-ends" that cover up the ugly DOS interface, but these can also create security hazards. For that reason, we recommend that you follow these instructions exactly.
c:\>mkdir pgp26
This example assumes that pgp262.zip is in the directory c:\.
c:\>move pgp262.zip pgp26\pgp262.zip
c:\>move c:\temp\pgp262.zip c:\pgp26\pgp262.zip
Just replace "temp" with the name of the directory that holds pgp262.zip.
c:\>cd pgp26
c:\pgp26>pkunzip pgp262.zip
If you get a series of messages involving percentages and the word "inflating", you're lucky; everything is working properly. Skip ahead to step 8.
bad command or filename
then you need a program called PKUnzip. Just go to the How to use PKUnzip page to download the program. You'll find easy-to-follow instructions there. Follow them, and then try step 5 again.
c:\pgp26>dir
There should be four files: pgp262i.asc, setup.doc, pgp262i.zip, plus the original pgp262.zip.
c:\pgp26>pkunzip pgp2621.zip
Once again, your screen will fill up with messages about "inflating". You are nearly finished installing PGP.
Your screen will fill up with cryptic-looking computerspeak, but don't be intimidated. Just insert the following two lines somewhere in the document:
SET PGPPATH=C:\PGP26
SET PATH=C:\PGP26;%PATH%
c:\pgp26>pgp -kg
Your computer will ask you to choose a key size. Choose 1024 bits, and then follow the on-screen instructions. When your computer asks you for a pass phrase, give it a string of words that you will remember, but that no one else will be able to guess.
c:\pgp26>move c:\download\fifthkey.txt c:\pgp\fifthkey.txt
c:\pgp26>pgp -ka fifthkey.txt
You are now ready to use PGP to encrypt your message.
c:\pgp26>move c:\wp51\plain.txt c:\pgp\plain.txt
c:\pgp26>pgp -esaw plain.txt fifth
This will create a file called plain.asc. This is the secure, encrypted version of your original message. This will also wipe out the original plain.txt. If you don't want to do this, leave the "w" out of the encryption command:
c:\pgp26>pgp -esa plain.txt fifth
If you choose to leave plain.txt intact, remember that someone with access to your computer might be able to read your message, even if you erase plain.txt later.