From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Encrypting archived files Date: Mon, 07 Nov 2011 16:28:21 +0000 Message-ID: <4EB80725.9010001@wilkesley.net> References: Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNS3x-00033y-Vt for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 11:28:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNS3s-0000qp-Re for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 11:28:45 -0500 Received: from mail.ian-barton.com ([109.74.196.44]:33338 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNS3s-0000qg-NM for emacs-orgmode@gnu.org; Mon, 07 Nov 2011 11:28:40 -0500 Received: from [192.168.0.133] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 98C5B41B24 for ; Mon, 7 Nov 2011 16:28:39 +0000 (GMT) In-Reply-To: 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 > I started archiving a bunch of pdf and jpg scans of some important > documents. I currently use the org-crypt package + gnupg to encrypt org > entries, I'm thinking about using gnupg to encrypt the files as well. Is > there any integration with org for encryption/decryption of attached > files? Any insights appreciated! > > Not an org solution, but you could put te whole file inside a Truecrypt container. If you are using linux you can also use the ecrypt-fs utilities to encrypt your whole /home folder, or a selected sub folder. Ian.