mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(epa-file-cache-passphrase-for-symmetric-encryption):
Document that this option is not recommended to use.
This commit is contained in:
parent
1e11b018a6
commit
b0f5fd2efd
@ -1,3 +1,8 @@
|
||||
2009-09-20 Daiki Ueno <ueno@unixuser.org>
|
||||
|
||||
* epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
|
||||
Document that this option is not recommended to use.
|
||||
|
||||
2009-09-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user