-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
368 lines (330 loc) · 14.3 KB
/
index.html
File metadata and controls
368 lines (330 loc) · 14.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZipherPunk - Cypherpunk Research & Privacy Advocacy</title>
<meta name="description" content="ZipherPunk is a cypherpunk research hub. Bitcoin proposals, cryptographic analysis, privacy advocacy, and Zclassic (ZCL) wallet development. Built by VicThor2013.">
<meta name="keywords" content="ZipherPunk, Zclassic, ZCL, ZipherX, privacy wallet, cryptocurrency, zk-SNARKs, shielded transactions, cypherpunk, Tor, zero-knowledge proof, crypto wallet, decentralized, open source">
<meta name="author" content="VicThor2013">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://zipherpunk.com/">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://zipherpunk.com/">
<meta property="og:title" content="ZipherPunk - Cypherpunk Research & Privacy Advocacy">
<meta property="og:description" content="Cypherpunk research hub. Bitcoin proposals, cryptographic analysis, privacy advocacy. Built by VicThor2013.">
<meta property="og:image" content="https://zipherpunk.com/og-home.png">
<meta property="og:site_name" content="ZipherPunk">
<!-- Twitter/X Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@VicThor2013">
<meta name="twitter:creator" content="@VicThor2013">
<meta name="twitter:title" content="ZipherPunk - Cypherpunk Research & Privacy Advocacy">
<meta name="twitter:description" content="Cypherpunk research hub. Bitcoin proposals, cryptographic analysis, privacy advocacy. Built by VicThor2013.">
<meta name="twitter:image" content="https://zipherpunk.com/og-home.png">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://zipherpunk.com/#org",
"name": "ZipherPunk",
"url": "https://zipherpunk.com",
"logo": "https://zipherpunk.com/Zipherpunk_logo.png",
"description": "Cypherpunk research hub: Bitcoin proposals, cryptographic analysis, privacy advocacy",
"founder": {
"@type": "Person",
"name": "VicThor2013",
"url": "https://x.com/VicThor2013",
"sameAs": [
"https://x.com/VicThor2013",
"https://github.com/VictorLux"
]
},
"sameAs": [
"https://github.com/ZipherPunk",
"https://x.com/VicThor2013"
]
},
{
"@type": "WebSite",
"@id": "https://zipherpunk.com/#website",
"name": "ZipherPunk",
"url": "https://zipherpunk.com",
"publisher": { "@id": "https://zipherpunk.com/#org" },
"description": "Cypherpunk research hub: Bitcoin proposals, cryptographic analysis, privacy advocacy"
},
{
"@type": "WebPage",
"name": "ZipherPunk Research",
"description": "Cypherpunk research: Bitcoin proposals, cryptographic analysis, privacy advocacy",
"url": "https://zipherpunk.com"
}
]
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Chicago&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #808080;
font-family: 'Chicago', 'Geneva', 'Monaco', monospace;
min-height: 100vh;
padding: 20px;
}
.window {
background: #ffffff;
border: 2px solid #000;
box-shadow: 2px 2px 0 #000;
max-width: 900px;
margin: 0 auto;
}
.title-bar {
background: linear-gradient(to right, #000 0%, #000 100%);
background: repeating-linear-gradient(
90deg,
#000 0px,
#000 1px,
#fff 1px,
#fff 3px
);
padding: 4px 8px;
display: flex;
align-items: center;
border-bottom: 2px solid #000;
}
.close-box {
width: 12px;
height: 12px;
border: 1px solid #000;
background: #fff;
margin-right: 8px;
}
.title {
background: #fff;
padding: 2px 8px;
font-size: 12px;
font-weight: bold;
}
.content {
padding: 20px;
background: #fff;
}
.menu-bar {
background: #fff;
border-bottom: 1px solid #000;
padding: 4px 8px;
font-size: 12px;
}
.menu-bar span {
margin-right: 16px;
cursor: pointer;
}
h1 {
font-size: 24px;
text-align: center;
margin-bottom: 20px;
text-decoration: underline;
}
h2 {
font-size: 16px;
margin: 16px 0 8px 0;
border-bottom: 1px dotted #000;
padding-bottom: 4px;
}
h3 {
font-size: 14px;
margin: 12px 0 6px 0;
}
p {
font-size: 12px;
line-height: 1.6;
margin-bottom: 8px;
}
.manifesto {
border: 2px inset #808080;
padding: 12px;
margin: 16px 0;
background: #f0f0f0;
}
.manifesto p {
font-style: italic;
text-align: center;
}
.wallet-section {
border: 2px solid #000;
margin: 16px 0;
padding: 12px;
}
.wallet-header {
background: #000;
color: #fff;
padding: 4px 8px;
margin: -12px -12px 12px -12px;
font-size: 14px;
}
.feature-list {
list-style: none;
padding-left: 0;
}
.feature-list li {
font-size: 11px;
padding: 4px 0;
padding-left: 16px;
position: relative;
}
.feature-list li:before {
content: "◆";
position: absolute;
left: 0;
}
.button {
display: inline-block;
background: #fff;
border: 2px outset #808080;
padding: 6px 16px;
font-size: 12px;
cursor: pointer;
text-decoration: none;
color: #000;
margin: 4px;
}
.button:active {
border-style: inset;
}
.footer {
text-align: center;
margin-top: 20px;
padding-top: 12px;
border-top: 1px solid #000;
font-size: 10px;
}
.icon {
font-size: 24px;
margin-bottom: 8px;
}
.principles {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin: 16px 0;
}
.principle {
text-align: center;
padding: 12px;
border: 1px solid #000;
}
.download-section {
text-align: center;
margin: 20px 0;
}
@media (max-width: 600px) {
.principles {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<div class="window">
<div class="title-bar">
<div class="close-box"></div>
<span class="title">ZipherPunk.com - Privacy is Not a Crime</span>
</div>
<div class="menu-bar">
<span>File</span>
<span>Edit</span>
<span>View</span>
<span>Special</span>
</div>
<div class="content">
<div style="text-align: center; margin-bottom: 20px;">
<picture>
<source srcset="Zipherpunk_logo.webp" type="image/webp">
<img src="Zipherpunk_logo_512.png" alt="ZipherPunk - Cypherpunk Privacy Advocacy for Zclassic (ZCL)" style="max-width: 300px; width: 100%; height: auto;">
</picture>
</div>
<h1>⌘ ZIPHERPUNK ⌘</h1>
<div class="manifesto">
<p>"Privacy is necessary for an open society in the electronic age."</p>
<p>— Cypherpunk Manifesto, 1993</p>
</div>
<div class="principles">
<div class="principle">
<div class="icon">🔒</div>
<h3>PRIVACY</h3>
<p style="font-size: 10px;">Your transactions. Your business.</p>
</div>
<div class="principle">
<div class="icon">⚡</div>
<h3>FREEDOM</h3>
<p style="font-size: 10px;">No permission needed. No borders.</p>
</div>
<div class="principle">
<div class="icon">🌐</div>
<h3>DECENTRALIZATION</h3>
<p style="font-size: 10px;">No single point of failure.</p>
</div>
</div>
<h2>▸ Research & Analysis</h2>
<div class="wallet-section" style="border-color: #f7931a;">
<div class="wallet-header" style="background: #f7931a;">◈ NEW — Bitcoin Research</div>
<p><strong>Satoshi's Donation Protocol (SDP)</strong> — A consensus-layer mechanism that restricts spendability of quantum-vulnerable P2PK outputs (1,720,270 BTC across 45,257 UTXOs with public keys exposed on-chain since 2009–2012). Activates only after block subsidy drops below 1 BTC (halving 6, ~2032). If no cryptographic break occurs, no additional value enters circulation.</p>
<ul class="feature-list">
<li><strong>Scope:</strong> Only P2PK with exposed public keys. P2PKH, P2SH, Taproot, and PQC holders are never affected.</li>
<li><strong>Key-rotation window:</strong> Any living P2PK holder can opt out with one transaction before block ~1,035,000 (~Jan 3, 2028). Ownership preserved forever.</li>
<li><strong>Economic trigger:</strong> Donation does not activate until <code>GetBlockSubsidy() < 1 BTC</code> (halving 6, ~2032). Before that, nothing changes.</li>
<li><strong>Dormant unless needed:</strong> If quantum never arrives, the pool never activates. Contingency, not prediction.</li>
<li><strong>21M cap preserved.</strong> MAX_MONEY unchanged. Zero new coins.</li>
</ul>
<div class="download-section">
<a href="bitcoin-satoshi-donation-protocol-whitepaper.pdf" class="button" style="border-color: #f7931a;">Read Whitepaper (PDF)</a>
</div>
</div>
<div class="wallet-section">
<div class="wallet-header">◈ Cryptographic Research</div>
<p>In-depth technical analysis of Zclassic's cryptographic primitives, threat models, and upgrade paths.</p>
<ul class="feature-list">
<li><strong>Quantum Threat Analysis:</strong> Full audit of every cryptographic primitive across all protocol layers — transparent, Sapling, Sprout, PoW, and network — against Shor's and Grover's algorithms. Includes severity ranking, post-quantum replacement map, and strategic migration roadmap.</li>
</ul>
<div class="download-section">
<a href="zclassic-quantum-analysis.html" class="button">Read: ZCL Quantum Threat Matrix</a>
</div>
</div>
<h2>▸ Zclassic (ZCL)</h2>
<div class="wallet-section">
<div class="wallet-header">◈ Privacy Coin — No Founder's Reward</div>
<p>Zclassic is a community-driven privacy coin based on the Zcash protocol. 100% of block rewards go to miners. zk-SNARK shielded transactions. No dev tax. No corporate interests.</p>
<p>ZipherX wallets available for macOS, iOS, Android, Linux & Windows.</p>
<div class="download-section">
<a href="zclassic.html" class="button">Zclassic — Wallets, Stats & Downloads</a>
</div>
</div>
<div style="border: 2px inset #808080; padding: 10px; margin: 16px 0; background: #f8f0f0;">
<p style="font-size: 10px; font-weight: bold; margin-bottom: 4px;">DISCLAIMER</p>
<p style="font-size: 9px; line-height: 1.5;">All content on this site is provided <strong>strictly for educational and informational purposes only</strong>. Nothing constitutes financial, investment, or security advice. Technical analyses are AI-assisted, <strong>may contain errors, inaccuracies, or outdated information</strong>, and have not been formally peer-reviewed or audited. This is not a professional security audit. The authors accept no responsibility or liability for any loss or damage arising from the use of this information. Cryptocurrency is inherently risky and may lose all value. Always do your own research (DYOR). Licensed under <a href="https://github.com/ZipherPunk/zipherpunk/blob/master/LICENSE">MIT License</a>.</p>
</div>
<div class="footer">
<p>ZipherPunk.com — Cypherpunk Research & Privacy Advocacy</p>
<p style="margin-top: 8px;">
[ <a href="https://x.com/VicThor2013" target="_blank">@VicThor2013</a> |
<a href="https://x.com/ZipherPunk" target="_blank">@ZipherPunk</a> |
<a href="https://github.com/ZipherPunk" target="_blank">GitHub</a> |
<a href="https://github.com/ZipherPunk/zipherpunk" target="_blank">Source</a> ]
</p>
</div>
</div>
</div>
</body>
</html>