emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101815: * epa.texi (Caching Passphra


From: Daiki Ueno
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101815: * epa.texi (Caching Passphrases): New section.
Date: Wed, 06 Oct 2010 16:12:42 +0900
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101815
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Wed 2010-10-06 16:12:42 +0900
message:
  * epa.texi (Caching Passphrases): New section.
modified:
  doc/misc/ChangeLog
  doc/misc/epa.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-10-06 04:20:46 +0000
+++ b/doc/misc/ChangeLog        2010-10-06 07:12:42 +0000
@@ -1,3 +1,7 @@
+2010-10-06  Daiki Ueno  <address@hidden>
+
+       * epa.texi (Caching Passphrases): New section.
+
 2010-10-06  Glenn Morris  <address@hidden>
 
        * Makefile.in (SHELL): Set it.

=== modified file 'doc/misc/epa.texi'
--- a/doc/misc/epa.texi 2010-09-29 08:36:38 +0000
+++ b/doc/misc/epa.texi 2010-10-06 07:12:42 +0000
@@ -66,6 +66,7 @@
 * Overview::                    
 * Quick start::                 
 * Commands::                    
+* Caching Passphrases::         
 * Bug Reports::                 
 @end menu
 
@@ -399,6 +400,43 @@
 The default value is @code{t}.
 @end defvar
 
address@hidden Caching Passphrases
address@hidden Caching Passphrases
+
+Typing passphrases is an irritating task if you frequently open and
+close the same file.  GnuPG and EasyPG Assistant provide mechanisms to
+remember your passphrases.  However, the configuration is a bit
+confusing since it depends on your GnuPG installation (GnuPG version 1 or
+GnuPG version 2), encryption method (symmetric or public key), and whether or
+not you want to use gpg-agent.  Here are some questions:
+
address@hidden
address@hidden Do you use GnuPG version 2 instead of GnuPG version 1?
address@hidden Do you use symmetric encryption rather than public key 
encryption?
address@hidden Do you want to use gpg-agent?
address@hidden enumerate
+
+Here are configurations depending on your answers:
+
address@hidden {111} {222} {333} {configuration configuration configuration}
address@hidden @b{1} @tab @b{2} @tab @b{3} @tab Configuration
address@hidden Yes @tab Yes @tab Yes @tab Nothing to do.
address@hidden Yes @tab Yes @tab No @tab You can't, without gpg-agent.
address@hidden Yes @tab No @tab Yes @tab Nothing to do.
address@hidden Yes @tab No @tab No @tab You can't, without gpg-agent.
address@hidden No @tab Yes @tab Yes @tab Set up elisp passphrase cache.
address@hidden No @tab Yes @tab No @tab Set up elisp passphrase cache.
address@hidden No @tab No @tab Yes @tab Nothing to do.
address@hidden No @tab No @tab No @tab You can't, without gpg-agent.
address@hidden multitable
+
+To setup gpg-agent, follow the instruction in GnuPG manual.
address@hidden GPG-AGENT, , Invoking GPG-AGENT, gnupg}.
+
+To set up elisp passphrase cache, set
address@hidden
address@hidden/decrypting *.gpg files}.
+
 @node Bug Reports
 @chapter Bug Reports
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]