Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: gdt@work.lexort.com
Subject: Re: pgg or mailcrypt
Date: Mon, 12 Jun 2006 09:22:18 -0400	[thread overview]
Message-ID: <smuwtbmbjat.fsf@linuxpal.mit.edu> (raw)
In-Reply-To: <87bqsysep4.fsf@news.europe.ch>


[-- Attachment #1.1: Type: text/plain, Size: 1507 bytes --]


Hadron Quark <hadronquark@gmail.com> writes:

> Bastien <bzgNOSPAM@altern.org> writes:
>
>> Mailcrypt is obsolete.
>
> Someone better tell Ubuntu/debian that then.
>
> Where is mailcrypt tagged obsolete?

The last release is September 2002.  One can infer that it isn't being
maintained.

> I can find no tutorial or easy "howto guide" for PGG.

See the Gnus texinfo manual.

http://www.emacswiki.org/cgi-bin/wiki/GnusPGG

> Can anyone point me into the right direction for using pgg from a set of
> defined default keybindings in gnus? I cant find how to encrypt a post
> (only region) or  how to interactively change the gpg user id.

      (require 'pgg)
      (setq mm-verify-option 'known)
      (setq mm-decrypt-option 'known)
      (setq gnus-buttonized-mime-types
	    '("multipart/signed" "multipart/encrypted"))

      (add-hook
       'message-setup-hook
       (lambda ()
	 (mml-secure-message-sign-pgpmime)))

Then, when composing a message, and in summary, do ^H m and read all
the keybindings with "secure" in them.
See "W s" in summary mode.

> But since mailcrypt works, is documented and (seems) more flexible and
> easy to use I'll stick with it for now : the undlerying cyphers are done
> using gpg so there is no security risk as mailcrypt is just a front end
> I guess. Or?

A big issue is in getting the passphrase from the keyboard, via emacs,
to gpg.  It's important not to write it to disk.

-- 
	Greg Troxel <gdt@work.lexort.com>

[-- Attachment #1.2: Type: application/pgp-signature, Size: 185 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2006-06-12 13:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-12 11:24 Hadron Quark
2006-06-12 12:41 ` gdt
2006-06-12 12:42 ` Reiner Steib
2006-06-12 12:46 ` Bastien
2006-06-12 13:09   ` Hadron Quark
2006-06-12 13:22     ` gdt [this message]
2006-06-12 13:22     ` Bastien
2006-06-12 13:41       ` Hadron Quark
2006-06-12 13:59         ` Bastien
2006-06-12 14:56           ` Hadron Quark
2006-06-12 15:20             ` Hadron Quark
2006-06-13  6:17     ` Gijs Hillenius
2006-06-13  6:34       ` Gijs Hillenius
2006-06-13  6:41         ` Gijs Hillenius
2006-06-14  7:22           ` harry meyers

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=smuwtbmbjat.fsf@linuxpal.mit.edu \
    --to=gdt@work.lexort.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.
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 NNTP newsgroup(s).