# HG changeset patch # User Daiki Ueno # Date 1253412069 0 # Node ID e9b2a988e8844e42e08abd93020bb1883b87e95b # Parent 7ee8ac9e4f24d49b49ca6156761b191101f2f438 (epa-file-cache-passphrase-for-symmetric-encryption): Document that this option is not recommended to use. diff -r 7ee8ac9e4f24 -r e9b2a988e884 lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 19 21:26:49 2009 +0000 +++ b/lisp/ChangeLog Sun Sep 20 02:01:09 2009 +0000 @@ -1,3 +1,8 @@ +2009-09-20 Daiki Ueno + + * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption): + Document that this option is not recommended to use. + 2009-09-19 Glenn Morris * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free diff -r 7ee8ac9e4f24 -r e9b2a988e884 lisp/epa-file.el --- a/lisp/epa-file.el Sat Sep 19 21:26:49 2009 +0000 +++ b/lisp/epa-file.el Sun Sep 20 02:01:09 2009 +0000 @@ -25,7 +25,11 @@ (require 'epa-hook) (defcustom epa-file-cache-passphrase-for-symmetric-encryption nil - "If non-nil, cache passphrase for symmetric encryption." + "If non-nil, cache passphrase for symmetric encryption. + +For security reasons, this option is turned off by default and +not recommended to use. Use public-key encryption with gpg-agent +instead, which does the same job in a safer way." :type 'boolean :group 'epa-file)