PGP Beginner's Guide
For
DOS - Windows - Email
Last updated September 23, 1997
(This guide documents an outdated version of PGP and will no longer be updated.)

Wirewolf Communications

CONTENTS:
(Please allow this page to load completely before selecting from the contents.)
~About This Document
~Downloading This Document
~What Is PGP?
~How Does It Work?
~Using PGP QuickStart (for Windows) to download and install PGP
~Getting PGP
~Uncompressing PGP
~Setting the Environmental Variables
~Using PGP
-Generating A Key Pair
-Signing Your Public Key
-Extracting Your Public Key
-Obtaining Another Person's Public Key
-Adding A Key To Your Public Keyring
-Encrypting A Message For Email
-Decrypting An Email Message
~Distributing Your Public Key
~Precautions
~PGP Shell Programs
~PGP Email Programs
-For Eudora
-For Pegasus Mail - 16 Bit Version
-For Pegasus Mail - 32 Bit Version

ABOUT THIS DOCUMENT
This Guide is intended primarily for people who would like to PGP-encrypt email. It is a basic, step-by-step guide for people who would like to use PGP but are not familiar enough with computers to be able to install and configure the software and set the environmental variables. It provides detailed instructions which should allow the average person to download PGP, uncompress, install and configure it. If you can change directories in DOS and/or select a file in Windows, you should have little problem following the directions. It also includes instructions for downloading and installing interfaces for DOS and Windows which simplify its use, and programs for easily encrypting email.
It is not intended as an exhaustive user's manual: PGP includes thorough documentation.

If this describes your needs, read on.
If you have a good familiarity with DOS/Windows, but don't know much about PGP, read on and ignore the instructions that you don't need.
(If you really feel insulted by the apparent assumption of ignorance, check out PGP Jumpstart, or just take a hike.)

ACKNOWLEDGEMENTS:
To Phillip Zimmerman, creator of PGP, for providing such extremely well designed and documented encryption software and for his tireless work in support of privacy rights.

Back to Top

DOWNLOADING THIS DOCUMENT
You might want to download this document so that you may print it out for reference while offline. With Netscape, you can just right-click on the filename and choose Save This Link As... Regardless, you can always select the file and then choose File|Save As... from your browser's menu bar.
PGPGUIDE.TXT

Back to Top

WHAT IS PGP?
Phillip Zimmerman's PGP (Pretty Good Privacy) is software that lets you encrypt text and other files so that you can exchange them with other people. If you're careful, you can be sure that no-one but the person you've encrypted a file for will be able to decrypt it. It also lets you digitally sign a message, verifying to the recipient that you are the sender and that it hasn't been tampered with. This signed message can then be sent as readable text, or it can be encrypted using the recipient's public key. This also works in reverse - since you use the sender's public key to verify a signed message, you know that it is that person (and not an imposter) who has written it. (As long as you have authenticated the public key)

Back to Top

HOW DOES IT WORK?
Each PGP user must initially generate a pair of keys: a public key and a secret key. These keys are generated at the same time and are complementary. Each key unlocks the code that the other key makes. The public key is then distributed, and the secret key (you guessed it) is kept secret .

The public key is what you give to other people for encrypting messages to you. You can put it on a disk, email it, post it on a newsgroup or web page, etc... Anyone who has your public key (and PGP) can encrypt a message to you. The public key is also used to decrypt (verify) a PGP signature encrypted (signed) by the corresponding secret key.

The secret key is what you use to decrypt messages that have been encrypted by someone using your public key. This is the key that unlocks all the messages encrypted to you and should be guarded carefully. The secret key is also used to digitally sign a message, which can then be sent as plain text or encrypted with the recipient's public key.

Back to Top

USING PGP QUICKSTART (For Windows)
PGP QuickStart is a program which will take you step-by-step through the process of downloading PGP, uncompressing it and installing it on your computer.

If you already have pgp262.zip, you can still use this program to unzip and install PGP on your machine. Just skip the step of downloading PGP and answer "yes" when you are asked if you have downloaded PGP.
If you have PGP installed but you haven't set the environmental variables in your autoexec.bat file, you can use PGP QuickStart to do this as well.

First, check in your WINDOWS\SYSTEM directory for the file VBRUN300.DLL. If you don't already have it, you'll need to put a copy in that directory before running QuickStart.
Luckily there happens to be a copy around here somewhere.
This is a zipfile, so you will need to unzip it. If you don't have an unzip utility, just save vbrun300.zip and remember where it is (in this example: C:\TEMP), download PGP Quick Start and extract as described below, but don't run it yet. Then go to the directory that Quick Start is in, and type:
pcdezip c:\temp\vbrun300.zip c:\windows\system\ and press Enter
(don't forget the final " \ " and substitute the directory where vbrun300.zip is for C:\TEMP, if different).

If you would like to use PGP Quick Start, download it after reading this section.
All you need to do then is open up file manager, double click on install.exe, which will self- extract four files. Next double-click on pgpquik.exe to run the program.

When you get to the MIT site you'll need to read the rsalicen.txt and mitlicen.txt, and answer the questions before you can download PGP.

After you have successfully installed PGP on your computer, you may wish to return to this document for information about Using PGP, using DOS and Windows shell programs and using Email PGP-encryption programs.

If you do not wish to use PGP QuickStart, continue with "Getting PGP" below.

Back to Top

GETTING PGP
Phil Zimmerman's Pretty Good Privacy is available as freeware in the US and Canada from MIT. You may download PGP from:
http://web.mit.edu/network/pgp-form.html
Just read rsalicen.txt and mitlicen.txt, answer the questions, and download away.

Outside the US and Canada PGP is freely available at:
http://www.pgpi.org/

Back to Top

UNCOMPRESSING PGP
You should now have the zip-compressed file pgp262.zip, which must now be unzipped.
You will need PKUnzip(DOS) or WinZip(Windows), or a similar utility, to do this.

If want to download PKZip/Unzip:
Go to: ftp://ftp.germany.eu.net/pub/comp/msdos/mirror.garbo/arcers/pkz204g.exe
or: ftp://ftp.cdrom.com/pub/garbo/garbo_pc//arcers/pkz204g.exe
Put it into your C:\DOS directory, then, while in C:\DOS type pkz204g.exe and press Enter.
This will self-extract into C:\DOS and you're ready to unzip PGP.

If you want to download WinZip...

For Windows 3.x and Windows 95:
Download the appropriate version.
Go to file manager and double-click on the file (wz16v61.exe or winzip95.exe) and follow the prompts. When you're done, you'll be ready to unzip PGP.

Back to Top

UNZIPPING PGP:

With PKUnzip:
At the DOS prompt (ie: C:\) type:
pkunzip -d c:\temp\pgp262.zip c:\pgp and press Enter.
This assumes that the pgp262.zip file is in C:\TEMP - if it is in a different directory, substitute that for C:\TEMP in the above command.
This should give you the files pgp262i.zip, pgp262i.asc, and setup.doc in the directory C:\PGP.
Now unzip pgp262i.zip into the same directory.
Type: pkunzip -d c:\pgp\pgp262i.zip c:\pgp and press Enter.

Back to Top

With WinZip:
Open up WinZip then click on File|Open and select the pgp262.zip file and click OK.
Then click on Extract, type c:\pgp and click Extract.
This should give you the files pgp262i.zip, pgp262i.asc, and setup.doc in the directory C:\PGP.
Now unzip pgp262i.zip into C:\PGP, just as you did for pgp262.zip.
If you want to use a different directory, substitute that for C:\PGP.
Once you're sure that you have successfully installed PGP, you may delete the pgp262.zip file.

Next, proceed to "Setting the Environmental Variables".

Back to Top

SETTING THE ENVIRONMENTAL VARIABLES
OK, now that you have PGP installed, the next step is to set the environmental variables. This is so that your computer "knows" where it is, regardless of the directory you are in when you want to use it, and so that PGP can accurately time-stamp your messages.

You'll need to edit your autoexec.bat file.
At the C:\ prompt type:
edit autoexec.bat and press Enter.
(Use Alt, Tab and the arrows to open menus and move around)
It would be a good idea to backup autoexec.bat before making any changes, just in case.
Just save it as another filename, such as autoexec.fat or autoexec.cat:
Press Alt and choose File|Save As. Now, after the Path statement add the following lines:
SET PGPPATH=C:\PGP
SET PATH=C:\PGP;%PATH%
SET TZ=**** (**** is the timezone you are in)

SET TEMP=C:\TEMP To add your timezone use one of the following examples:
Hawaii: SET TZ=HST10
Alaska: SET TZ=AST9
Los Angeles: SET TZ=PST8PDT
Denver: SET TZ=MST7MDT
Arizona: SET TZ=MST7
Chicago: SET TZ=CST6CDT
New York: SET TZ=EST5EDT
London: SET TZ=GMT0BST
Amsterdam: SET TZ=MET-1DST
Moscow: SET TZ=MSK-3MSD
Auckland: SET TZ=NZT-13

It should now look something like this:
PATH=C:\WINDOWS;C:\WINDOWS\SYSTEM;C:\DOS;C:\TRUMPET;C:\PGP
SET PGPPATH=C:\PGP
SET PATH=C:\PGP;%PATH%
SET TZ=EST5EDT
SET TEMP=C:\TEMP
Don't worry that it looks different, this is just an example. If the "SET TEMP=" line is already there, leave it as is. Just be sure that the lines pertaining to PGP are correct. Don't change anything else. If you accidentally change something and aren't sure you fixed it, just exit the editor without saving the changes and start over. Remember, you always have the backup copy you made. (You DID make one, didn't you?)
Save autoexec.bat and then reboot your computer to update it.
Now proceed to "Using PGP".

If you try to use PGP and your computer can't find it, and you're sure you followed the directions described above, try this (it was what worked when the recommended method did not):
Open autoexec.bat and delete your changes or open up your backup file
(autoexec.fat, etc... you DID back it up, didn't you?)
1)Find the string that starts:
PATH=C:\WINDOWS;C:\WINDOWS\SYSTEM;C:\DOS (This may be different in yours.)
At the end of this string add ;C:\PGP (Don't forget the semicolon)
Then, make a space after this line (just hit Enter with your cursor at the beginning of the next line and go up to the empty line).
2)Now in the empty line type: SET PGPPATH=C:\PGP
3)On the next line down (or after the TEMP= line), type:
SET TZ=**** (**** is the timezone you are in - see list above)
It should now look something like this:
PATH=C:\WINDOWS;C:\WINDOWS\SYSTEM;C:\DOS;C:\TRUMPET;C:\PGP
SET PGPPATH=C:\PGP
SET TEMP=C:\TEMP
SET TZ=EST5EDT
File|Save As autoexec.bat and then reboot your computer to update it.
Now try using PGP again.

Back to Top

USING PGP :
Please note that everything from here on may be performed using PGPWinFrontEnd, Pretty Good Shell or a similar utility as described in the section on "PGP Shells". I strongly recommend that you perform each of these tasks from the DOS prompt at least once, so that you may better understand the workings of PGP.

If you want to know what the various commands in the examples mean:
For a help list of the basic commands available, type: pgp -h and press Enter.
For a list of key management commands, type: pgp -k and press Enter.

GENERATING A KEY PAIR
Okay, now you should be ready to generate a key pair.
At the DOS prompt (i.e: C:\) type:
pgp -kg and press Enter.
Now you'll be prompted by PGP for some information:

FIRST:
It will print "Pick your RSA key size" with a menu of 3 choices:
1)low commercial grade; 2)high commercial grade; 3)military grade.
I recommend Size 3 (1024 bits).
Type 1 (not!), 2 or 3 and press Enter

SECOND:
You'll be asked for a User ID.
Enter your full name, followed by a further identifier such as your email address <in brackets>, your birth date or your phone number. This is to ensure the uniqueness of your User ID.
Note:
Many Email frontends look for an email address when encrypting and encrypting messages. If you don't expect to change your email address in the near future you might want to consider using that. Three examples:

Randolph Carter 1/19/39 Don T. Panic <panic@tack.com> Jane P. Dough 555-1234
Type in your User ID and press Enter.

THIRD:
You'll be asked to enter a passphrase.
This is like a password except that it can be a case-sensitive phrase with spaces, numbers, symbols, etc...
Never make a passphrase consisting of real words or, if you must, at least misspell zomething. This is important since there are already programs out that are designed to crack PGP passphrases. If you can find it in literature, a song, a manual, etc..., don't use it without changing it. Make it AT LEAST eight characters long and be sure that you can remember it. Try very hard not to write it down and certainly don't leave it laying around.
DO NOT forget this password! If you do you will need to generate an entirely new keypair, which could be very inconvenient if you've already distributed the public key.
When you're sure that you have a good passphrase that you can remember, type it in and press Enter.

FOURTH:
PGP will ask you to enter some random keystrokes so that it can generate the actual key pair.
Type in some random letters (upper and lower case), numbers and symbols. Try to vary the interval between successive keystrokes. Do this until PGP prompts you to stop. Now wait patiently while PGP generates your key pair. (Exciting, isn't it?)

Once this is done your secret key will be placed automatically in your Secret keyring file (C:\PGP\secring.pgp).
Your public key will be placed in your Public keyring (C:\PGP\pubring.pgp) file.
Next, it would be a good idea to sign your public key (verify its authenticity).

Back to Top

SIGNING YOUR PUBLIC KEY
To verify the authenticity of your public key :
At the DOS prompt type:
pgp -ks userID and press Enter.
(Substitute your name as entered when you generated your key pair for "userID")

NOTE:
You may use any unique fragment of a userID when using PGP commands. So if your userId was "Jack B. Nimble <jack@flash.com>" you could use Jack, @fl or "Jack B.",for example. If there is a space in the fragment, you must put it in Quotation marks("")

PGP will display your Key ID and Key fingerprint (more on this later).
You will be asked if you are prepared to certify that the key actually belongs to the user specified (you). Of course you can be sure in this case, since you are the person who has generated it.
Type y and press Enter.
Type in your passphrase and press Enter.
PGP will display "Key signature certificate added."
That's it!

Back to Top

EXTRACTING YOUR PUBLIC KEY
In order to send your public key to another person so that they may use it to encrypt messages to you , you'll need to extract (copy) your key to an ascii keyfile.
The name of the keyfile should start with your initials, followed by the word "key" and the extension ".asc".
An example of extracting a keyfile for a person named Jack B. Nimble follows.
At the DOS prompt type:
pgp -kxa Jack jbnkey.asc
PGP will then display "Key extracted to file 'jbnkey.asc'"
This would be saved in your C:\PGP directory.
You may also specify the directory in which to save it. To save the keyfile in C:\TEXT (for example) type:
pgp -kxa Jack c:\text\jbnkey.asc
You may now distribute this file as outlined in the section " Distributing Your Public Key".

Back to Top

OBTAINING ANOTHER PERSON'S PUBLIC KEY
Before you can encrypt a message to someone, you must first obtain a copy of their public key. This may be done either by obtaining it as a keyfile or by copying and saving it as a keyfile. If you obtain the public key as a keyfile (i.e.: jbnkey.asc), just skip to the next section. The key may also be in an email message, on a web page or ftp site, a keyserver, etc... In this case you'll need to copy the key and paste it into a text editor, then save it as a keyfile. Below is an example of a public key block which you would need to copy. In a Windows based browser or mail reader you could highlight it using your mouse (be sure to include dashes and "Begin ...Block/ End...Block" at both ends), Edit|Copy it, then Edit|Paste it into a text editor and save it as a keyfile. If your browser/ mail reader doesn't support outlining you could save it as a file and edit out the surrounding text, then save it as a keyfile. In any event, use the conventions outlined in "Extracting Your Public Key" when naming the keyfile. Once you have saved the key as a keyfile, you must add it to your Public Keyring in order to use it. The example below is my public key (gwkey.asc).

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6.2

mQCNAzE9DpQAAAEEANaR/8umnN563bAANuk6Wp8JKbENo//mZON3h1y5G6Qn3B9k
kXwAkdpnI7jArs+ESmFJdtiijmETa9SxoNQ/3Gh3O+QWnWYAUQ6+h/fqZYHtyuXA
+x2PU6jXbIk9Bg5LJMpa5QkJgbvhCpR6KP36nwvKq+oIlhj7LhPkIY1qBZY9AAUT
tB9HcmVnIFdvbGZlIDxncmV5d29sZkBzb3Zlci5uZXQ+iQCVAwUQMT4jvPJRp6au
gvMxAQGptgP+Mm0Jb2fzsRBl/IP66Jdnxwkfziezbl0xTTUJ3Q8nDY50iwZKJgml
8tj2VTM+NgGE2b8u7m6jxoONoo5oTXGxtIKimw2q1J/q/XfKsfBjj8JqArjbBQe7
0YpS4A+jLExfTSubIZ3BcZe5ks7Qn9rgOBZmm3ehjT5sDHdponqP1ImJAJUDBRAy
WxOFE+QhjWoFlj0BAQOGBACTyEhDbOmsw71U5o8MQsGgoZcEAzPFQ6P5sCWJ+CaO
CzxgbfqFJrlnRXb9Gw9rsL6rG3okkayUs1WrOHlLvHw3SFnxW6ZdgexAHt06akbI
hg4NMV5jpdbGxBNzAJ9+zmVPabjs4M3ioAOzOItvaqe4aYeBZbzGWnN3MIn7IhR2
HA==
=HaQe
-----END PGP PUBLIC KEY BLOCK-----

Back to Top

ADDING A KEY TO YOUR PUBLIC KEYRING
Well, now that you have a keyfile ready you must add it to your Public Keyring (pubring.pgp).
At the DOS prompt type:
pgp -ka keyfile (substitute the keyfile name for "keyfile") and press Enter.
For the example key above you would type:
pgp -ka gwkey.asc and press Enter.
If the keyfile is in a directory other than the one you are in, you must specify the path.
If it were in C:\TEXT, you would type:
pgp -ka c:\text\gwkey.asc and press Enter

Now view your keyring and verify that you have successfully added the key.
At the DOS prompt type:
pgp -kv and press Enter.

Back to Top

ENCRYPTING A MESSAGE FOR EMAIL
Now you should be ready to PGP-encrypt your first message.
If you have added someone's key to your Public Keyring you can use theirs, but it might be a good idea to encrypt one using your own public key to encrypt a message as an experiment. Besides, if you encrypt a message to yourself, you'll have the instant gratification of experiencing the process of encrypting and decrypting a message all wrapped up in one delicious package. You can even send it to yourself in an email message to simulate the entire experience.

FIRST:
Open up a text editor and compose a short message. Save this message as a plaintext file; let's use the example "message.txt". In this example we'll assume that you save it in the directory C:\TEXT, and that your userID is "Jack B. Nimble", just substitute your ID for "Jack".

SECOND:
At the DOS prompt type:
pgp -eatw c:\text\message.txt Jack
This will generate the transport armor file "message.asc" in C:\TEXT and wipe (overwrite) and delete "message.txt".

THIRD:
Now, in a text editor, open up the file "c:\text\message.asc".
Highlight the entire block, including the dashes at beginning and end. Edit|Copy this and close the editor.
(Note: If you use a UNIX mail client on your server, skip the above process. Instead, you'll need to upload the file "message.asc" to your home directory on your server's machine. Consult the Help file of your terminal emulator -that's the program you use to logon- regarding "uploading files". You'll probably have to move the file to your upload directory. Once you have done this, go to the "Note" in step Four.)

In either case you could skip steps Three and Four and go right to "Decrypting An Email Message" and start at the Second step.

FOURTH:
Go into your email client and open up a message, then Edit|Paste the PGP Message Block into the message window and send it to yourself.
(Note: If you use a mail client on your server, just open a new message and Import the file "message.asc", then send the message to yourself.)
Now go to the next section: "Decrypting An Email Message".

Back to Top

DECRYPTING AN EMAIL MESSAGE
Let's assume that you sent yourself an encrypted message as outlined above.
FIRST:
Wait a few seconds for it to get back to you and open the message that you have sent to yourself.
Now copy the PGP Message Block and paste it into a text editor, then save it as c:\text\message.asc.
(Note: If you use a mail client on your server, get the message and export it to your home directory. Then you'll need to download this file to your personal computer. Again, we'll assume that you saved it as "c:\text\message.asc".)

SECOND:
At the DOS prompt type:
pgp c:\text\message.asc -o c:\text\message.txt and press Enter.
PGP will ask you for your passphrase, type it in and press Enter.
PGP will now display "plaintext filename: c:\text\message.txt".

THIRD:
In a text editor, open up the file "c:\text\message.txt" and read the message that you have decrypted.

Congratulations! You are now PGP enabled!
Remember, when you go to do this with a message that you have recieved from another person, substitute those filenames for the ones in this example.

See the section entitled "PRECAUTIONS" below.
Now go read the manual! Really!
At least read Volume I of The PGP User's Guide (pgpdoc1.txt) included with PGP for a good overview and some important precautions.
Then read Volume II (pgpdoc2.txt).

Back to Top

DISTRIBUTING YOUR PUBLIC KEY
There are many ways to get your public key out to other people.
If you are only planning to use PGP for private correspondence with people that you already know, it is probably easiest to simply copy your PGP Public Key Block into a message and send it to them as email. They would then copy it and paste it into a text editor to be saved as a keyfile. (See the section above entitled "Obtaining Another Person's Public Key" for instructions.) You could also post your public key on your web page or FTP site, or put it in your "finger" plan file on your server. You could also give it to them on a floppy disk. If you have sent another person your public key and would like to absolutely verify the key to them, see the section entitled "Precautions" below.

If you would like to make your public key widely available, you could add it to a Public Key Server's keyring. This is a site which allows people to download other people's public keys. There are many such sites but let's go back to MIT. If you would like to submit your public key go to:
http://www-swiss.ai.mit.edu/~bal/pks-commands.html
Follow the instructions there. It is a process similar to that of copying your key for email.

Back to Top

PRECAUTIONS:
(Read pgpdoc1.txt and pgpdoc2.txt included with PGP for detailed instructions and precautions)
No encryption system is perfect and they all have weak points. PGP is no exception. Below are some possible security risks and ways to limit them.

PROTECTING YOUR SECRET KEY:
The most important precaution is to choose a passphrase which can not be guessed or broken with a program designed to test words and phrases against the key. Equally important is to make sure that you do not write down the passphrase. If you share the computer, it's best to keep your secret keyring on a disk and/or your home computer and use the disk as the keyring.
Regardless, always backup your secret key (secring.pgp) on a disk and store it safely.It is also a very good idea to backup your public keyring (pubring.pgp).
(See the docs for more info.)

AUTHENTICATING PUBLIC KEYS:
Unless you have physically received it or it has been signed by a trusted third party, you are not necessarily sure that the key that you have is actually the key the person had sent. It is possible, although perhaps unlikely for most people, that the message was intercepted and another key was substituted. The best way to verify a public key is by using a different form of communication than the one that was used to transmit the key. If it is practical, a good way to do this is over the phone. Each public key has a sixteen byte "fingerprint" which can then be read over the phone. To see the fingerprint type pgp -kvc userid where userid is the name of the person.
Next you could certify the key as described in the section "SIGNING YOUR PUBLIC KEY". Just substitute their userID in the command.

USING THE WIPER:
It's a good idea to use the "wipe" option (-w) when encrypting a file. This command will instruct PGP to overwrite the original file (making it harder to undelete) and then delete it. Unless you really need to keep the original unencrypted file around (and thus risk having it read) it is a good habit to always use the wiper.
Of course, if you are encrypting a file that you would like to keep, simply omit the "w" option from the command (-eat instead of -eatw).

There are many more considerations, see the section "Vulnerabilities" in pgpdoc2.txt

Back to Top

PGP SHELL PROGRAMS
There are several front end programs ("shells") available which simplify the use of PGP. Included here are instructions for a DOS shell and a Windows shell.
There is a good list of shells for DOS HERE.
There is a good list of shells for Windows 3.x HERE.
(For an example of how to unzip files, see the section "Uncompressing PGP" above.)

PGP WinFront 3.1 (Windows 3.x)
(You'll need VBRUN300.DLL - see section "Using PGP QuickStart" above.)
1)Download;
2)Unzip PWF31.ZIP into C:\TEMP;
3)Read instructions in "readme.text".
4)Unzip C:\TEMP\PWF.ZIP into C:\TEMP;
5)In File Manager, double click on C:\TEMP\SETUP.EXE and follow the prompts.
6)You may now delete the ZIPfiles and the temporary files in C:\TEMP

PGP Pretty Good Shell (DOS)
1)Download file;
2)Unzip PGS.ZIP into C:\PGS;
3)In C:\PGS, type: pgs and press enter;
4)Enter setup info: (ie: editor= c:\dos\edit.com) if you press Enter in selection window, you'll get a file directory;
5)Once you have all the neccessary setup information correctly entered, select from the main menu to use the shell. (Follow step 3 above to use it later.)
6)You may now delete pgs199c.ZIP

Back to Top

PGP EMAIL PROGRAMS
(For an example of how to unzip files, see the section "Uncompressing PGP" above.)

PGP Eudora
1)Download peics128.zip (Eudora 3 and above - otherwise choose the appropriate version.;
2)Unzip to C:\TEMP;
3)Copy the program C:\TEMP\PEICS16.EXE (for Windows 3.x) or C:\TEMP\PEICS32.EXE (for Win95) to Eudora's directory.

(if you downloaded a different version, substitute the .exe file for peics16.exe or peics32.exe)
4)Copy the file MANUAL.HTM to Eudora's directory . (This is the manual for PGPEudora. To view: select in File Manager and run or open it as a file in your web browser);
5)Adding PgpEudra icon : In Windows program manager, open Eudora's program group. Choose File|New...|Program Item
select OK.
Enter the description. Click on the Command Line text window, choose Browse and select the Eudora directory.
Select PEICS16.EXE; (or whatever file you copied in step 3).

6)You may now delete the ZIPfile and the files in the temporary directory;
7)To use:
Click on the PGPEudora icon. If you opened Eudora with the normal icon and want to use PGP to decrypt/encrypt a message, you'll need to open PGPEudora with its icon in Eudora's program group in Program Manager.
When you are ready to encrypt or decrypt a message, open the message and click on the key at upper right or choose Message|Run PGP.

Back to Top

PGPJN for Pegasus - 16 Bit Version
1)Download;
2)Unzip in a subdirectory of FORMS called PGPJN
(e.g., C:\PMAIL\FORMS\PGPJN). Do NOT use a different name -- it MUST be exactly PGPJN!
3) Copy the PGPJNP.FFF file up to your WinPMail directory (e.g., C:\PMAIL);
4)Make sure that you have set the environment variable TEMP (in your AUTOEXEC.BAT file) to point to a valid hard disk directory where this interface can create temporary files. (See example line in section "Setting The Environmental Variables" above);
5)Open the file "read.me" from the PGPJN directory (choose File|Associate in File Manager to associate the extension ".me" with a text editor if it is not already). Read the "Simple use instructions for this interface" and the "Troubleshooting" instructions.
6)You may now delete the ZIPfile.

Back to Top

QDPGP for Pegasus - 32 Bit Version
(NOTE: This program has not been tested with PGP5.0)
1)Download;
2)Unzip into a temporary directory.
3)Read the help file.
4)CW3220MT.DLL should be placed in a directory in your PATH.
(\Windows\System is ideal).
5)Copy QDPGP.FFF into the folder in which you installed Pegasus Mail.
(Default is usually C:\PMAIL )
6)Make a subfolder in the Pegasus Mail program folder called "forms".
(e.g., C:\PMAIL\FORMS\)
7)Make a subfolder of this called "qdpgp".
(e.g., C:\PMAIL\FORMS\QDPGP). Do NOT use a different name -- it MUST be exactly qdpgp!
8)Place all the other files in the \FORMS\QDPGP folder.
9)Start up PMAIL and test QDPGP (the button on the taskbar).
10)Read the help file.
11)Once you are sure that QDPGP is working properly you may delete the ZIPfile and the files in the temporary directory.

Back to Top

©1996-2004 G Wolfe: This document may be freely distributed for non-commercial purposes.

Comments and suggestions welcome.

Free Speech Golden Key

Wirewolf Communications