/[winpt]/trunk/Doc/winpt.texi
ViewVC logotype

Annotation of /trunk/Doc/winpt.texi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 260 - (hide annotations)
Wed Aug 16 10:01:30 2006 UTC (18 years, 6 months ago) by twoaday
File MIME type: application/x-texinfo
File size: 41246 byte(s)


1 twoaday 222 \input texinfo
2    
3     @setfilename WinPT
4    
5     This file describes the Windows Privacy Tray program and its main functions
6    
7     This file is free under the terms of the GNU General Public License v2.
8    
9     Copyright (C) 2006 Timo Schulz
10    
11 twoaday 260 Version 1.1.0
12 twoaday 222
13 twoaday 253 @settitle WinPT - The Windows Privacy Tray; a free GPG front-end
14 twoaday 222
15     @section Requirements for WinPT
16    
17 twoaday 253 First you need to have a working GnuPG 1.4 installtion on the machine you plan to install WinPT.
18     If you do not have GPG in your machine, please visit http://www.gnupg.org and download the latest
19 twoaday 256 GPG version there. It comes with a graphical installer so there is no need to do the
20     installation manually.
21 twoaday 222
22 twoaday 253 You need at least Windows 98/2K/XP, but Windows XP or better is recommend. The program also works
23     on NT/95/ME but there is no support for these OS versions any longer. Mainly because the OS
24     vendor also dropped support and no bug fixes will be provided any longer.
25 twoaday 256 And it is very likely that the program does not work optimal on such platforms.
26 twoaday 222
27 twoaday 224 @section A short Introduction
28 twoaday 225
29 twoaday 253 WinPT is a graphical GnuPG front-end which resides in the task bar. It is divided into several,
30     so-called, managers. There is a manager for the key(ring), for files and for smart cards.
31     The aim of the program is to secure email communication and to perform file encryption and
32 twoaday 246 to allow an easy and user friendly way for key management.
33 twoaday 222
34 twoaday 224 @subsection What is GnuPG
35 twoaday 253 GnuPG is a tool for secure communication and data storage. It can be used to encrypt data and
36     to create digital signatures. It includes an advanced key management facility and is compliant
37 twoaday 224 with the proposed Internet standard as described in RFC2440.
38    
39     @subsection The Web of Trust
40 twoaday 253 For a detailled description of these and other GnuPG topics, I recommend the available literature
41     at http://www.gnupg.org. But at least a general overview should be given here.
42 twoaday 224
43 twoaday 253 The certification scheme of OpenPGP does not base on a hirachical approach. Instead it uses
44     a combination of ownertrust and direct key certification.
45     Here is an example with the imaginary persons called Alice, Bob, Carol and Dave.
46 twoaday 224
47 twoaday 253 Alice knows Bob and checked the fingerprint of Bob's key when he met him personally.
48     Thus she knows that the key really belongs to its owner and he trusts Bob to certify other keys.
49     Then she issued a signature on Bob's key. Bob knows Carol and also checked her identity.
50     Then he signed her key. Alice does not know Carol, but he knows Bob and Bob trusts Carol.
51     And because Alice trusts Bob, at a level she decided before, he also trusts Carol.
52     It's a transitiv relation. Dave is isolated and does not know anybody for the mentioned reasons,
53     thus he is not in the WoT. Another very important point is, that the signer can decide, after the
54     certification, how much he trusts the key owner to certify other keys.
55 twoaday 224
56 twoaday 253 It is very important to check the identify of a key owner. Mostly this is done by comparing the
57     fingerprint, which were submitted by phone or written down at a personal meeting, with the
58     fingerprint of the key in the keyring. Please bear in mind that anybody can create a key with an
59     email address and a specific name.
60     Thus it is not recommend to sign keys without doing this check before!
61 twoaday 224
62 twoaday 253 The fingerprint of the key is hexadecial (160-bit) sequence divided into 10 groups of 4 hex
63     digits. You can get the fingerprint of a key by opening the key property dialog. There you can
64     mark the fingerprint and copy it to the clipboard. The fingerprint of a key can be compared
65 twoaday 231 to human fingerprints, it is unique for each key.
66 twoaday 224
67     Example: 1D75 8108 5BC9 D9FB E78B 2078 ED46 81C9 BF3D F9B4
68    
69 twoaday 227 It is a good idea to publish your fingerprint wherever possible.
70     For example via a business card or your website.
71    
72 twoaday 222 @section Installation of the Program
73    
74 twoaday 253 It is always recommend to use the latest version of the program. You can download it from
75     http://wald.intevation.org/projects/winpt. Download the zip file with the binaries inside and
76     unpack them in a folder. All files need to be in the same folder, so if you change the folder do
77     not forget to move all files.
78     You should also download and verify the signature of the packet to make sure that the release is
79     really authentic and were not altered in any way.
80 twoaday 222
81 twoaday 253 To activate the program you just need to start WinPT.exe. You should now see a
82     little (golden key) icon in the taskbar which indicates that the program is running.
83     If you want to quit the program, right click on the symbol and select "Exit".
84 twoaday 222
85 twoaday 253 Alternative, you may use one of the graphical GPG installers which are available on the internet.
86     I recommend to use Gpg4Win which includes a set of very useful privacy tools, beside WinPT and it
87     is very easy to use with an average size (~4MB). For non-German speaking users, I recommend the
88     light version because it does not contain the 2 German PDF manuals.
89 twoaday 222
90     @subsection Configure the Program
91 twoaday 253 After the installation not much of the default settings need to be changed. If you prefer a
92     special keyserver, it is propably a good idea to open the keyserver dialog and to set one of the
93     existing keyservers as the default or create a new entry and mark it as the new default.
94     The default keyserver is subkeys.pgp.net, which is the best choice for most users.
95 twoaday 222
96 twoaday 253 @subsection The GPG Preference Dialog
97     In this dialog you can change your GPG config and customize its behaviour. Please be advised that
98     in most cases there is no need to overwrite the default GPG path settings.
99     There are three different paths available. First, the GPG home directory. The place where the
100     keyrings are stored and also the config files. The second path points directly to the gpg.exe.
101     The third is the path to the language files,
102     where you usually store your winpt.mo/gpg.mo files. These entries should be only changed when
103     really need and extra caution is needed because with wrong settings, WinPT will not be able to
104     work any longer!
105 twoaday 222
106 twoaday 253 The second part of the dialog is the "General GPG options" section. Here you can influence the
107     behaviour of some commands. If you do not know what they mean, it is safe not to change the
108     values and stick with the default ones.
109     For expert users, it is possible to set the signature class of issued key signatures and to set
110     an expiration date for key signatures or to specify an comment in armor files.
111     The "Encrypt to this key" might be useful for anybody who needs to decrypt mails or any data he
112     sent to a recipient. The field value should contain the key ID of the default key pair.
113    
114 twoaday 222 @subsection Preferences
115 twoaday 253 In the WinPT preference dialog, the user can modify and/or disable the default options. For new
116     users it is suggested to leave the default values as they are, except when there are problems
117     related to the hotkeys.
118 twoaday 222
119 twoaday 253 To enable keyring backups, the user can either decide to use the GPG home directory as the backup
120     folder or any other folder. In the latter case, a folder needs to be chosen.
121 twoaday 260 The program makes the backup before it terminates and thus it is very important that the keyrings
122     are stil accessable at this moment. For example if you use an USB flash drive to store your keyrings,
123     you should unplug it after the the icon disappeared at the task bar.
124     By default the secret keyring will not be backuped, if you wish that the secret keyring should be
125     also backuped, and this usually means the backup folder cannot be accessed by other people, you need
126     to mark "Backup includes secret keyring".
127 twoaday 222
128 twoaday 256 @subsection Getting the Source of the Program
129     As free software, according to the GNU General Public License, WinPT also offers the source code
130     for the program. It can be used for reviews, to compile your own binary and/or to modify and/or
131     redistribute it or just to learn how it works. The source is available at the same place you
132     downloaded the binary. If not, you should contact the author of the site.
133     The entire program can be build with free software; the default environment is a cross-compiler
134     hosted on a Linux box. All you need is the mingw32 packages, a working autoconf environment
135     and the libs WinPT depends on (currently gpgme and libgpg-error).
136     It is also possible to build the binary with cygwin/mingw32 on Windows but this environment is
137     not actively supported and propably needs adjustment of the source.
138    
139    
140     @section Native Language Support
141    
142     The program has the ability to select different languages to provide dialogs and error messages
143     in the native language of the user. Currently German, Japanese, Portuguese (Brazil) and Slovak.
144     When WinPT has been installed via a graphical installer, for example Gpg4Win, the language was
145     automatically selected based on the locale Windows environment. If the stand-alone binary was
146     downloaded, WinPT offers at the first start to select a language, based on the .mo file it
147     founded in the current directory.
148     Otherwise the user needs to perform the following steps. The WinPT ZIP archive contains various
149     .mo files (de.mo, jp.mo, sk.mo) and the user needs to find his native language, if available and
150     rename the file to "winpt.mo". For example, if the user prefers German, "de.mo" -> "winpt.mo".
151     Now the user needs to save the locale dir, where the winpt.mo is stored, in the GPG preference dialog.
152    
153 twoaday 222 @section The First Start
154 twoaday 225
155 twoaday 253 This section is only important for people who never installed and/or used WinPT before and thus
156     no keyrings are available.
157 twoaday 222
158 twoaday 253 When the program is started the first time, it offers two choices. The one is to generate a key
159     pair and the other is to copy existing GPG keyrings into the current installation.
160 twoaday 222
161     We assume the user will select the first entry.
162    
163 twoaday 253 Now a new dialog is shown which requests some information from the user to allow a meaningful
164     association between the key and the user. If the user prefer RSA keys, the check box should be
165     marked.
166     But this is a decision of personal taste and does not influence the security or anything else.
167     If the entered data is OK, WinPT then generates a new key pair. As long as this step takes, a
168     progress dialog is shown to indicate the enduring process. When the generation of the keypair is
169     done, WinPT offers the chance to backup the existing keyrings.
170     This is definitely an important decision because if the keyring will get corrupted or lost, there
171     is no way to recover the encrypted data. That is why it is also important to store the backup, at
172     least of the secret keyring, at a @strong{safe} place.
173 twoaday 222
174 twoaday 256 @subsection Use existing Keyrings and/or Keys
175     If you already have a valid OpenPGP key pair and you do not want to generate a new key pair, you
176     should select the second choice at the first start. Then the program will copy your existing keyrings
177     to the new home directory. Please bear in mind that you need to set the ownertrust manually for each
178     imported key. You can skip this step if you exported the ownertrust manually to a file, but because
179     this is a step for experienced users it is not described here. The most important step is, to set
180     your own key to ultimate ownertrust after import.
181    
182     If you have other OpenPGP programs and you wish to use the keys from this application, it is a good
183     idea to select all keys you want to use and to export them into a single file. Then open the WinPT
184     Key Manager and drag the file into the Key Manager window.
185    
186 twoaday 246 @section The Passphrase for the Secret Key
187    
188 twoaday 253 First a short explaination what passphrase is. A passphrase is like a password but usually
189     longer, maybe a sentence, which can consists of any 7-bit ASCII characters. It is used to protect
190     your secret key and thus it is very import to chose a secure passphrase. If your computer, and
191     thus the secret key, were stolen and an attacker can guess your passphrase he is able to decrypt
192     all your data and to create signatures in your name! A good passphrase is difficult to guess but
193     easy to remember and should be at least 10 characters long.
194     An easy way to generate a strong passphrase is to use a sentence only you know but you can easily
195     remind and then take the first letter of each word, plus some special characters and maybe even
196     some intentionally made spelling mistakes.
197    
198 twoaday 246 Example: Row - row - row your boat, gently down the stream
199 twoaday 256 Passphrase: "R - r - ryb,gdts"
200 twoaday 246
201 twoaday 260 Never write down your passphrase or share it among other people!
202 twoaday 246
203 twoaday 222 @section Keyserver Access
204 twoaday 225
205 twoaday 253 An easy way to retrieve keys is the keyserver. You can think of it like a huge database with a
206     lot of keys as its content. It is possible to search keys by a pattern, a keyid or even a
207     fingerprint.
208     WinPT allows to access different kind of keyservers. For example LDAP, HKP, Finger and HTTP.
209     But the focus will be set on HKP because this is the common case.
210 twoaday 222
211 twoaday 253 In some situations WinPT asks the user whether to retrieve keys automatically. One example is the
212     signature verification when the key that issued the signature was not found in the keyring.
213 twoaday 222
214 twoaday 253 The main keyserver dialog allows to fetch one or more keys directly or to search for a given pattern.
215 twoaday 222
216     @subsection Retrieve a key by Key ID
217 twoaday 224 The best way to fetch a key from the server is by the key ID.
218 twoaday 253 Just enter the key ID, it is a good idea to prefix it with 0x, and click the "Receive" button.
219 twoaday 222
220 twoaday 224 An example:
221    
222     pattern: 0xBF3DF9B4
223    
224     [Receive]
225    
226    
227 twoaday 222 @subsection Retrieve a key by its email address
228 twoaday 253 If you only know the email address from your partner, you can enter it instead of the key ID.
229     It is unlikely but possible that there are more keys with the same address. In this situation,
230     WinPT will warn you that multiple keys were imported. The difference to the search function is,
231     that the keys were dirctly fetched and not displayed as a key result list.
232 twoaday 222
233 twoaday 224
234     An example:
235    
236     pattern: name_of_friend@@gmx.net
237    
238     [Receive]
239    
240    
241 twoaday 222 @subsection Search for a key by pattern
242 twoaday 253 If you want to communicate with a new mail partner and you are not sure about the key ID, it can
243 twoaday 256 be useful to search for his email address. This address is considered as quite unique.
244     Not all keyserver support this query mode, so if you get an error please use subkeys.pgp.net.
245 twoaday 222
246     An example:
247    
248 twoaday 224 pattern: winpt@@windows-privacy-tray.com
249 twoaday 222
250     [Search]
251    
252 twoaday 253 Now a dialog is opened with a list of all keys which matched the search string. If the name
253     @strong{and} the email address is known, the matching key should be selected and "Receive"
254     should be clicked. Then the key will be downloaded and added to your keyring. Now you can encrypt
255     data with this key, for example an email.
256 twoaday 222
257 twoaday 256
258 twoaday 224 @subsection Sending a Key to the Keyserver
259 twoaday 253 After you generated a new key pair, it is a good idea to send your key to the keyserver to make
260     it available for other users. If you issue a signature, the key ID is part of the signature and
261     people can automatically retrieve your key when they try to verify the signature.
262 twoaday 222
263 twoaday 253 Actually, the action is performed in the Key Manager and not in the keyserver dialog. Just open
264     the Key Manager, select the key you want to send right-click on it and chose "Send to Keyserver"
265     in the popup menu. Then a message box with the result is shown.
266 twoaday 224
267     @subsection Add, Delete or Edit a Keyserver Entry
268 twoaday 253 The keyserver dialog allow to change the existing keyserver entries, to delete them or to add new
269     entries. Just right click on a selected item and a popup menu will be
270     shown with ("Edit", "Remove" and "New").
271 twoaday 224
272     @section Using the Clipboard
273 twoaday 225
274 twoaday 253 A major aim from the first day was, that the program does not depend on a special mailer client.
275     For this reason it uses the clipboard to encrypt and/or sign data.
276     For the examples, let's assume that you want to write a new mail or that you received a mail
277     protected by GnuPG.
278 twoaday 224
279 twoaday 253 @subsection The Clipboard Editor
280     This dialog allows it to modify the clipboard contents directly and/or to display the contents of
281     the clipboard. It is also possible to load a text file into the clipboard or store the contents
282     into a file. For the convenience, the dialog also allows to encrypt and/or decrypt clipboard data.
283    
284 twoaday 224 @subsection Encrypt Data in the Clipboard
285 twoaday 253 Just copy the text from the mailer window into the clipboard. This is usually done by CTRL+C,
286     make sure you really selected all portions of the text. Then right-click on the tray icon and
287     select Clipboard->Encryption. Now a dialog is shown to select the recipients. This means you need
288     to select all keys which should be able to decrypt the mail. Confirm with "OK". GnuPG now
289     encrypts the data with the selected recipients. At the end a message box with the result is
290     shown. Now the clipboard should contain the encrypted data. Just paste it into the mailer window.
291     The output should contain a header and a footer "BEGIN PGP MESSAGE" and "END PGP MESSAGE.
292 twoaday 224
293     @subsection Decrypt/Verify Data from the Clipboard
294 twoaday 253 The most common case is propably that you got a signed email and now you want to verify it. For
295     this procedure, you have to copy the entire signature in the clipboard. The easiest way is to
296     use CTRL+A and CTRL+C, then all available text will be copied. WinPT (GnuPG) is smart enough to
297     figure out the signature related data. Now go to the taskbar, display the popup menu and select
298     Clipboard->Decrypt/Verify. Now a new dialog, the verify dialog, should be available on screen
299     with all information about the signature. For example who is the signer, when was it signed how
300     much do you try this key and what was signed and most important, the status of it (is the
301     signature good or BAD).
302     A special case is when you don't have the public key to verify the signature, if this happens
303     WinPT offers to download the key from the default keyserver. If the key was not found, the
304     procedure is aborted because without the key the sig cannot bed checked.
305 twoaday 224
306     @subsection Sign the Clipboard
307 twoaday 253 We assume that text that shall be signed is already in the clipboard. If not, select the text you
308     want to sign and copy with via CTRL+C in the clipboard. Now go to the taskbar and open the peopup
309     menu, Clipboard->Sign. If you just have one secret key, the passphrase dialog will be automatically shown.
310     All you need is to enter your passphrase and confirm. In case of more available secret keys, a
311     list with all keys is shown and you can select which key shall be used for signing.
312     The output is always a cleartext signature which is in text format. Do not try to sign binary
313     clipboard data, the result would be unpredictable and not readable by human beings.
314 twoaday 224
315 twoaday 232 @section The Current Window Support
316 twoaday 253 Compared to the clipboard mode, the CWS mode has some advantages. Let us assume that you want to
317     extract text from an editor window. With the CWS mode, the program automatically tries to focus
318     the window to select the text and to copy it to the clipboard and execute the
319 twoaday 256 selected command (Sign, Encrypt, Decrypt) and pastes back the GPG data to the window.
320 twoaday 253 No manual user interaction is needed. Except this different behaviour, it is very likewise to the
321     clipboard mode and thus we do not describe each command again.
322 twoaday 232
323 twoaday 224 @section The Key Manager
324 twoaday 225
325 twoaday 253 This part of the program is propably most important for many users. It contains function to
326     manage your keyring and to perform actions which are required and/or useful in the OpenPGP environment.
327 twoaday 224
328     @subsection Tips
329    
330     @itemize @bullet
331    
332     @item
333 twoaday 253 If you want to import quickly a key from a into the keyring, just drag and drop the file into the
334     Key Manager window. Then the import procedure will be automatically started.
335 twoaday 224
336     @item
337 twoaday 253 Key which were fetched from keyservers often contain a lot of, maybe obsolete, self signatures,
338     if you want to get rid of them you can use the Key Edit->Clean feature. Just start the edit
339 twoaday 224 dialog and select the clean command. That's it.
340    
341     @item
342 twoaday 253 The keyserver dialog does not allow to import a key directly via an URL, as an alternative you
343     may use the "Import HTTP..." feature in the Key Manager. With it you can directly fetch keys
344 twoaday 224 from the web (Example: http://www.users.my-isp.de/~joe/gpg-keys.asc).
345    
346     @item
347 twoaday 253 To customize the parameters of the generated key, you can use the expert key generation.
348     It allows you to set the public key algorithm and/or the size of the key directly.
349 twoaday 224
350 twoaday 225 @item
351 twoaday 253 Most of the list view based dialogs allow to use the right mouse button, to show popup menus with
352     available commands.
353 twoaday 225
354 twoaday 224 @end itemize
355    
356 twoaday 225 @subsection Create a Revocation Certificate
357 twoaday 253 It is very important to do this step early as possible. With this certificate, you can revoke
358     your entire key. The reason for this can be for example, that your key is no longer used or even
359     compromised.
360     After you generated the revocation cert, you should move it to a secure place because anybody who
361     gets access to it, can render your key unuseable.
362 twoaday 225
363 twoaday 253 Just right-click on your key and select "Revoke Cert". If you do this step directly after key
364     generation, there is no need to change the default values. Just select a file name and enter the
365     passphrase. The program issues a warning which should be read carefully.
366 twoaday 225
367 twoaday 227 @subsection Adding a new Secondary Key
368 twoaday 253 For most users the existing keys in the key pair are enough and no extra key is needed. But there
369     are some exceptions.
370 twoaday 222
371     @itemize @bullet
372    
373     @item
374 twoaday 253 The primary key has no secondary key and the primary key is not able to encrypt data. In this
375     case it can be a good idea to add a secondary encryption key.
376 twoaday 222
377     @item
378 twoaday 253 A lot of people use secondary encryption keys with an expiration date. Usually the key is valid
379     for 1-2 years. After the key is expired, a new key is needed in order to encrypt data.
380 twoaday 222
381     @end itemize
382    
383 twoaday 253 What kind of public key algorithm should be selected is a matter of taste. RSA and ElGamal are
384     both capable for encryption. For most users it's a good idea to let the program chose the key
385     size (in bits). The default settings should be secure enough for most purposes.
386 twoaday 222
387 twoaday 227 @subsection Adding a new User ID
388 twoaday 253 If you got a new email account, it's propably a good idea to add these new account to your key
389     also. For example:
390 twoaday 222
391 twoaday 253 A new account was registed at gmail.com (john.doo@@gmail.com).
392 twoaday 222 Then you should create a new user ID with the following fields:
393    
394     name: John Doo
395    
396     email: john.doo@@gmail.com
397    
398     comment: (optional)
399    
400 twoaday 253 Now email programs are able to associate this address with your key when somebody wants to send
401     you a protected mail to this account.
402 twoaday 222
403 twoaday 227 @subsection Adding a new Photographic ID
404 twoaday 253 With this function you can add a photo to your public. It will be displayed in the key property
405     dialog.
406 twoaday 222
407 twoaday 253 You just need to select a JPEG file which contains the photo and enter your passphrase and
408     confirm with OK. Please read the note in the dialog carefully to make sure the photo has a proper
409     size (file, height and weight).
410 twoaday 222
411 twoaday 227 @subsection Adding a new Designated Revoker
412 twoaday 253 If you want to allow another key to revoke your own key, this might be useful if you lost your
413     secret or a simliar situation, you can use this function to add a designated revoker to your key.
414 twoaday 222
415 twoaday 253 All you need to do is to select the key you want to add as a desig revoker. But please bear in
416     mind that this procedure cannot be undone and that this person really has the power to make your
417     public key unuseable. You really should trust the selected key, in case it is not a key owned by yourself.
418 twoaday 222
419 twoaday 226 @subsection Export a Public Key
420 twoaday 253 There are several reason why to export a public key and there are also several ways to do it. If
421     you want to send the key directly to a mail recipient, you can select the key, right-click,
422     and select "Send Key to Mail Recipient". As an alternative, you can also export it to the
423     clipboard or to a file. To export a key to the clipboard, you can select "Copy key to Clipboard"
424     in the popup menu of the selected key. To export it to a file, you need to select the menu "Key"
425     and then "Export...". The program will automatically suggest a name for the output.
426 twoaday 226
427 twoaday 253 @subsection Export your Secret Key
428     This command should be used with caution because it exports your secret key. Please bear in mind
429     that you should never export your key to a place where it can be accessed by others.
430     An USB stick or a likewise mobile storage device should be used for the export.
431    
432 twoaday 226 @subsection Import a Public Key
433 twoaday 253 Similar to the key import, the import of a key can be done in several ways. First, let's assume
434     you got a mail with an OpenPGP key included as inline text. Then you can use the current window
435     feature and "Decrypt/Verify" to import the key. Alternative you also may use the clipboard.
436     To achieve this, you first need to select the entire key (CTRL+A) and then copy it to the
437     clipboard (CTRL+C), then use the Key Manager (Edit->Paste) to import it. If the key is stored as
438     an attachment, or you want to import a key from a file in general, just drag the file and drop it
439 twoaday 226 into the Key Manager window or use "Key" -> "Import...".
440    
441 twoaday 227 @subsection Sign a Public Key
442 twoaday 253 If you verified that a key really belongs to its owner, you should sign the key to integrate it
443     into your Web of Trust and also to mark the key as valid in your keyring. Do not sign a key you
444     just got via email with the request to sign it. Anybody can create a key with your (or better ANY) name,
445     these information are no hint to whom the key really belongs. You can check a key
446     by meeting or calling the key owner and verify the key fingerprint of the key with the one
447     published by the key owner. Additional checks should be to watch at his driver license or the
448     identity card to make sure that name of the key matches the name of the key owner. After this
449     procedure is done, you can open the Key Manager, select the right key and either use the context
450     menu "Sign Key" or use the toolbar button.
451 twoaday 227
452 twoaday 253 The next dialog will summarize the key information and some additional options. For example if
453     the signature should be local or exportable. Local means the signature will be stripped if you
454     export the key and no one else except you can use it to calculate the validity. If you mark the
455     signature exportable, any other user can see and use it. Now you can select the key you want to
456     use to sign and enter the passphrase. Confirm with "OK" and the key will be signed. Now the validity
457     of the new key is "Full". It is propably a good idea to set the ownertrust of the key.
458     For a detailled description, see the chapter "Key Ownertrust".
459 twoaday 227
460     @subsection Key Ownertrust
461 twoaday 253 First we should explain what the ownertrust of a key is. The ownertrust is a measurement how much
462     you trust somebody to certify and check keys of other people. For example, if you know that Bob
463     is really the owner of the key, you should sign it. But he is also known to sign other keys
464     without checking the idenity of the other key owner. Values for the ownertrust are
465     1) Don't Know 2) Don't Trust 3) Marginal 4) Full
466     and thus you should propably use an ownertrust value like "Marginal". But this is a personal
467     decision and stored in a separate file and never exported with the public keys. For further
468     information, please take a look into the GNU Privacy Handbook.
469     Just a last work on Key Pairs, they are automatically marked as "Ultimate" because the key
470     belongs to you and you trust it implicit.
471 twoaday 242
472 twoaday 253 @subsection List Signatures
473     This dialog contains a list of all signatures of the selected key. The basic dialog, the tree
474     based version, just shows signatures when the issuer key is in the public keyring. A double click
475     opens the signature property dialog which contains detailled description about the selected
476     signature. A dialog which is useful for people who wants to get all information about the key
477     signatures, can click on the "Edit.." button.
478    
479     @subsection Copy Key Information to the Clipboard
480     Often it is useful to copy parts of the user ID to the clipboard. One example is that you want to
481     send an email to the key owner or that you want to search the key by the email address or you
482     want to copy the fingerprint to the clipboard to paste it somewhere else.
483     This command is available in the popup menu (right click).
484    
485     @subsection Delete one or more Keys
486     To delete a key, or more than one key, you just need to select the keys in the Key Manager and
487     either select "Delete" or use the toolbar button.
488     Be careful if you delete a key pair, because you will not be able to decrypt and/or sign data any
489     longer. In any case you should have a backup of your key pair at a safe place.
490    
491     @subsection Re-verify Signatures
492     After you refreshed or imported a lot of new keys, either from a file or the keyserver, it is a
493     good idea to re-verify the signature in the keyring. This speeds up listing operations.
494    
495 twoaday 260 @subsection Refresh one or more Public Keys from the Keyserver
496     From time to time it can be useful to refresh keys from the keyring. The reason for this is,
497     that the key might contain new subkeys, user IDs and or new signatures. It is also possible
498     that the expiration date of a key has been updated or other preferences were changed. And
499     maybe even the worst case, that a key has been compromised and is now revoked.
500     If you want to update a single key, select it and right click on it. Then select the item
501     "Refresh from the Keyserver" in the popup menu. If you do not select any key, the Key Manager
502     assumes that you want to refresh all keys in the keyring. Please bear in mind that this
503     can be a lengthy process if you have a lot of keys in your keyring.
504    
505 twoaday 253 @subsection WinPT Website
506     If you want to check for updates or general information about the Windows Privacy Tray program,
507     you can select this menu item.
508     The WWW webite of WinPT will be loaded in the default browser.
509     If you want to visit the project website directly, select the "Project Website" entry.
510    
511     @subsection The Key Edit Dialog
512     For the average GPG user, the popup menu of the Key Manager contains all command to manage your
513     keys. For example to add a key/userid/revoker/photo, just right click on the click and select the
514     command from the "Add" submenu.
515     But for advanced users, this dialog contain a lot of extra commands to customize your key.
516    
517     The main dialog contains a list of all keys in the first list view box and all user IDs in the
518     second list view box. The help button gives you a short hint about each command and what it does.
519     For example you can set the primary user ID via the "primary" command or with "deluid" you can
520     delete the selected user ID. Please always bear in mind, that most keyserver are not able to
521     remove user IDs in its database so if another user fetch your 'updated' key from the keyserver
522     the user ID might be still part of the key. If you want to make an user ID unuseable, you should
523     revoke it. This is also possible with this dialog.
524    
525     @subsection Update your Preferences in the Key Manager
526     To avoid that the user needs detour to select the taskbar icon, click on it, etc., all
527     preferences can be changed in the Key Manager via the Edit->Preferences... menu.
528    
529 twoaday 242 @section The File Manager
530    
531     @subsection Introduction
532 twoaday 253 The File Manager is no replacement for an Explorer Extension. If you secure your files frequently
533     and you want to do this fast and easy, I suggest to install GPGee. It is a program which
534     integrates itself into the explorer and provide menu entries in the context menu of files and
535     directory. But the File Manager can be very useful if you just want to decrypt and/or encrypt
536     some files without additional programs. You can find the File Manager via the symbol in the
537     taskbar, right click and then "File Manager".
538 twoaday 242
539     @subsection An Overview of the GUI
540 twoaday 253 First there are different ways to add (open) files in the Key Manager. The easiest way is to use
541     drag and drop to add files into the File Manager. Just drag a file from the explorer and drop it
542     into the File Manager window. The second way is to use File->Open. A dialog opens which is common
543     for all "File Open" operations in most Windows application. Now you can select one or more files
544     and confirm. The files will be automatically added to the File Manager window. The main window
545     consists of a listview with three rows.
546 twoaday 242
547 twoaday 253 The first row is the status of the file. It can be "ENCRYPTED", "SIGNED", "PUBKEY", "SECKEY",
548     "SIG" or "UNKNOWN". Dependent on the file status, the File Manager offers different choices.
549     For example "SIG" enables the verify options in the (popup) menu. "UNKNOWN" is the default for
550     all plaintext files.
551     The second row is the file name. And the last row is the status of the operation. It can be
552     either "", "SUCCESS" or "FAILED". An empty status means no operation was started yet. FAILED
553     indicates that the GnuPG operation failed. In this case an error message was issued before.
554 twoaday 242
555     Now it follows an example:
556 twoaday 253 We assume that user wants to encrypt "c:\My Ideas\GPG GUI.txt". Drag the file from the Explorer
557     and drop it into the open File Manager, the main window. The file will be added and recognized
558     as "UNKNOWN". Now we select the file and right click, a popup menu is shown and we select
559     "Encrypt". An new dialog is opened which looks similar to the Clipboard Encryption dialog.
560     Just select the recipients and confirm. In contrast to clipboard encryption, file encryption
561     offers some more extra options. They are described later. And hour glass will be shown as long as
562     GnuPG takes to encrypt the file. When the procedure is done, the third row should be change
563 twoaday 242 to "SUCCESS" and the first row to "ENCRYPTED".
564    
565     @subsection General Options
566 twoaday 253 Now we describe the general options which are possible in some File Manager dialogs.
567 twoaday 242
568     @itemize
569    
570     @item Text Output
571 twoaday 253 When this option is checked, the output will be encoded in ASCII armor. This can be useful if the
572     file should be transfered via email. The size of the output file is larger than the usual binary
573     output.
574 twoaday 242
575     @item Wipe Original
576 twoaday 253 If this option is checked, the original file will be deleted after successfull encryption.
577     This can be useful if data should not be available in plaintext any longer on a machine.
578 twoaday 242
579     @end itemize
580    
581 twoaday 256
582     @section A short Note about Cryptographic Issues
583    
584     WinPT itself does not perform any real encryption, signing or decryption. Instead it uses
585     GPG as the backend program which provides all kind of cryptographic code to perform the
586     needed operations.
587    
588     The default values WinPT uses for key sizes, should be sufficient for personal and commercial
589     security for the next years. If you are concerned about the default values, you can always use
590     the expert key generation to make your own decision. GPG also provides
591     default values for symmetric cipher preferences. By default, the AES (Advanced Encryption Standard)
592     is used which provides a very good security. You can manually modify your key preferences, this
593     includes cipher, hash, and compression but usually this is not necessary and also can do harm if
594     you use algorithms which are not very widespread among other OpenPGP programs.
595    
596     @section WinPT and Personal Firewalls
597    
598     Because the program uses a global hook to remember the last active current window, it might be
599     possible that Firewalls warn that the process contains a global hook which is a potential
600     security risk. In some cases, there might be even a warning that key logging is possible.
601     This is a false alarm because the hook provided by the program, a CTB (Computer Based Training)
602     hook, can be only used to save handles of newly created windows, or windows which are
603     activated or in case of a focus change. Details can be found in the source code of the program
604     or additional information about the CTB hook at msdn.microsoft.com
605    
606     To provide access to keyservers and to download HTTP keys, the program
607     needs to be able to make outbound connections to the following ports: 80 (http), 11371 (keyserver)
608    
609     @subsection Using a HTTP Proxy
610     If you are behind a firewall and you have no chance make a connection to a keyserver, maybe
611     because of a policy, you can use a http proxy for outbound connections. Open the Keyserver dialog
612     and click on the button "Change Proxy". A new dialog opens where you can enter the proxy specific
613     host name and ports. If the proxy requires authentication, you also have to provide your user name
614     and your password. Please bear in mind that only a base64 authentication is supported and no other
615     proxy types (SOCKS for example) can be used.
616    
617    
618 twoaday 253 @section Reporting a Problem (Bug) or a Feature Request
619    
620     For the case that you have problems with the program, that includes crashes or or the handling,
621     please first check the forum at http://wald.intevation.org to see if someone else reported and/or
622     wrote about the issue. It is possible that the issue is already solved/answered in the forum.
623     Plus all other users can benefit of it because maybe another person has the same problem and then
624     he can check the forum and will find the answer.
625    
626     Feature requests can be submitted at the same site in a different tab (Tracker->Feature Request).
627     There is no guarantee that the request will be implemented in the next version. The reason is,
628     that other issues might be more important or that the request must be first discussed with other
629     developers. But each request will be considered.
630    
631     For the case that you found a bug, it is very important to provide much details as possible to
632     allow the developers to track down the problem and to fix it easily. Please do not forgot to be
633     precise as possible and the best idea is to provide a step-by-step text to reproduce the problem.
634    
635     @section Problem with the Program or an unexpected Behaviour
636    
637     First let me say that it is very important always to use the newest version. Each new version
638     contains bug fixes and might also fix usability issues. This is also valid for GPG, WinPT
639     checks that the minimum GPG version is available but even so it is important and often useful to
640     have the newest GPG version if this is possible.
641    
642     But sometimes the problem is not the software itself, but the software which was involved to
643     transfer the data. Here are some examples of what could happen:
644    
645     - The downloaded file could be broken (FTP ascii->binary issue) and thus WinPT is unable to
646     verify the signature. In this case you should download the file again.
647    
648     - A mailer broke the signature because the line endings were altered or the mail text was wrapped
649     after the signature was issued. There is no solution to this problem, except to use
650     a smart Mail Client.
651    
652     - A public key (file or clipboard) will not be recognized but the data should definitely contain
653     one or more keys. Sometimes line endings are messed up or white spaces were removed. In
654     this case GPG/WinPT is not able to detect when the data begins and the header section starts.
655     You can use the clipboard editor to see if the ascii armor is broken. If this happened, the
656     file must be repaired manually or should be sent again.
657    
658     - WinPT reports that the key could not be imported because of missing self signature or a
659     likewise message. To make sure that the receiver can really verify the key belongs to its
660     owner, the key carries a self signature which can be checked by anybody. Some PGP 2.6 version
661     do not issue this self signature and some other PGP versions might be also able to
662     supress its generation. Such a key cannot be used, even if the import were forced. The solution
663     to this problem is easy but sometimes not possible. Ask the key issuer to self sign his key and
664     to upload it to the keyserver or send it again.
665     But sometimes companies have a policy and thus newly generated keys are not self signed. I do
666     not know what to do in this case except for asking if it would be possible to sign a copy of
667     the key.
668    
669     - You received a message from a user which uses PGP and WinPT/GPG will not be able to decrypt it.
670     First let me say that this should happen very seldom with newer (PGP >= 7) versions of PGP.
671     The reason could be, that IDEA has been used. A patented Cipher which is not included in GPG.
672     GPG will not be able to decrypt the data because it has been ciphered with IDEA. There is no
673     solution for this problem, except to use the IDEA plug-in. But be advised that the IDEA
674     algorithm is only free for private use and NOT for commercial mails.
675    
676     Another problem could be, that your files cannot be automatically decrypted by the receiver
677     (who uses PGP) because the file extension of it is .GPG. You can solve this problem by changing
678     the default extension in the WinPT preferences from .GPG to .PGP.
679    
680     To minimize the change of problems when you communicate with a PGP user, you can add "pgp8" or
681     "pgp7" to your gpg.conf. This can be done via the Key Manager
682     ->Edit->Preferences...->GPG Config Preferences.
683    
684    
685     @section How can I help the Project
686    
687     There are several ways to help the project. For example you could provide (or work on) the
688     existing documentation or write new docs. You could translate WinPT into a new language or
689     maintain an existing language file. Of course it is also possible to contribute code or to
690     become part of the WinPT developer crew.
691     Commercial support for WinPT is available via g10 Code GmbH.
692    
693     @subsection What I need for Development
694     First, you need a Windows C-compiler and knowledge how to use the tools and the Win32 API. There
695     is no need to use MS-Visual C, you can use Ming-W32 (gcc) and a free IDE to hack some code.
696     The default building environment is a mingw32 hosted on Linux and it produces W32 executables.
697    
698     If you plan to contribute some code or to work on an item from the TODO file, please contact me
699     first to make sure no one else is working on it and that and we can discuss the details.
700    
701     @section Closing Words
702     Please remember that currently the core WinPT crew is just me and thus it might take some time to
703     respond to forum messages, and mails. If my spare time allows it, I try to respond quick as
704     possible. But as a free software project, I do most coding in my spare time and I can't guarantee
705     anything. If you need commercial support for WinPT or GPG in general,
706     please contact g10 Code GmbH.
707    
708 twoaday 222 @bye

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26