From mboxrd@z Thu Jan 1 00:00:00 1970 From: wry@mm.st Subject: Re: Org export to HTML with encrypted information ?? Date: Fri, 29 Nov 2019 21:57:36 -0500 Message-ID: <20191130025736.c53tqpqqsvzgc32o@wrycode> References: <87blsvszfe.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42418) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iasxa-0005M8-9n for emacs-orgmode@gnu.org; Fri, 29 Nov 2019 21:58:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iasxZ-00052V-AE for emacs-orgmode@gnu.org; Fri, 29 Nov 2019 21:58:14 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50321) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iasxY-0004zh-VH for emacs-orgmode@gnu.org; Fri, 29 Nov 2019 21:58:13 -0500 Content-Disposition: inline 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" To: emacs-orgmode@gnu.org Hi, Here's a simpler flow. See if it would support your use case: Modern PDF readers support password encryption. org-latex-export-to-pdf, then encrypt the file and share it with your family. If you want to keep it offline, give them USB drives. It's not too late to get black Friday deals on the 2.0 sticks. Write the password on a sticky note and stick it on your fridge. If you're worried about the integrity of the org file on your own computer, make it a .gpg file instead, and stick something like: # -*- mode:org; epa-file-encrypt-to: ("your@email.com") -*- at the top. Nick