Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping)
Steve Schear <schear@attbi.com> Mon, 24 March 2003 04:57 UTC
Received: from www1.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA22068 for <asrg-archive@odin.ietf.org>; Sun, 23 Mar 2003 23:57:21 -0500 (EST)
Received: (from mailnull@localhost) by www1.ietf.org (8.11.6/8.11.6) id h2O5H1K23008 for asrg-archive@odin.ietf.org; Mon, 24 Mar 2003 00:17:01 -0500
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h2O5H0O23002 for <asrg-web-archive@optimus.ietf.org>; Mon, 24 Mar 2003 00:17:00 -0500
Received: from www1.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA22061 for <asrg-web-archive@ietf.org>; Sun, 23 Mar 2003 23:56:49 -0500 (EST)
Received: from www1.ietf.org (localhost.localdomain [127.0.0.1]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h2O56HO21857; Mon, 24 Mar 2003 00:06:17 -0500
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by www1.ietf.org (8.11.6/8.11.6) with ESMTP id h2O55VO21821 for <asrg@optimus.ietf.org>; Mon, 24 Mar 2003 00:05:31 -0500
Received: from sccrmhc02.attbi.com (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA21926 for <asrg@ietf.org>; Sun, 23 Mar 2003 23:45:20 -0500 (EST)
Received: from video.attbi.com (12-235-20-211.client.attbi.com[12.235.20.211]) by sccrmhc02.attbi.com (sccrmhc02) with SMTP id <2003032404473900200jbl39e>; Mon, 24 Mar 2003 04:47:39 +0000
Message-Id: <5.1.0.14.2.20030323202932.0480f670@mail.attbi.com>
X-Sender: schear@mail.attbi.com
X-Mailer: QUALCOMM Windows Eudora Version 5.1
To: Vernon Schryver <vjs@calcite.rhyolite.com>, asrg@ietf.org
From: Steve Schear <schear@attbi.com>
Subject: Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping)
In-Reply-To: <200303231516.h2NFGMiu023660@calcite.rhyolite.com>
References: <5.1.0.14.2.20030322175412.049333e8@mail.attbi.com>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="=====================_41107469==_.ALT"
Sender: asrg-admin@ietf.org
Errors-To: asrg-admin@ietf.org
X-BeenThere: asrg@ietf.org
X-Mailman-Version: 2.0.12
Precedence: bulk
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/asrg>, <mailto:asrg-request@ietf.org?subject=unsubscribe>
List-Id: Anti-Spam Research Group - IRTF <asrg.ietf.org>
List-Post: <mailto:asrg@ietf.org>
List-Help: <mailto:asrg-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/asrg>, <mailto:asrg-request@ietf.org?subject=subscribe>
List-Archive: <https://www1.ietf.org/pipermail/asrg/>
Date: Sun, 23 Mar 2003 20:50:16 -0800
At 08:16 AM 3/23/2003 -0700, Vernon Schryver wrote: >Steve Schear <schear@attbi.com> wrote: > > You're still, I think foolishly, focused on an ISP-oriented > > solution. Sender-pays makes them most sense when the client SW is > capable, > > if not singularly empowered, to enforce the payment mechanism at the > > receiving point. > >Ok, but what about the main question? What is the minimum speed CPU >that you will allow to send mail? Do you expect everyone from now on >to buy equal speed CPUs? "Allow"? Stamps will in all probability be "sized" at 60-600GHz-seconds. Whether someone is willing to tolerate this process delay is one based on CPU speed, patience and importance of the email. >How else do you ensure that the spammers >don't have CPUs that are 10,000 times faster than spam targets? Why would it matter? The hashcash stamp generation process is highly asymmetric. Stamps generated through many GHz-seconds of effort can be speedily authenticated by even cellphone or PDA level machines. Even stamp generators constructed from state-of-the-art ASICs are unlikely to make stamps more economically than a cluster of x86 blades. > > >There are reasons why after at least 6 months the hashcash proposals > > >are still only ideas. > > > > The reason is mostly that there are lots of arm chair generals but fewer > > competent programmers. > >I can't disagree; standards committees, netnews groups, and bars are >always filled with non-players eager to tell the players how to play. >However, a willingess to admit and deal with fundamental design problems >such as the span of real CPU speeds is part of being a competent >programmer. At the end of the day, competent programmers are those >who have programmed competently. How is your sender-pays implementation >working? How much of your incoming mail is sender-paid, and how much >is simply whitelisted? (If I'm confused about which solution you have >implemented, please forgive me and say how it is working.) > >Only about 1% of the spam sent my way gets through my filters, but I >must admit that the DCC is applied to only the leavings of my static >filters. The following is an edited version of cross-posts from "Eric S. Johansson" <esj@harvee.org>, Camram's primary developer: One of the systems proposed in camram is to switch from proof of work stamps to signed messages once you have been properly introduced. This some write-ups on this on the camram site but it's kind of obscure because the idea wasn't well thought out when I wrote it. The paper at http://harvee.org/camram/ is somewhat more illustrative but it's not fully documented yet. That is yet another way folks on the cypherpunks lists can help. Work out a system by which message has an embedded public key and the key is considered "good" after some introduction process involving two parties e-mailing each other. Then figure out how to deal with new key introductions if the original key has been lost to accident or deliberate action. It's a hoot. ;-) it is safe to assume that these keys will not have any pass phrases because this is a crypto system totally invisible to end-users. Argue with me on the no pass phrases requirement directly if you wish. the camram protocol can be embedded: at the client, or at the server. I have a mostly working version at the server and could use some help with a few things (see end) one thing folks aren't too aware of is that I have incorporated a Bayesian style filter into the camram environment in order to reduce the number of "postage do" notices. As many folks justifiably point out, if you don't eliminate the need for a "and then the universe changes" step, you won't get out of starting gates. The addition of a filter to discriminate e-mail into three categories (red/yellow/green) allows me to reduce the number of challenge messages to a small fraction what they could be. The feature that implements "and friends fly free" allows you to build your communications map and reduce the need for stamps in either direction. Again, this works at client side or server side. >What I want is >- a Eudora plugin to check for hashcash stamps, send bounce messages, auto >generate my hashcash stamps, and help create and maintain my white list. >- a web site which offers a hashcash stamp generator applet and simple >instructions for Figure out how to make Eudora interface with Python code and we are most of the way there. what we have done: - basic filter sequence consisting of stamp, white list, postage due response, basic template - a stamp generating SMTP proxy prototype. - spam discriminator prototype based on CRM114 - holding area management for spam and maybe spam mail - prototype CGI for holding area operations (discarded because UI sucks eggs) - prototype CGI for browser based stamp generation in response to postage due notice what we need help with: - holding area operations CGI. Must be simple UI allowing non-computer user to correct discriminator mis-recognitions and release improperly filtered messages. - better CGI for browser based stamp generation. - better SMTP proxy for outbound stamp generation (including proper BCC handling) - proxies for pop 3 - Most of the code has been written in Python. We're using Java only for the postage due notice web page. It needs to be rewritten a bit to be only Java 1.1, show only a big fat button that says "send postage" when it is done, and probably some other things which I can't think of right now. any takers?
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Vernon Schryver
- Parameters for success? (was Re: [Asrg] Re: [OffT… Chuq Von Rospach
- [Asrg] Tragedy of the Commons mike.pearson
- Re: [Asrg] Tragedy of the Commons Frank de Lange
- RE: [Asrg] Tragedy of the Commons asrg
- Re: [Asrg] Tragedy of the Commons Frank de Lange
- RE: [Asrg] Tragedy of the Commons asrg
- Re: [Asrg] Tragedy of the Commons Frank de Lange
- RE: [Asrg] Tragedy of the Commons Hallam-Baker, Phillip
- [Asrg] Re: Tragedy of the Commons Scott A Crosby
- Re: [Asrg] Re: Tragedy of the Commons halloran parry
- [Asrg] Stamping Scott A Crosby
- Re: [Asrg] Re: Tragedy of the Commons Valdis.Kletnieks
- [Asrg] Re: Tragedy of the Commons Kee Hinckley
- Re: [Asrg] Re: Tragedy of the Commons Matt Sergeant
- Re: [Asrg] Stamping David Finnie
- [Asrg] Re: Stamping Scott A Crosby
- RE: [Asrg] Re: Stamping Damien Morton
- [Asrg] Re: Stamping Scott A Crosby
- Re: [Asrg] Re: Stamping C Wegrzyn
- Re: [Asrg] Re: Stamping Chuq Von Rospach
- Re: [Asrg] Re: Stamping Valdis.Kletnieks
- Re: [Asrg] Re: Stamping Frank de Lange
- Re: [Asrg] Re: Stamping Kee Hinckley
- [Asrg] Scrambled headers? Rob
- Re: [Asrg] Re: Stamping C Wegrzyn
- Re: [Asrg] Re: Stamping C Wegrzyn
- Re: [Asrg] Scrambled headers? Fred Baker
- Re: [Asrg] Scrambled headers? Chuq Von Rospach
- [Asrg] Re: Stamping Scott A Crosby
- Re: [Asrg] Scrambled headers? Frank de Lange
- Re: [Asrg] Re: Stamping Kee Hinckley
- "HashStamp" == hashcash? (Re: [Asrg] Re: Stamping) Adam Back
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Valdis.Kletnieks
- [Asrg] Re: Stamping Kee Hinckley
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Adam Back
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Vernon Schryver
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- [Asrg] Re: Stamping Scott A Crosby
- Re: [Asrg] Re: Stamping wayne
- [Asrg] Re: Stamping Kee Hinckley
- Re: [Asrg] Re: Stamping Steve Schear
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- Re: [Asrg] Re: Stamping Vernon Schryver
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Kee Hinckley
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- RE: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Damien Morton
- [OffTopic - NNTP] RE: [Asrg] Re: "HashStamp" == h… Kee Hinckley
- RE: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Steve Schear
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Steve Schear
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… william
- Re: [Asrg] Re: [OffTopic - NNTP] Chuq Von Rospach
- [Asrg] Prank phone calls (was Re: Stamping) mathew
- [Asrg] Re: [OffTopic - NNTP] mathew
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Vernon Schryver
- [Asrg] Re: [OffTopic - NNTP] Kee Hinckley
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Kee Hinckley
- Re: [Asrg] Re: [OffTopic - NNTP] Matt Sergeant
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… David Finnie
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… David Finnie
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Steve Schear
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Valdis.Kletnieks
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Kee Hinckley
- [Asrg] Re: "HashStamp" == hashcash? (Re: Stamping) Scott A Crosby
- Re: [Asrg] Re: "HashStamp" == hashcash? (Re: Stam… Valdis.Kletnieks