all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <ecinmn@peoplepc.com>
Subject: Re: Encryption with emacs?`
Date: Mon, 28 Nov 2005 17:18:10 GMT	[thread overview]
Message-ID: <mZGif.9985$aA2.958@newsread2.news.atl.earthlink.net> (raw)
In-Reply-To: 1133176962.804188.170470@g49g2000cwa.googlegroups.com


<casioculture@gmail.com> wrote in message
news:1133176962.804188.170470@g49g2000cwa.googlegroups.com...
>
>
> How can I have my documents that i edit in emacs passworded?
>
> Thanks
>

rot13-other-window            M-x rot13-other-window RET

is probably good enough to protect the innocent. For the ultimate in
encryption put a "provably" random sequence of bytes into a file on a
floppy or flash drive and byte-wise xor your files with this both to
encrypt and to decrypt. If your random file is sufficiently large and
you randomize the file pointer (a start point indexed into the random
file which is stored (also encrypted) as the first bytes of the
encrypted file) then you will have something similar to a one time pad.
Keep the floppy or flash drive with you at all times and microwave it
for 10 minutes on high power if you think you are in danger of being
captured. ;-)

It might be a challenge to implement this in elisp, especially for large
files.

  parent reply	other threads:[~2005-11-28 17:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-28 11:22 Encryption with emacs?` casioculture
2005-11-28 14:48 ` Pascal Bourguignon
2005-11-28 17:18 ` B. T. Raven [this message]
2005-12-12 10:53 ` Tim X

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

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

  git send-email \
    --in-reply-to='mZGif.9985$aA2.958@newsread2.news.atl.earthlink.net' \
    --to=ecinmn@peoplepc.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.