Moved epa-dired example to the individual section.
[elisp/epg.git] / epa.texi
1 \input texinfo                  @c -*- mode: texinfo -*-
2 @c %**start of header
3 @setfilename epa.info
4 @settitle EasyPG Assistant
5 @c %**end of header
6 @include version.texi
7 @c @documentlanguage en
8
9 @dircategory GNU Emacs Lisp
10 @direntry
11 * epa: (epa).   EasyPG Assistant
12 @end direntry
13
14 @ifinfo
15 This file describes EasyPG Assistant.
16
17 Copyright (C) 2007 Daiki Ueno.
18
19 Permission is granted to copy, distribute and/or modify this document
20 under the terms of the GNU Free Documentation License, Version 1.1 or
21 any later version published by the Free Software Foundation; with no
22 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
23 Texts.  A copy of the license is included in the section entitled "GNU
24 Free Documentation License".
25 @end ifinfo
26
27 @tex
28
29 @titlepage
30 @title EasyPG Assistant
31
32 @author by Daiki Ueno
33 @page
34
35 @vskip 0pt plus 1filll
36 Copyright @copyright{} 2007 Daiki Ueno.
37
38 Permission is granted to copy, distribute and/or modify this document
39 under the terms of the GNU Free Documentation License, Version 1.1 or
40 any later version published by the Free Software Foundation; with no
41 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
42 Texts.  A copy of the license is included in the section entitled "GNU
43 Free Documentation License".
44 @end titlepage
45 @page
46
47 @end tex
48
49 @summarycontents
50 @contents
51
52 @node Top
53 @top EasyPG Assistant user's manual
54
55 EasyPG Assistant is an Emacs user interface for GNU Privacy Guard
56 (GnuPG, @pxref{Top, , Top, gnupg, Using the GNU Privacy Guard}).
57
58 EasyPG Assistant is a part of the package called EasyPG, an all-in-one
59 GnuPG interface for Emacs.  EasyPG also contains the library interface
60 called EasyPG Library.
61
62 @noindent
63 This manual covers EasyPG version @value{VERSION}.
64
65 @menu
66 * Overview::                    
67 * Quick start::                 
68 * Commands::               
69 @end menu
70
71 @node  Overview
72 @chapter Overview
73
74 EasyPG Assistant provides the following features.
75
76 @itemize @bullet
77 @item Key manegement.
78 @item Cryptographic operations on regions.
79 @item Cryptographic operations on files.
80 @item Dired integration.
81 @item Mail-mode integration.
82 @item Automatic encryption/decryption of *.gpg files.
83 @end itemize
84
85 @node  Quick start
86 @chapter Quick start
87
88 To install, just follow the standard CMMI installation instructions.
89
90 @cartouche
91 @example
92 $ ./configure
93 $ sudo make install
94 @end example
95 @end cartouche
96
97 @noindent
98 Then, add the following line to your @file{~/.emacs}
99
100 @cartouche
101 @lisp
102 (require 'epa-setup)
103 @end lisp
104 @end cartouche
105
106 @noindent
107 That's all.  Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a
108 lot of commands available.  For example,
109
110 @itemize @bullet
111 @item To browse your keyring, type @kbd{M-x epa-list-keys}
112
113 @item To create a cleartext signature of the region, type @kbd{M-x epa-sign-region}
114 @end itemize
115
116 @node Commands
117 @chapter Commands
118
119 This chapter introduces various commands for typical use cases.
120
121 @menu
122 * Key management::              
123 * Cryptographic operations on regions::  
124 * Cryptographic operations on files::  
125 * Dired integration::           
126 * Mail-mode integration::       
127 * Encrypting/decrypting *.gpg files::  
128 @end menu
129
130 @node Key management
131 @section Key management
132 Probably the first step of using EasyPG Assistant is to browse your
133 keyring.  @kbd{M-x epa-list-keys} is corresponding to @samp{gpg
134 --list-keys} from the command line.
135
136 @deffn Command epa-list-keys name mode
137 Show all keys matched with @var{name} from the public keyring.
138 @end deffn
139
140 @noindent
141 The output looks as follows.
142
143 @example
144   u A5B6B2D4B15813FE Daiki Ueno <ueno@@unixuser.org>
145 @end example
146
147 @noindent
148 A character on the leftmost column indicates the trust level of the
149 key.  If it is @samp{u}, the key is marked as ultimately trusted.  The
150 second column is the key ID, and the rest is the user ID.
151
152 @noindent
153 You can move over entries by @key{TAB}.  If you type @key{RET} or
154 click button1 on an entry, you will see more detailed information
155 about the key you selected.
156
157 @example
158  u Daiki Ueno <ueno@@unixuser.org>
159  u A5B6B2D4B15813FE 1024bits DSA
160         Created: 2001-10-09
161         Expires: 2007-09-04
162         Capabilities: sign certify
163         Fingerprint: 8003 7CD0 0F1A 9400 03CA  50AA A5B6 B2D4 B158 13FE
164  u 4447461B2A9BEA2D 2048bits ELGAMAL_E
165         Created: 2001-10-09
166         Expires: 2007-09-04
167         Capabilities: encrypt
168         Fingerprint: 9003 D76B 73B7 4A8A E588  10AF 4447 461B 2A9B EA2D
169 @end example
170
171 @noindent
172 To browse your private keyring, use @kbd{M-x epa-list-secret-keys}.
173
174 @deffn Command epa-list-secret-keys name
175 Show all keys matched with @var{name} from the private keyring.
176 @end deffn
177
178 @noindent
179 In @samp{*Keys*} buffer, several commands are available.  The common
180 use case is to export some keys to a file.  To do that, type @kbd{m}
181 to select keys, type @kbd{o}, and then supply the filename.
182
183 Below are other commands related to key management.  Some of them take
184 a file as input/output, and others take the current region.
185
186 @deffn Command epa-insert-keys keys
187 Insert selected @var{keys} after the point.  It will let you select
188 keys before insertion.  By default, it will encode keys in the OpenPGP
189 armor format.
190 @end deffn
191
192 @deffn Command epa-import-keys file
193 Import keys from @var{file} to your keyring.
194 @end deffn
195
196 @deffn Command epa-import-keys-region start end
197 Import keys from the current region between @var{start} and @var{end}
198 to your keyring.
199 @end deffn
200
201 @deffn Command epa-import-armor-in-region start end
202 Import keys in the OpenPGP armor format in the current region between
203 @var{start} and @var{end}.  The difference from
204 @code{epa-import-keys-region} is that
205 @code{epa-import-armor-in-region} searches armors in the region and
206 applies @code{epa-import-keys-region} to each of them.
207 @end deffn
208
209 @deffn Command epa-delete-keys allow-secret
210 Delete selected keys.  If @var{allow-secret} is non-@code{nil}, it
211 also delete the secret keys.
212 @end deffn
213
214 @node Cryptographic operations on regions
215 @section Cryptographic operations on regions
216
217 @deffn Command epa-decrypt-region start end
218 Decrypt the current region between @var{start} and @var{end}.  It
219 replaces the region with the decrypted text.
220 @end deffn
221
222 @deffn Command epa-decrypt-armor-in-region start end
223 Decrypt OpenPGP armors in the current region between @var{start} and
224 @var{end}.  The difference from @code{epa-decrypt-region} is that
225 @code{epa-decrypt-armor-in-region} searches armors in the region
226 and applies @code{epa-decrypt-region} to each of them.  That is, this
227 command does not alter the original text around armors.
228 @end deffn
229
230 @deffn Command epa-verify-region start end
231 Verify the current region between @var{start} and @var{end}.  It sends
232 the verification result to the minibuffer or a popup window.  It
233 replaces the region with the signed text.
234 @end deffn
235
236 @deffn Command epa-verify-cleartext-in-region
237 Verify OpenPGP cleartext blocks in the current region between
238 @var{start} and @var{end}.  The difference from
239 @code{epa-verify-region} is that @code{epa-verify-cleartext-in-region}
240 searches OpenPGP cleartext blocks in the region and applies
241 @code{epa-verify-region} to each of them.  That is, this command does
242 not alter the original text around OpenPGP cleartext blocks.
243 @end deffn
244
245 @deffn Command epa-sign-region start end signers type
246 Sign the current region between @var{start} and @var{end}.  By
247 default, it creates a cleartext signature.  If a prefix argument is
248 given, it will let you select signing keys, and then a signature
249 type.
250 @end deffn
251
252 @deffn Command epa-encrypt-region start end recipients sign signers
253 Encrypt the current region between @var{start} and @var{end}.  It will
254 let you select recipients.  If a prefix argument is given, it will
255 also ask you whether or not to sign the text before encryption and if
256 you answered yes, it will let you select the signing keys.
257 @end deffn
258
259 @node Cryptographic operations on files
260 @section Cryptographic operations on files
261
262 @deffn Command epa-decrypt-file file
263 Decrypt @var{file}.
264 @end deffn
265
266 @deffn Command epa-verify-file file
267 Verify @var{file}.
268 @end deffn
269
270 @deffn Command epa-sign-file file signers type
271 Sign @var{file}.  If a prefix argument is given, it will let you
272 select signing keys, and then a signature type.
273 @end deffn
274
275 @deffn Command epa-encrypt-file file recipients
276 Encrypt @var{file}.  It will let you select recipients.
277 @end deffn
278
279 @node Dired integration
280 @section Dired integration
281
282 EasyPG Assistant extends Dired Mode for GNU Emacs to allow users to
283 easily do cryptographic operations on files.  For example,
284
285 @example
286 M-x dired
287 (mark some files)
288 : e (or M-x epa-dired-do-encrypt)
289 (select recipients by 'm' and click [OK])
290 @end example
291
292 The following keys are assigned.
293
294 @table @kbd
295 @item : d
296 @kindex @kbd{: d}
297 @findex epa-dired-do-decrypt
298 Decrypt marked files.
299
300 @item : v
301 @kindex @kbd{: v}
302 @findex epa-dired-do-verify
303 Verify marked files.
304
305 @item : s
306 @kindex @kbd{: s}
307 @findex epa-dired-do-sign
308 Sign marked files.
309
310 @item : e
311 @kindex @kbd{: e}
312 @findex epa-dired-do-encrypt
313 Encrypt marked files.
314
315 @end table
316
317 @node Mail-mode integration
318 @section Mail-mode integration
319
320 EasyPG Assistant provides a minor mode to help composing clearsigned
321 or OpenPGP armored encrypted mails.  The following keys are assigned.
322
323 (not yet written.)
324
325 @node Encrypting/decrypting *.gpg files
326 @section Encrypting/decrypting *.gpg files
327 Once @code{epa-setup} is loaded, every file whose extension is
328 @samp{.gpg} will be treated as encrypted.  That is, when you attempt
329 to open such a file which already exists, the decrypted text is
330 inserted in the buffer rather than encrypted one.  On the other hand,
331 when you attempt to save the buffer to a file whose extension is
332 @samp{.gpg}, encrypted data is written.
333
334 If you want to temporarily disable this behavior, use @kbd{M-x
335 epa-file-disable}, and then to enable this behavior use @kbd{M-x
336 epa-file-enable}.
337
338 @deffn Command epa-file-disable
339 Disable automatic encryption/decryption of *.gpg files.
340 @end deffn
341
342 @deffn Command epa-file-enable
343 Enable automatic encryption/decryption of *.gpg files.
344 @end deffn
345
346 @noindent
347 @code{epa-file} will let you select recipients.  If you want to
348 suppress this question, it might be a good idea to put the following
349 line on the first line of the text being encrypted.
350 @vindex epa-file-encrypt-to
351
352 @cartouche
353 @lisp
354 ;; -*- epa-file-encrypt-to: ("ueno@@unixuser.org") -*-
355 @end lisp
356 @end cartouche
357
358 Other variables which control the automatic encryption/decryption
359 behavior are below.
360
361 @defvar epa-file-cache-passphrase-for-symmetric-encryption
362 If non-@code{nil}, cache passphrase for symmetric encryption.  The
363 default value is @code{nil}.
364 @end defvar
365
366 @defvar epa-file-inhibit-auto-save
367 If non-@code{nil}, disable auto-saving when opening an encrypted file.
368 The default value is @code{t}.
369 @end defvar
370
371 @bye
372
373 @c End: