From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.a.alfaro@gmail.com (Jorge A. Alfaro-Murillo) Subject: An org password manager Date: Sun, 11 May 2014 01:21:20 -0400 Message-ID: <87d2fklwkv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjMG8-0006Lb-QX for emacs-orgmode@gnu.org; Sun, 11 May 2014 01:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjMG1-0003EX-TF for emacs-orgmode@gnu.org; Sun, 11 May 2014 01:25:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:40641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjMG1-0003Az-NI for emacs-orgmode@gnu.org; Sun, 11 May 2014 01:25:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WjMFy-0007vK-PR for emacs-orgmode@gnu.org; Sun, 11 May 2014 07:25:02 +0200 Received: from nat-130-132-173-90.central.yale.edu ([130.132.173.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2014 07:25:02 +0200 Received: from jorge.a.alfaro by nat-130-132-173-90.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2014 07:25:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! I have been using org for managing passwords for a some time now. In case someone is interested, the code is in: https://bitbucket.org/alfaromurillo/org-passwords.el To consult the database, the code provides a function to open the Org file with the passwords in Read-Only mode, sets a timer after which the buffer is killed and provides functions for copying the password without it getting into the kill-ring. It also provides two types of functions for generating passwords: strings of random characters, and random words of the correcthorsebatterystaple-type. The README file in bitbucket has detailed information about the usage. If there is interest from the community this can also go to /contrib. Best, Jorge.