Document that this option is not recommended to use.
+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
(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)