From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: org-passwords Date: Tue, 15 Mar 2011 09:38:57 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=51372 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzVOn-0007jO-Tz for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:39:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzVOm-0008I8-Dl for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:39:01 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:54261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzVOm-0008Hk-8M for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:39:00 -0400 Received: by bwz17 with SMTP id 17so697422bwz.0 for ; Tue, 15 Mar 2011 07:38:57 -0700 (PDT) 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: Andrea Crotti Cc: Org mode On Tue, Mar 15, 2011 at 9:07 AM, Andrea Crotti wrote: > > Last week I finally wrote all my passwords in a crypted org file, using > properties and column mode. > > This is very nice, and taking inspiration from the wonderful > org-contacts, I decided to open on github org-passwords. > > https://github.com/AndreaCrotti/org-passwords > > This VERY simple initial version already basically works, asking name of > the service, username and password and storing it in a (hopefully) > cypted file. > > Now it would be nice to make it easy to fetch and modify passwords. > Another thing which I'm a bit "annoyed" is that keeping crypted files > under git, I never see the real diff since the files are binary. > > Do maybe some of you found a way to see a text diff even on crypted > files? > No idea... but my searching yielded: - http://stackoverflow.com/questions/2456954/git-encrypt-decrypt-remote-rep= ository-files-while-push-pull - http://git.661346.n2.nabble.com/Transparently-encrypt-repository-contents= -with-GPG-td2470145.html They both seem to be speaking about the same thing. Not really understanding it all, but it sounds like a locally kept "filter" of some sort that runs gpg -d on whatever files you pull and gpg -ea on whatever you push. John > > PS. anyone is welcome to send suggestions/patches also to me directly if > =C2=A0 =C2=A0interested... >