diff options
author | Daiki Ueno <ueno@unixuser.org> | 2009-09-20 02:01:09 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2009-09-20 02:01:09 +0000 |
commit | b0f5fd2efd16db546742118a8e61aa06a140a4ea (patch) | |
tree | 0862f7db505efa71ee741b0df2cc1e733acb1d76 /lisp/epa-file.el | |
parent | 1e11b018a62ff3e4ece67a701eddf8e67c218132 (diff) | |
download | emacs-b0f5fd2efd16db546742118a8e61aa06a140a4ea.tar.gz |
(epa-file-cache-passphrase-for-symmetric-encryption):
Document that this option is not recommended to use.
Diffstat (limited to 'lisp/epa-file.el')
-rw-r--r-- | lisp/epa-file.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/epa-file.el b/lisp/epa-file.el index fc753df312c..d0df8c9ff38 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el @@ -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) |