annotate doc/misc/epa.texi @ 112453:06719a229a46 default tip

* calc/calc.el (calc-default-power-reference-level) (calc-default-field-reference-level): New variables. * calc/calc-units.el (math-standard-units): Add dB and Np. (math-logunits): New variable. (math-extract-logunits, math-logcombine, calcFunc-luplus) (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level) (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New functions. (math-find-base-units-rec): Add entry for ln(10). * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help. (calc-ul-prefix-help): New function. * calc/calc-ext.el (calc-init-extensions): Autoload new units functions. Add keybindings for new units functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 23 Jan 2011 23:08:04 -0600
parents ef719132ddfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
1 \input texinfo @c -*- mode: texinfo -*-
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
2 @c %**start of header
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
3 @setfilename ../../info/epa
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
4 @settitle EasyPG Assistant User's Manual
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
5 @c %**end of header
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
6
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
7 @set VERSION 1.0.0
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
8
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
9 @copying
102059
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 101906
diff changeset
10 This file describes EasyPG Assistant @value{VERSION}.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
11
112218
376148b31b5e Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents: 109274
diff changeset
12 Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
13
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
14 @quotation
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
15 Permission is granted to copy, distribute and/or modify this document
99709
6de181810d0f Relicense all texi files under FDL 1.3 or later.
Glenn Morris <rgm@gnu.org>
parents: 95981
diff changeset
16 under the terms of the GNU Free Documentation License, Version 1.3 or
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
17 any later version published by the Free Software Foundation; with no
95981
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
18 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
19 and with the Back-Cover Texts as in (a) below. A copy of the license
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
20 is included in the section entitled ``GNU Free Documentation License''
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
21 in the Emacs manual.
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
22
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
23 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
24 modify this GNU manual. Buying copies from the FSF supports it in
0080e1e64a78 Add Cover-Texts.
Glenn Morris <rgm@gnu.org>
parents: 95927
diff changeset
25 developing GNU and promoting software freedom.''
95927
a6193201ca6a Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 93506
diff changeset
26
a6193201ca6a Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 93506
diff changeset
27 This document is part of a collection distributed under the GNU Free
a6193201ca6a Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 93506
diff changeset
28 Documentation License. If you want to distribute this document
a6193201ca6a Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 93506
diff changeset
29 separately from the collection, you can do so by adding a copy of the
a6193201ca6a Refer to license in Emacs manual.
Glenn Morris <rgm@gnu.org>
parents: 93506
diff changeset
30 license to the document, as described in section 6 of the license.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
31 @end quotation
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
32 @end copying
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
33
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
34 @dircategory Emacs
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
35 @direntry
109274
a91e94388547 Minor doc/misc/*.texi direntry fixes.
Glenn Morris <rgm@gnu.org>
parents: 109270
diff changeset
36 * EasyPG Assistant: (epa). An Emacs user interface to GNU Privacy Guard.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
37 @end direntry
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
38
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
39 @titlepage
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
40 @title EasyPG Assistant
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
41
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
42 @author by Daiki Ueno
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
43 @page
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
44
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
45 @vskip 0pt plus 1filll
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
46 @insertcopying
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
47 @end titlepage
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
48
102059
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 101906
diff changeset
49 @contents
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
50
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
51 @node Top
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
52 @top EasyPG Assistant user's manual
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
53
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
54 EasyPG Assistant is an Emacs user interface to GNU Privacy Guard
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
55 (GnuPG, @pxref{Top, , Top, gnupg, Using the GNU Privacy Guard}).
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
56
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
57 EasyPG Assistant is a part of the package called EasyPG, an all-in-one
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
58 GnuPG interface for Emacs. EasyPG also contains the library interface
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
59 called EasyPG Library.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
60
102059
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 101906
diff changeset
61 @ifnottex
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 101906
diff changeset
62 @insertcopying
9bcea07061a8 consistently use @insertcopying, @direntry, @contents
Karl Berry <karl@gnu.org>
parents: 101906
diff changeset
63 @end ifnottex
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
64
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
65 @menu
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
66 * Overview::
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
67 * Quick start::
110644
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
68 * Commands::
110787
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
69 * Caching Passphrases::
110644
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
70 * Bug Reports::
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
71 @end menu
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
72
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
73 @node Overview
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
74 @chapter Overview
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
75
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
76 EasyPG Assistant provides the following features.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
77
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
78 @itemize @bullet
91808
72f7da265a92 (Overview): Fix typo.
Romain Francoise <romain@orebokech.com>
parents: 91787
diff changeset
79 @item Key management.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
80 @item Cryptographic operations on regions.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
81 @item Cryptographic operations on files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
82 @item Dired integration.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
83 @item Mail-mode integration.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
84 @item Automatic encryption/decryption of *.gpg files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
85 @end itemize
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
86
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
87 @node Quick start
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
88 @chapter Quick start
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
89
91787
457a4ba95667 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson <mwolson@gnu.org>
parents: 91731
diff changeset
90 EasyPG Assistant commands are prefixed by @samp{epa-}. For example,
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
91
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
92 @itemize @bullet
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
93 @item To browse your keyring, type @kbd{M-x epa-list-keys}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
94
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
95 @item To create a cleartext signature of the region, type @kbd{M-x epa-sign-region}
91787
457a4ba95667 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson <mwolson@gnu.org>
parents: 91731
diff changeset
96
457a4ba95667 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson <mwolson@gnu.org>
parents: 91731
diff changeset
97 @item To encrypt a file, type @kbd{M-x epa-encrypt-file}
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
98 @end itemize
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
99
91787
457a4ba95667 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson <mwolson@gnu.org>
parents: 91731
diff changeset
100 EasyPG Assistant provides several cryptographic features which can be
457a4ba95667 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson <mwolson@gnu.org>
parents: 91731
diff changeset
101 integrated into other Emacs functionalities. For example, automatic
457a4ba95667 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson <mwolson@gnu.org>
parents: 91731
diff changeset
102 encryption/decryption of @samp{*.gpg} files.
457a4ba95667 EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Michael Olson <mwolson@gnu.org>
parents: 91731
diff changeset
103
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
104 @node Commands
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
105 @chapter Commands
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
106
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
107 This chapter introduces various commands for typical use cases.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
108
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
109 @menu
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
110 * Key management::
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
111 * Cryptographic operations on regions::
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
112 * Cryptographic operations on files::
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
113 * Dired integration::
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
114 * Mail-mode integration::
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
115 * Encrypting/decrypting *.gpg files::
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
116 @end menu
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
117
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
118 @node Key management
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
119 @section Key management
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
120 Probably the first step of using EasyPG Assistant is to browse your
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
121 keyring. @kbd{M-x epa-list-keys} is corresponding to @samp{gpg
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
122 --list-keys} from the command line.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
123
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
124 @deffn Command epa-list-keys name mode
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
125 Show all keys matched with @var{name} from the public keyring.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
126 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
127
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
128 @noindent
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
129 The output looks as follows.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
130
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
131 @example
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
132 u A5B6B2D4B15813FE Daiki Ueno <ueno@@unixuser.org>
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
133 @end example
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
134
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
135 @noindent
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
136 A character on the leftmost column indicates the trust level of the
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
137 key. If it is @samp{u}, the key is marked as ultimately trusted. The
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
138 second column is the key ID, and the rest is the user ID.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
139
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
140 You can move over entries by @key{TAB}. If you type @key{RET} or
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
141 click button1 on an entry, you will see more detailed information
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
142 about the key you selected.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
143
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
144 @example
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
145 u Daiki Ueno <ueno@@unixuser.org>
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
146 u A5B6B2D4B15813FE 1024bits DSA
109270
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
147 Created: 2001-10-09
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
148 Expires: 2007-09-04
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
149 Capabilities: sign certify
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
150 Fingerprint: 8003 7CD0 0F1A 9400 03CA 50AA A5B6 B2D4 B158 13FE
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
151 u 4447461B2A9BEA2D 2048bits ELGAMAL_E
109270
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
152 Created: 2001-10-09
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
153 Expires: 2007-09-04
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
154 Capabilities: encrypt
a7253b87aad9 Remove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris <rgm@gnu.org>
parents: 106815
diff changeset
155 Fingerprint: 9003 D76B 73B7 4A8A E588 10AF 4447 461B 2A9B EA2D
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
156 @end example
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
157
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
158 @noindent
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
159 To browse your private keyring, use @kbd{M-x epa-list-secret-keys}.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
160
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
161 @deffn Command epa-list-secret-keys name
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
162 Show all keys matched with @var{name} from the private keyring.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
163 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
164
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
165 @noindent
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
166 In @samp{*Keys*} buffer, several commands are available. The common
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
167 use case is to export some keys to a file. To do that, type @kbd{m}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
168 to select keys, type @kbd{o}, and then supply the filename.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
169
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
170 Below are other commands related to key management. Some of them take
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
171 a file as input/output, and others take the current region.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
172
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
173 @deffn Command epa-insert-keys keys
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
174 Insert selected @var{keys} after the point. It will let you select
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
175 keys before insertion. By default, it will encode keys in the OpenPGP
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
176 armor format.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
177 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
178
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
179 @deffn Command epa-import-keys file
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
180 Import keys from @var{file} to your keyring.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
181 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
182
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
183 @deffn Command epa-import-keys-region start end
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
184 Import keys from the current region between @var{start} and @var{end}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
185 to your keyring.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
186 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
187
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
188 @deffn Command epa-import-armor-in-region start end
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
189 Import keys in the OpenPGP armor format in the current region between
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
190 @var{start} and @var{end}. The difference from
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
191 @code{epa-import-keys-region} is that
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
192 @code{epa-import-armor-in-region} searches armors in the region and
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
193 applies @code{epa-import-keys-region} to each of them.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
194 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
195
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
196 @deffn Command epa-delete-keys allow-secret
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
197 Delete selected keys. If @var{allow-secret} is non-@code{nil}, it
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
198 also delete the secret keys.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
199 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
200
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
201 @node Cryptographic operations on regions
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
202 @section Cryptographic operations on regions
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
203
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
204 @deffn Command epa-decrypt-region start end
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
205 Decrypt the current region between @var{start} and @var{end}. It
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
206 replaces the region with the decrypted text.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
207 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
208
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
209 @deffn Command epa-decrypt-armor-in-region start end
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
210 Decrypt OpenPGP armors in the current region between @var{start} and
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
211 @var{end}. The difference from @code{epa-decrypt-region} is that
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
212 @code{epa-decrypt-armor-in-region} searches armors in the region
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
213 and applies @code{epa-decrypt-region} to each of them. That is, this
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
214 command does not alter the original text around armors.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
215 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
216
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
217 @deffn Command epa-verify-region start end
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
218 Verify the current region between @var{start} and @var{end}. It sends
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
219 the verification result to the minibuffer or a popup window. It
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
220 replaces the region with the signed text.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
221 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
222
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
223 @deffn Command epa-verify-cleartext-in-region
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
224 Verify OpenPGP cleartext blocks in the current region between
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
225 @var{start} and @var{end}. The difference from
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
226 @code{epa-verify-region} is that @code{epa-verify-cleartext-in-region}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
227 searches OpenPGP cleartext blocks in the region and applies
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
228 @code{epa-verify-region} to each of them. That is, this command does
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
229 not alter the original text around OpenPGP cleartext blocks.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
230 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
231
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
232 @deffn Command epa-sign-region start end signers type
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
233 Sign the current region between @var{start} and @var{end}. By
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
234 default, it creates a cleartext signature. If a prefix argument is
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
235 given, it will let you select signing keys, and then a signature
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
236 type.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
237 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
238
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
239 @deffn Command epa-encrypt-region start end recipients sign signers
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
240 Encrypt the current region between @var{start} and @var{end}. It will
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
241 let you select recipients. If a prefix argument is given, it will
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
242 also ask you whether or not to sign the text before encryption and if
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
243 you answered yes, it will let you select the signing keys.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
244 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
245
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
246 @node Cryptographic operations on files
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
247 @section Cryptographic operations on files
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
248
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
249 @deffn Command epa-decrypt-file file
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
250 Decrypt @var{file}.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
251 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
252
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
253 @deffn Command epa-verify-file file
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
254 Verify @var{file}.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
255 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
256
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
257 @deffn Command epa-sign-file file signers type
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
258 Sign @var{file}. If a prefix argument is given, it will let you
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
259 select signing keys, and then a signature type.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
260 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
261
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
262 @deffn Command epa-encrypt-file file recipients
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
263 Encrypt @var{file}. It will let you select recipients.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
264 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
265
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
266 @node Dired integration
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
267 @section Dired integration
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
268
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
269 EasyPG Assistant extends Dired Mode for GNU Emacs to allow users to
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
270 easily do cryptographic operations on files. For example,
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
271
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
272 @example
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
273 M-x dired
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
274 (mark some files)
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
275 : e (or M-x epa-dired-do-encrypt)
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
276 (select recipients by 'm' and click [OK])
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
277 @end example
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
278
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
279 @noindent
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
280 The following keys are assigned.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
281
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
282 @table @kbd
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
283 @item : d
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
284 @kindex @kbd{: d}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
285 @findex epa-dired-do-decrypt
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
286 Decrypt marked files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
287
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
288 @item : v
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
289 @kindex @kbd{: v}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
290 @findex epa-dired-do-verify
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
291 Verify marked files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
292
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
293 @item : s
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
294 @kindex @kbd{: s}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
295 @findex epa-dired-do-sign
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
296 Sign marked files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
297
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
298 @item : e
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
299 @kindex @kbd{: e}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
300 @findex epa-dired-do-encrypt
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
301 Encrypt marked files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
302
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
303 @end table
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
304
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
305 @node Mail-mode integration
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
306 @section Mail-mode integration
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
307
104560
fa3c2cd2554d (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
Daiki Ueno <ueno@unixuser.org>
parents: 104559
diff changeset
308 EasyPG Assistant provides a minor mode @code{epa-mail-mode} to help
111177
35a6397b95e8 Don't use the word "PGP", since it is a non-free program.
Daiki Ueno <ueno@unixuser.org>
parents: 111174
diff changeset
309 user compose inline OpenPGP messages. Inline OpenPGP is a traditional
35a6397b95e8 Don't use the word "PGP", since it is a non-free program.
Daiki Ueno <ueno@unixuser.org>
parents: 111174
diff changeset
310 style of sending signed/encrypted emails by embedding raw OpenPGP
35a6397b95e8 Don't use the word "PGP", since it is a non-free program.
Daiki Ueno <ueno@unixuser.org>
parents: 111174
diff changeset
311 blobs inside a message body, not using modern MIME format.
104560
fa3c2cd2554d (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
Daiki Ueno <ueno@unixuser.org>
parents: 104559
diff changeset
312
111177
35a6397b95e8 Don't use the word "PGP", since it is a non-free program.
Daiki Ueno <ueno@unixuser.org>
parents: 111174
diff changeset
313 NOTE: Inline OpenPGP is not recommended and you should consider to use
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
314 PGP/MIME. See
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
315 @uref{http://josefsson.org/inline-openpgp-considered-harmful.html,
111177
35a6397b95e8 Don't use the word "PGP", since it is a non-free program.
Daiki Ueno <ueno@unixuser.org>
parents: 111174
diff changeset
316 Inline OpenPGP in E-mail is bad@comma{} Mm'kay?}.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
317
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
318 @noindent
104559
5341a7b533a2 (Quick start): Don't refer to nonexistent epa-mode.
Daiki Ueno <ueno@unixuser.org>
parents: 102059
diff changeset
319 Once @code{epa-mail-mode} is enabled, the following keys are assigned.
5341a7b533a2 (Quick start): Don't refer to nonexistent epa-mode.
Daiki Ueno <ueno@unixuser.org>
parents: 102059
diff changeset
320 You can do it by @kbd{C-u 1 M-x epa-mail-mode} or through the Customize
5341a7b533a2 (Quick start): Don't refer to nonexistent epa-mode.
Daiki Ueno <ueno@unixuser.org>
parents: 102059
diff changeset
321 interface. Try @kbd{M-x customize-variable epa-global-mail-mode}.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
322
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
323 @table @kbd
111174
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
324 @item C-c C-e C-d and C-c C-e d
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
325 @kindex @kbd{C-c C-e C-d}
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
326 @kindex @kbd{C-c C-e d}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
327 @findex epa-mail-decrypt
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
328 Decrypt OpenPGP armors in the current buffer.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
329
111174
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
330 @item C-c C-e C-v and C-c C-e v
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
331 @kindex @kbd{C-c C-e C-v}
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
332 @kindex @kbd{C-c C-e v}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
333 @findex epa-mail-verify
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
334 Verify OpenPGP cleartext signed messages in the current buffer.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
335
111174
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
336 @item C-c C-e C-s and C-c C-e s
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
337 @kindex @kbd{C-c C-e C-s}
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
338 @kindex @kbd{C-c C-e s}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
339 @findex epa-mail-sign
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
340 Compose a signed message from the current buffer.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
341
111174
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
342 @item C-c C-e C-e and C-c C-e e
7253525aadd5 Add alternative key bindings for epa-mail commands.
Daiki Ueno <ueno@unixuser.org>
parents: 110933
diff changeset
343 @kindex @kbd{C-c C-e C-e}
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
344 @kindex @kbd{C-c C-e e}
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
345 @findex epa-mail-encrypt
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
346 Compose an encrypted message from the current buffer.
101906
2c5d675b218e (Mail-mode integration): Mention the way to do
Daiki Ueno <ueno@unixuser.org>
parents: 100974
diff changeset
347 By default it tries to build the recipient list from @samp{to},
2c5d675b218e (Mail-mode integration): Mention the way to do
Daiki Ueno <ueno@unixuser.org>
parents: 100974
diff changeset
348 @samp{cc}, and @samp{bcc} fields of the mail header. To include your
2c5d675b218e (Mail-mode integration): Mention the way to do
Daiki Ueno <ueno@unixuser.org>
parents: 100974
diff changeset
349 key in the recipient list, use @samp{encrypt-to} option in
2c5d675b218e (Mail-mode integration): Mention the way to do
Daiki Ueno <ueno@unixuser.org>
parents: 100974
diff changeset
350 @file{~/.gnupg/gpg.conf}.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
351
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
352 @end table
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
353
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
354 @node Encrypting/decrypting *.gpg files
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
355 @section Encrypting/decrypting *.gpg files
111990
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
356 By default, every file whose name ends with @samp{.gpg} will be
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
357 treated as encrypted. That is, when you open such a file, the
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
358 decrypted text is inserted in the buffer rather than encrypted one.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
359 Similarly, when you save the buffer to a @samp{foo.gpg} file,
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
360 encrypted data is written.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
361
111990
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
362 The file name pattern for encrypted files can be controlled by
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
363 @var{epa-file-name-regexp}.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
364
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
365 @defvar epa-file-name-regexp
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
366 Regexp which matches filenames treated as encrypted.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
367 @end defvar
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
368
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
369 You can disable this behavior with @kbd{M-x epa-file-disable}, and
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
370 then get it back with @kbd{M-x epa-file-enable}.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
371
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
372 @deffn Command epa-file-disable
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
373 Disable automatic encryption/decryption of *.gpg files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
374 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
375
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
376 @deffn Command epa-file-enable
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
377 Enable automatic encryption/decryption of *.gpg files.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
378 @end deffn
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
379
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
380 @noindent
111990
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
381 By default, @code{epa-file} will try to use symmetric encryption, aka
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
382 password-based encryption. If you want to use public key encryption
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
383 instead, do @kbd{M-x epa-file-select-keys}, which will pops up the key
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
384 selection dialog.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
385
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
386 @deffn Command epa-file-select-keys
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
387 Select recipient keys to encrypt the currently visiting file with
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
388 public key encryption.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
389 @end deffn
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
390
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
391 You can also change the default behavior with the variable
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
392 @var{epa-file-select-keys}.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
393
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
394 @defvar epa-file-select-keys
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
395 Control whether or not to pop up the key selection dialog.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
396 @end defvar
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
397
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
398 For frequently visited files, it might be a good idea to tell Emacs
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
399 which encryption method should be used through @xref{File Variables, ,
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
400 , emacs, the Emacs Manual}. Use the @code{epa-file-encrypt-to} local
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
401 variable for this.
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
402 @vindex epa-file-encrypt-to
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
403
111990
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
404 For example, if you want an Elisp file should be encrypted with a
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
405 public key associated with an email address @samp{ueno@@unixuser.org},
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
406 add the following line to the beginning of the file.
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
407
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
408 @cartouche
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
409 @lisp
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
410 ;; -*- epa-file-encrypt-to: ("ueno@@unixuser.org") -*-
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
411 @end lisp
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
412 @end cartouche
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
413
111990
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
414 Instead, if you want the file always (regardless of the value of the
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
415 @code{epa-file-select-keys} variable) encrypted with symmetric
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
416 encryption, change the line as follows.
93506
c895a1d0e007 minor fixes for EasyPG
Michael Olson <mwolson@gnu.org>
parents: 91808
diff changeset
417
111990
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
418 @cartouche
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
419 @lisp
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
420 ;; -*- epa-file-encrypt-to: nil -*-
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
421 @end lisp
fd7dd167d6e5 Mention epa-file-select-keys in epa.texi.
Daiki Ueno <ueno@unixuser.org>
parents: 111177
diff changeset
422 @end cartouche
93506
c895a1d0e007 minor fixes for EasyPG
Michael Olson <mwolson@gnu.org>
parents: 91808
diff changeset
423
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
424 Other variables which control the automatic encryption/decryption
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
425 behavior are below.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
426
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
427 @defvar epa-file-cache-passphrase-for-symmetric-encryption
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
428 If non-@code{nil}, cache passphrase for symmetric encryption. The
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
429 default value is @code{nil}.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
430 @end defvar
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
431
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
432 @defvar epa-file-inhibit-auto-save
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
433 If non-@code{nil}, disable auto-saving when opening an encrypted file.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
434 The default value is @code{t}.
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
435 @end defvar
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
436
110787
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
437 @node Caching Passphrases
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
438 @chapter Caching Passphrases
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
439
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
440 Typing passphrases is an irritating task if you frequently open and
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
441 close the same file. GnuPG and EasyPG Assistant provide mechanisms to
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
442 remember your passphrases. However, the configuration is a bit
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
443 confusing since it depends on your GnuPG installation (GnuPG version 1 or
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
444 GnuPG version 2), encryption method (symmetric or public key), and whether or
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
445 not you want to use gpg-agent. Here are some questions:
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
446
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
447 @enumerate
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
448 @item Do you use GnuPG version 2 instead of GnuPG version 1?
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
449 @item Do you use symmetric encryption rather than public key encryption?
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
450 @item Do you want to use gpg-agent?
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
451 @end enumerate
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
452
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
453 Here are configurations depending on your answers:
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
454
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
455 @multitable {111} {222} {333} {configuration configuration configuration}
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
456 @item @b{1} @tab @b{2} @tab @b{3} @tab Configuration
110933
7c7fd71d22c7 Clarify the doc about caching passphrases.
Daiki Ueno <ueno@unixuser.org>
parents: 110787
diff changeset
457 @item Yes @tab Yes @tab Yes @tab Set up gpg-agent.
110787
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
458 @item Yes @tab Yes @tab No @tab You can't, without gpg-agent.
110933
7c7fd71d22c7 Clarify the doc about caching passphrases.
Daiki Ueno <ueno@unixuser.org>
parents: 110787
diff changeset
459 @item Yes @tab No @tab Yes @tab Set up gpg-agent.
110787
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
460 @item Yes @tab No @tab No @tab You can't, without gpg-agent.
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
461 @item No @tab Yes @tab Yes @tab Set up elisp passphrase cache.
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
462 @item No @tab Yes @tab No @tab Set up elisp passphrase cache.
110933
7c7fd71d22c7 Clarify the doc about caching passphrases.
Daiki Ueno <ueno@unixuser.org>
parents: 110787
diff changeset
463 @item No @tab No @tab Yes @tab Set up gpg-agent.
110787
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
464 @item No @tab No @tab No @tab You can't, without gpg-agent.
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
465 @end multitable
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
466
110933
7c7fd71d22c7 Clarify the doc about caching passphrases.
Daiki Ueno <ueno@unixuser.org>
parents: 110787
diff changeset
467 To set up gpg-agent, follow the instruction in GnuPG manual.
110787
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
468 @pxref{Invoking GPG-AGENT, , Invoking GPG-AGENT, gnupg}.
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
469
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
470 To set up elisp passphrase cache, set
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
471 @code{epa-file-cache-passphrase-for-symmetric-encryption}.
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
472 @xref{Encrypting/decrypting *.gpg files}.
1a4e0055489f * epa.texi (Caching Passphrases): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 110644
diff changeset
473
110644
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
474 @node Bug Reports
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
475 @chapter Bug Reports
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
476
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
477 Bugs and problems with EasyPG Assistant are actively worked on by the
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
478 Emacs development team. Feature requests and suggestions are also
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
479 more than welcome. Use @kbd{M-x report-emacs-bug}, @pxref{Bugs, ,
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
480 Bugs, emacs, Reporting Bugs}.
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
481
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
482 When submitting a bug report, please try to describe in excruciating
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
483 detail the steps required to reproduce the problem. Also try to
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
484 collect necessary information to fix the bug, such as:
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
485
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
486 @itemize @bullet
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
487 @item the GnuPG version. Send the output of @samp{gpg --version}.
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
488 @item the GnuPG configuration. Send the contents of @file{~/.gnupg/gpg.conf}.
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
489 @end itemize
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
490
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
491 Before reporting the bug, you should set @code{epg-debug} in the
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
492 @file{~/.emacs} file and repeat the bug. Then, include the contents
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
493 of the @samp{ *epg-debug*} buffer. Note that the first letter of the
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
494 buffer name is a whitespace.
22d8ea06b8c7 * epa.texi (Bug Reports): New section.
Daiki Ueno <ueno@unixuser.org>
parents: 109274
diff changeset
495
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
496 @bye
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
497
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
diff changeset
498 @c End: