From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: mobileorg and encryption Date: Fri, 11 Jan 2013 13:07:26 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttjx1-0005Bw-5A for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 14:07:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ttjwu-0001Kt-8I for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 14:07:35 -0500 Received: from mail-oa0-f47.google.com ([209.85.219.47]:35878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttjwu-0001Ka-37 for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 14:07:28 -0500 Received: by mail-oa0-f47.google.com with SMTP id h1so2164627oag.34 for ; Fri, 11 Jan 2013 11:07:27 -0800 (PST) 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 I have the following in emacs config: (setq org-mobile-use-encryption t) (setq org-mobile-encryption-password "password") I installed android privacy guard on the phone, and can verify that staged files are encrypted... but I don't see how to decrypt in the app. The documentation states (https://github.com/matburt/mobileorg-android/wiki): ----- Decrypting encrypted org files via integration with Android Privacy Guard. Encrypted files must end in one of three file extensions: gpg, enc, or pgp. ----- But doesn't this imply that org-mode needs to change the file extensions from .org to .gpg when staging the files? Mine still end in .org, but are indeed encrypted. Or do I need to change my actual org files in my main computer repository to be .gpg's as well and this will result in staged files having .gpg extensions? Thanks, John