A Cypherpunk's Manifesto (1993) Explained: Context, Claims, and Its Line to Bitcoin
An annotated guide to Eric Hughes's 1993 A Cypherpunk's Manifesto — the Crypto Wars context that produced it, its argument paragraph by paragraph, and the traceable connection between its claims and Bitcoin's design.
Eric Hughes published A Cypherpunk's Manifesto on 9 March 1993, to the cypherpunks mailing list. It runs to about a thousand words. Fifteen years later, a system was released that implemented one of its explicit demands — anonymous electronic money — and the manifesto has been read backwards through Bitcoin ever since.
This guide separates what the document actually says from what has been projected onto it. The full original text is short and freely circulated; read it first, then come back for the context. Quotations below are limited to the handful of phrases worth examining closely.
The Situation in March 1993
Three conditions shaped the document.
Strong cryptography had just escaped the state. Whitfield Diffie and Martin Hellman published public-key cryptography in 1976 and RSA followed in 1977, but for a decade the tools stayed largely in academia and government. Phil Zimmermann released PGP in June 1991, and it spread across the internet within weeks. For the first time an ordinary person could encrypt a message beyond the practical reach of any government.
The US government was trying to put it back. Encryption software was classified as a munition under the International Traffic in Arms Regulations, making publication abroad a potential export violation; Zimmermann was placed under federal criminal investigation in 1993. In April 1993, weeks after the manifesto appeared, the Clinton administration announced the Clipper chip — an encryption chip for telephones with a key escrow scheme that would preserve government access. The manifesto's line that cypherpunks deplore regulations on cryptography was written into this exact moment.
A group had formed to do something about it. In late 1992, Eric Hughes, Timothy C. May, and John Gilmore began hosting monthly meetings in the San Francisco Bay Area and started a mailing list. The name "cypherpunks" came from Jude Milhon, a pun on cypher and cyberpunk. May had already circulated The Crypto Anarchist Manifesto, a more provocative document predicting that cryptography would let anonymous parties trade outside state supervision. Hughes's manifesto is the constructive counterpart: less prophecy, more programme.
The Argument, Step by Step
The manifesto builds a chain of claims. Each one is load-bearing.
Privacy is necessary for an open society in the electronic age. The opening sentence, and the premise everything else rests on. Note "open society" — the claim is not that privacy is a private comfort but that a society without it cannot stay open.
Privacy is not secrecy. The distinction the document is most quoted for. A private matter is something one does not want the whole world to know; a secret matter is something one does not want anybody to know. Privacy, in Hughes's definition, is the power to selectively reveal oneself to the world. This reframes the "nothing to hide" argument before it was widely made: the question is not whether you have secrets, but whether you get to choose your audience.
Information wants to be spoken about, so minimise what you disclose. If two parties transact, each remembers it, and each can speak about their memory. Hughes does not want to restrict that speech — he treats free speech as more fundamental than privacy. The only workable defence is to ensure each party to a transaction learns only what that transaction requires.
Therefore an open society requires anonymous transaction systems. Cash is the historical example. Hughes's illustration is deliberately mundane: buying a magazine with cash requires no one to know who you are, and your email provider needs to know how to route your messages and what you owe in fees, not who you are talking to.
Anonymous transactions require cryptography, including signatures. Encryption signals the desire for privacy; digital signatures let you assert identity deliberately when the default is anonymity. Privacy is not a state of hiding but a switchable property.
Privacy will not be given, so it must be built. Hughes writes that we cannot expect governments, corporations, or other large faceless organisations to grant us privacy out of their beneficence. The conclusion is the manifesto's most cited line: cypherpunks write code. Someone has to write the software that defends privacy, so they will write it, publish it, and give it away worldwide — and, Hughes adds, software cannot be destroyed and a widely dispersed system cannot be shut down.
Regulation is futile as well as objectionable. Laws reach only as far as a nation's borders. Cryptography will spread globally, and with it the anonymous transaction systems it enables.
Privacy requires a social contract. The closing turn is easy to miss. Hughes ends not with technical triumphalism but with an invitation — cypherpunks seek your questions and concerns, and hope to engage rather than deceive, but will not change course because some disapprove.
What Hughes Actually Asked For
Stripped to a list, the manifesto's demands are concrete:
| Demand in the manifesto | Where it landed |
|---|---|
| Anonymous mail forwarding systems | Cypherpunk remailers, Mixmaster, later Tor |
| Digital signatures | PGP web of trust, and every blockchain transaction |
| Electronic money | DigiCash's ecash, b-money, Bit Gold, Bitcoin |
| Free, published, worldwide code | The open-source norm the entire crypto industry inherited |
| Cryptography beyond the reach of regulation | Settled in practice by the late-1990s export ruling in Bernstein v. United States |
Electronic money appears in the manifesto as one item in a list of defensive tools, not as its centrepiece. That is worth keeping in mind against the retelling in which the cypherpunks set out to invent Bitcoin.
The Line to Bitcoin
The connection is real, but it runs through people and a mailing list rather than through direct citation. The Bitcoin whitepaper does not cite the manifesto.
The cypherpunks list is where the digital cash work happened. Adam Back announced hashcash there in March 1997. Wei Dai posted b-money to the list in November 1998 — the design Nakamoto placed at reference [1] of the whitepaper. Hal Finney, who ran the second Bitcoin node and received the first Bitcoin transaction, was a prolific list participant and built RPOW in 2004. Nick Szabo, author of Bit Gold, was in the same milieu.
One correction to a common claim: Satoshi Nakamoto did not post the Bitcoin whitepaper to the cypherpunks list. That list, run from John Gilmore's toad.com, had faded by the late 1990s. The 31 October 2008 announcement went to the Cryptography mailing list at metzdowd.com, a successor forum with an overlapping membership. The lineage is cultural and personal, not a single unbroken thread.
Where the influence is unmistakable is in Bitcoin's shape. The privacy model in Section 10 of the whitepaper is Hughes's distinction rendered as engineering: all transactions are public, but public keys stay anonymous, and a new key pair should be used for each transaction. That is selective disclosure implemented in a protocol. Publishing the software as open source, free for anyone worldwide, follows the manifesto's instruction almost literally.
What the Manifesto Got Wrong
Two things, and honest readings should say so.
Anonymity turned out to be much harder than the manifesto implies. Bitcoin's public ledger made transaction graphs permanently analysable, and a chain-analysis industry now exists that would have appalled the 1993 authors. Selective disclosure requires far more than a fresh key pair.
And the code-versus-law framing was too clean. Cryptography did spread globally as predicted, but so did regulation of the on-ramps between crypto systems and the banking system. Exchanges, custodians, and stablecoin issuers are regulated intermediaries — precisely the institutions the manifesto assumed cryptography would route around.
Neither point diminishes the document. It is a thousand words that correctly identified the central problem of digital life three decades early, and told the people who could fix it what to do: write code.
Further Reading
- A Cypherpunk's Manifesto — Eric Hughes, 9 March 1993
- The Crypto Anarchist Manifesto — Timothy C. May, distributed 1988
- Pre-Bitcoin Digital Cash Papers — the five designs the cypherpunks produced
- Primary Sources Archive Index — the full chronological document list
The Bitcoin Whitepaper, Annotated: A Section-by-Section Reading Guide
A guide to all twelve sections of Satoshi Nakamoto's 2008 Bitcoin whitepaper — what each section argues, why the design choices were made, and which earlier papers it builds on.
Haber and Stornetta 1991: The Timestamping Paper Behind the Blockchain
A reading guide to How to Time-Stamp a Digital Document by Stuart Haber and W. Scott Stornetta — why it is called the real origin of the blockchain, what it actually proposed, and the precise ways it differs from Bitcoin.