From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: org-passwords Date: Tue, 15 Mar 2011 15:07:26 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7BIT Return-path: Received: from [140.186.70.92] (port=33910 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzUuI-0001jB-0d for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:07:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzUuG-0001mK-Ef for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:07:29 -0400 Received: from mta-1.ms.rz.rwth-aachen.de ([134.130.7.72]:42602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzUuG-0001mC-9G for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 10:07:28 -0400 Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LI300AWWR8EN2B0@mta-1.ms.rz.RWTH-Aachen.de> for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 15:07:26 +0100 (CET) Received: from plaetekopp (plaetekopp.informatik.RWTH-Aachen.DE [137.226.59.97]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id p2FE7QE8028808 for ; Tue, 15 Mar 2011 15:07:26 +0100 (CET) Received: from crotti by plaetekopp with local (Exim 4.72) (envelope-from ) id 1PzUuE-0005gd-JW for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 15:07:26 +0100 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: Org mode 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? PS. anyone is welcome to send suggestions/patches also to me directly if interested...