The Cypherpunks Mailing List

The Cypherpunks Mailing List was the forum — founded by Eric Hughes, Tim May, and John Gilmore in 1992 — where the cypherpunk movement worked out its program in public: build privacy with deployed code rather than petition for it. What is cited here is a curated subset of roughly thirty posts — cypherpunks-list messages from 1992 to 1998, plus two 2008–2009 messages from the separate Metzdowd cryptography list — tracing one line from anonymous remailers and Chaumian digital cash, through the Clipper and key-escrow fights, to Hashcash, b-money, and the bridge to the cryptography mailing list where Bitcoin was announced.

Text Status

The wiki does not hold the list’s archive. It holds a curated subset of about thirty hand-picked posts, organized into five sections: founding posts (1992–1993), Tim May threads and the Crypto Wars (1993–1997), Hal Finney and the digital-cash threads (1992–1998), protocol announcements and the proto-Bitcoin lineage, and the late-list bridge to the cryptography mailing list. The toad.com-era archive lives at cypherpunks.venona.com; because direct Venona fetches timed out during ingest, those posts were retrieved from per-message Wayback Machine captures. The two 2008–2009 messages are not from that archive at all — they are from the separate Metzdowd cryptography list, which is where Bitcoin was announced, and they come from its own pipermail archive. Hal Finney’s first reaction to Bitcoin is deliberately not duplicated here — it is covered in the separate early-Bitcoin corpus.

The list is a primary source. The posts are quoted, not paraphrased, so the wiki’s framing of any one thread should be checked against the message text rather than treated as settled history.

What the List Was

Eric Hughes opened the list on 21 September 1992 — “We have a real mailing list now, and not just a mail alias on my account” — thanking John Gilmore for server space on hoptoad and Hugh Daniel for the setup. The list address was cypherpunks@toad.com. From the start it had a physical counterpart: Bay Area meetings where members play-tested a “crypto-anarchy game” that produced, in Hughes’s words, “interesting emergent behaviors in the first session, including resellers and reputation behaviors” — pseudonymous markets in miniature.

Its defining commitment was practical. Eric Hughes’s A Cypherpunk’s Manifesto (written 9 March 1993, posted to the list on 17 March) gave the canonical statement: “Privacy is the power to selectively reveal oneself to the world”; “We cannot expect governments, corporations, or other large, faceless organizations to grant us privacy out of their beneficence”; and the line that became the movement’s motto — “Cypherpunks write code. We know that someone has to write software to defend privacy, and since we can’t get privacy unless we all do, we’re going to write it.” The companion founding text, Tim May’s Crypto Anarchist Manifesto (written 1988, read at the September 1992 founding meeting and reposted to the list that November), supplied the political register: anonymous, untraceable interaction will “alter completely the nature of government regulation, the ability to tax and control economic interactions …” The list is where crypto anarchy moved from manifesto to working group.

The Technical Program

The list treated privacy as infrastructure to be built, and three projects recur across the subset:

  • Anonymous remailers. Hughes posted a hands-on guide to building an automated remailer out of Unix mail tools (.forward, slocal, a Perl script, sendmail) within the list’s first week. The aspiration, articulated by Hal Finney in his 1993 wish list, was true Chaumian “mix” functionality — message batching and padding so that input-to-output mapping is lost — plus reply-capable pseudonym registration. This is the human-operated ancestor of onion routing.
  • Digital cash. Finney’s “Electronic Banking” (November 1992) proposed implementing one of David Chaum’s simpler blind-signature schemes for email “banking”, and named the hard part precisely: not the cryptography but the social question — what backs the money, and how does the supply get started? A 1993 “Digital Gold” proposal (signed ”][adon Nash”) sketched coins claimed by being the first to sign an integer, aiming at money that is “unforgeable, uninflatable, and untraceable” — an early gesture at unforgeable costliness. Finney later explained why the digital cash then being proposed had no payee anonymity: “there is a conflict between the desire for payee anonymity and the need to prevent double spending.” Detecting a double-spend requires the bank to see a correlation, and that correlation also makes the coin traceable. The list had already been arguing the converse case a day earlier, in the “Clipper cash” thread on deliberately traceable e-cash as a defence against bank coercion.
  • Reputation and pseudonymity. Across the threads, the substitute for legal identity is the pseudonym with an online reputation — a recurring theme from the founding game through Szabo’s later protocol-design rule. The 1993 “BlackNet” posting — May’s thought experiment in an anonymous information market built on public-key cryptography and remailer chains — is included as documentary primary material for how far the list was willing to push the logic, not as endorsement.

The Crypto Wars on the List

Much of the 1993–1997 traffic is the list reacting to the U.S. government’s attempts to keep strong cryptography under control: the Clipper chip, key escrow, and what members called GAK (government access to keys). May placed Clipper in a long NSA policy lineage and argued repeatedly that the durable defense was technical, not legislative — “Give me technology any day.” His 1996 post “How I Would Ban Strong Crypto in the U.S.” is valuable as a threat model written from the adversary’s chair: push a nominally voluntary key-escrow standard, get it bundled into mass-market software, coordinate with foreign governments to limit alternatives abroad, then — once deployment is wide — restrict the non-escrowed option at home. May’s conclusion was that “Cypherpunks and civil libertarians should NOT support any plan, even a ‘voluntary’ plan, that puts such power to set standards in the hands of the government” — one member’s argument, forcefully put, rather than a polled position of the list. This is the same fight covered from the PGP side in PGP and the Crypto Wars and Key Escrow and the Clipper Chip.

The Proto-Bitcoin Lineage

The subset’s center of gravity, for this wiki, is the chain of monetary protocols announced on the list:

  • Hashcash. Adam Back announced his “hash cash postage” implementation to the list on 28 March 1997: partial hash collisions that are arbitrarily expensive to compute yet instantly verifiable. His announcement lists three remailer applications — postage per post on an exit remailer, a spam filter on incoming mail, and a good-behaviour bond that a nymserver user posts to the nymserver, forfeit if they break the contract — plus “lots of other ideas to play with”, complete with a double-spend database. Finney noted on the same threads that the collisions “represent a certain threshold of effort … but they can’t replace cash” — proof of work as a cost function, not yet money. This is the source artifact behind the wiki’s Proof of Work and Hashcash articles.
  • b-money. Wei Dai pointed the list to b-money on 26 November 1998; the protocol text itself reached it on 5 December, when Adam Back reposted the proposal. In it, money is created by broadcasting “the solution to a previously unsolved computational problem” — a solution that must “otherwise have no value, either practical or intellectual”, with the money valued at the computing effort the problem took, a distributed ledger of pseudonym balances, and contract enforcement by bonded servers. In the follow-up thread, Back’s critique reads as a list of the problems Bitcoin would later have to solve — inflation as Moore’s law cheapens computation (Back’s fix: define a unit to require more computation over time, anticipating difficulty adjustment), transaction linkability, and the difficulty of getting value in and out without de-anonymizing the user. Dai’s reply added a deflation factor, predicted b-money would “at most be a niche currency/contract enforcement mechanism” and — strikingly for the venue — wrote: “I now tend to think that the government monopoly of force is a net benefit.”
  • The bridge to the cryptography list. The subset’s final section follows the thread onto the metzdowd.com cryptography mailing list, a separate list with its own archive. There, on 31 October 2008, Satoshi Nakamoto announced the Bitcoin paper — “New coins are made from Hashcash style proof-of-work” — and on 8 January 2009 the v0.1 release, with the 21,000,000-coin cap and the four-year halving schedule. Two of the list’s threads are visibly carried into it: proof of work, which Nakamoto credits to Hashcash in the announcement itself, and the pseudonymous ledger. The others are not — Bitcoin is not a remailer, and its ledger is public rather than untraceable. Finney had reached the same wall from the other side: he argued payee anonymity was unavailable in designs where the bank detects double-spending from what payees deposit, allowed one exception — tamper-proof observer chips, though “if someone breaks an observer the whole cash system might crash” — and concluded: “In general it does not look like payee anonymity is possible without giving up other very important features.” The untraceable cash the list wanted is not what Bitcoin shipped. The lineage the posts record is partial, and reading Bitcoin as the movement’s destination is the wiki’s inference, not theirs.

Place in This Wiki

The mailing list is the connective primary-source substrate beneath the wiki’s cypherpunk concept and reference articles. Where Crypto Anarchy, Proof of Work, and the author references for May, Finney, Szabo, and Nakamoto each isolate one idea or figure, this reference shows the medium in which those ideas were proposed, attacked, and refined in real time. It also documents the movement’s internal disagreement — over assassination-market discourse, over whether the state’s monopoly of force is wholly bad — which keeps the cypherpunk thread in this wiki from collapsing into a single party line. It is the historical anchor for the Cypherpunk topic.

See Also

Sources