From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57124 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: file encryption in Gnus: a roadmap attempt Date: Sat, 24 Apr 2004 17:53:54 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <87r7ud5q3x.fsf@emptyhost.emptydomain.de> References: <4nr7uhgw5h.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082822237 10583 80.91.224.253 (24 Apr 2004 15:57:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Apr 2004 15:57:17 +0000 (UTC) Original-X-From: ding-owner+M5664@lists.math.uh.edu Sat Apr 24 17:57:11 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 1BHPWh-0007uQ-00 for ; Sat, 24 Apr 2004 17:57:11 +0200 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 1BHPTX-0006L0-00; Sat, 24 Apr 2004 10:53:55 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BHPTO-0006Ks-00 for ding@lists.math.uh.edu; Sat, 24 Apr 2004 10:53:46 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BHPTN-0006VM-Mw for ding@lists.math.uh.edu; Sat, 24 Apr 2004 10:53:45 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id B3F223A003A for ; Sat, 24 Apr 2004 10:53:44 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BHPTM-0006YC-00 for ; Sat, 24 Apr 2004 17:53:44 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 13 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1082822024 24471 213.203.244.156 (24 Apr 2004 15:53:44 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 24 Apr 2004 15:53:44 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:0rr4COz7GHA8AaI58VmJ5D13P4s= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57124 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57124 Ted Zlatanov writes: > The most common question was, "why not just use file handlers"? An > API allows much more control than file handlers, and can be > guaranteed not to interfere with other file handlers. My experience > with crypt++.el has led me to avoid file handlers as a baseline > feature for encryption specifically. AFAICT, crypt++ does not use file handlers. Did I miss something? Kai