emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Łukasz Stelmach" <lukasz.stelmach@iem.pw.edu.pl>
To: emacs-orgmode@gnu.org
Subject: Re: org-crypt and org-mobile-crypt; user info?
Date: Thu, 21 Oct 2010 22:18:28 +0200	[thread overview]
Message-ID: <87hbgfuwob.fsf@kotik.lan> (raw)
In-Reply-To: AANLkTimyxGd=Gum38JWwd5ipVVbdMAmvpUTvvfEqQWLi@mail.gmail.com

Magnus Nilsson <magnus.nilsson@alumni.chalmers.se> writes:

> 1. Encrypt a "password-table" I keep in an org-file when saved to disk,
> while text would be plain in the buffer. (Best if it can be "transparent"
> without passwords, but that is not a must.)

With Emacs the best way IMHO to do it is use GnuPG/epg directly. You do it by
simply naming a new file with an additional .gpg extension after the
real one (.org in our case). So simply

C-x C-f password-table.org.gpg RET

and choose yourself as the recipient of the ciphertext

There are two main advantage of this solution

1. you can access the table without running emacs (with an ssh client on
your mobile?) by simply runnig

gpg < password-table.org

on the command line.

2. Emacs runs gnupg completely seamlessly (if you run gpg-agent which
caches the passphrases)

-- 
Miłego dnia,
Łukasz Stelmach

      parent reply	other threads:[~2010-10-21 20:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-21 19:43 org-crypt and org-mobile-crypt; user info? Magnus Nilsson
2010-10-21 19:55 ` Chris Thompson
2010-10-21 20:05 ` Darlan Cavalcante Moreira
2010-10-21 20:11 ` Greg Troxel
2010-10-21 20:18 ` Łukasz Stelmach [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hbgfuwob.fsf@kotik.lan \
    --to=lukasz.stelmach@iem.pw.edu.pl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).