From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55745 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: netrc.el now supports encoded files Date: Tue, 06 Jan 2004 21:33:10 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4n3caut1yy.fsf@collins.bwh.harvard.edu> <2268.217.208.174.213.1073395735.squirrel@217.208.174.213> <4n8ykkzw59.fsf@collins.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073421212 7448 80.91.224.253 (6 Jan 2004 20:33:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 20:33:32 +0000 (UTC) Original-X-From: ding-owner+M4285@lists.math.uh.edu Tue Jan 06 21:33:29 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdxtJ-0002BH-00 for ; Tue, 06 Jan 2004 21:33:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Adxt7-0000iv-00; Tue, 06 Jan 2004 14:33:17 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Adxt3-0000iq-00 for ding@lists.math.uh.edu; Tue, 06 Jan 2004 14:33:13 -0600 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id 0633A3A0026 for ; Tue, 6 Jan 2004 14:33:13 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id i06KXCAU025839 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 6 Jan 2004 21:33:12 +0100 Original-To: "Ding Mailing List" Mail-Copies-To: nobody X-Hashcash: 0:040106:ding@gnus.org:56c2442c3b1efaeb In-Reply-To: <4n8ykkzw59.fsf@collins.bwh.harvard.edu> (Ted Zlatanov's message of "Tue, 06 Jan 2004 14:58:58 -0500") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55745 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55745 Ted Zlatanov writes: > Sure. I don't use GnuPG, so if someone who does could give me the > command lines I'll be glad to add the Lisp code to netrc.el. Encryption: gpg --armor --symmetric < P > C Decryption: gpg < C For password handling, and general IO, look at `pgg-gpg-process-region' in pgg-gpg.el. Perhaps supporting asymmetric methods would be useful too, but that can be added later.