From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Feature request: Selective encryption Date: Fri, 31 Aug 2007 16:04:59 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IR77K-0000C4-1J for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:04:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IR77J-0000BZ-6U for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:04:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IR77I-0000BW-QS for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:04:56 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IR77I-0002xF-A7 for emacs-orgmode@gnu.org; Fri, 31 Aug 2007 10:04:56 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Wiegley Cc: emacs-orgmode@gnu.org On Aug 31, 2007, at 5:10, John Wiegley wrote: > I'm not sure if anyone has mentioned this, but one feature I'd like to > see is > the ability to hit a keystroke and have the current outline entry > encrypted or > decrypted. allout.el does this now (although I find the implementation > somewhat horrendous). > > Would others like to see this? How would you like it to work? I do think this would be a useful feature. Some properties I'd find useful: - Use symmetric encryption - Be able to recognize if an entry is encrypted - Leave the headline of the entry alone and only encrypt the text below it and the subtree, if present - Support something like a CRYPT tag, leading to automatic encryption when the file is saved, to make sure encrypted entries are never saved in clear text. - Use only a single password per file, so once one entry is decrypted, others will open without an additional password prompt. Something like this. - Carsten