From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C3=93scar_Fuentes?= Subject: Trying to replace PasswordSafe with org-crypt Date: Thu, 17 Mar 2011 01:40:26 +0100 Message-ID: <87vczi4m11.fsf@wanadoo.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=44985 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q01Gb-00061Y-Ow for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 20:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q01Ga-0001lW-ND for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 20:40:41 -0400 Received: from lo.gmane.org ([80.91.229.12]:58039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q01Ga-0001lQ-HZ for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 20:40:40 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q01GY-0005m1-NW for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 01:40:38 +0100 Received: from 27.red-79-158-173.staticip.rima-tde.net ([79.158.173.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Mar 2011 01:40:38 +0100 Received: from ofv by 27.red-79-158-173.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Mar 2011 01:40:38 +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: emacs-orgmode@gnu.org After invoking org-encrypt-entry on a header its contents are replaced with: * foo :crypt: -----BEGIN PGP MESSAGE----- Version: GnuPG v1.4.10 (GNU/Linux) jA0EAwMC1x9QRUGObPFgySqJXEOiDqi5xGUFqt6GOs0Y2RB7b+euyEy37EVRR32D HFRSrIchM2MuPcA= =+O2/ -----END PGP MESSAGE----- There are several problems with that. First: -----BEGIN PGP MESSAGE----- -----END PGP MESSAGE----- It would nice to get rid of that noise, if possible. Second: Version: GnuPG v1.4.10 (GNU/Linux) That changes from system to system (GNU/Linux, MinGW32) and gpg version, which is not good when the file is versioned. Third, the encryped text changes from invocation to invocation. That means that the sequence org-decrypt-entry org-encrypt-entry alters the cyphertext. Again, this is annoying when the file is under version control. Finally, is there a way to force symmetric encryption? I'm using the org 7.4 that comes with Emacs 24.0.50 (development sources) on Linux and Windows.