From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: org-crypt and PROPERTIES location Date: Wed, 25 Mar 2009 03:15:14 +0000 Message-ID: <877i2e70ot.fsf@it.com> References: <86fxh8xfxm.fsf@pmade.com> <87bprs2y42.fsf@it.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmJf1-0007zT-KB for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 23:20:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmJex-0007zB-37 for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 23:20:11 -0400 Received: from [199.232.76.173] (port=54986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmJew-0007z7-UT for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 23:20:06 -0400 Received: from main.gmane.org ([80.91.229.2]:36076 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LmJew-0000Yv-KT for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 23:20:06 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LmJes-0000t3-IU for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 03:20:02 +0000 Received: from rain.gmane.org ([80.91.229.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2009 03:20:02 +0000 Received: from news by rain.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2009 03:20:02 +0000 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: emacs-orgmode@gnu.org Peter Jones writes: > Actually, org-crypt was written by John Wiegley, and I'm going to be > making some changes to slightly alter how it works. You can get John's > version here: > > http://github.com/jwiegley/dot-emacs/raw/cf72e6e004034849bd683b467b51d960d80a3e66/org-crypt.el > > I'll post a message after I've made my changes to it. Thanks. Here's my $0.02: symmetric encryption (i.e. passphrase based encryption). -- aleblanc