From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: org-passwords.el and encryption Date: Mon, 14 Mar 2016 06:07:13 +0100 Message-ID: <87twk9bqbi.fsf@free.fr> References: <87egbgug0n.fsf@free.fr> <87y49oneek.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afKiw-0002gI-0i for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 01:07:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afKir-0003Y3-1N for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 01:07:21 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:9100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afKiq-0003Xu-RN for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 01:07:16 -0400 Received: from touco (unknown [37.160.13.106]) by smtp3-g21.free.fr (Postfix) with ESMTPS id 1BF2DA619E for ; Mon, 14 Mar 2016 06:03:37 +0100 (CET) In-Reply-To: <87y49oneek.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Sat, 12 Mar 2016 11:06:59 +0000") 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 Eric S Fraga writes: > On Saturday, 12 Mar 2016 at 11:50, Julien Cubizolles wrote: >> I've recently started using org-passwords.el. I'm using symmetric >> encryption for the gpg file where the passwords are stored. I've seen >> mention of several ways to avoid typing the passphrase over and over in >> one session: using gpg-agent or not... What would you recommend=C2=A0? > > I use gpg-agent in conjunction with keychain. Generally works very > well. I'll give it a try, thanks.