-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZipherX.html
More file actions
848 lines (757 loc) · 30.3 KB
/
ZipherX.html
File metadata and controls
848 lines (757 loc) · 30.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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZipherX - Shielded-Only Zclassic Wallet | Privacy is Not a Crime</title>
<meta name="description" content="ZipherX is a shielded-only cryptocurrency wallet for Zclassic (ZCL). Secure Enclave keys, embedded Tor, local zk-SNARK proofs, multi-peer consensus. iOS, macOS, Android, Linux, Windows. Built by VicThor2013.">
<meta name="keywords" content="ZipherX, Zclassic wallet, ZCL wallet, privacy wallet, shielded transactions, zk-SNARKs, Secure Enclave, Tor wallet, cryptocurrency, cypherpunk, iOS crypto wallet, macOS crypto wallet, open source wallet">
<meta name="author" content="VicThor2013">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://zipherpunk.com/ZipherX.html">
<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/ZipherX.html">
<meta property="og:title" content="ZipherX - Shielded-Only Zclassic Wallet | Privacy is Not a Crime">
<meta property="og:description" content="Shielded-only ZCL wallet. Secure Enclave, embedded Tor, local zk-SNARK proofs. 87,000 lines of code. Built in ~1 month. No trusted servers.">
<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="ZipherX - Shielded-Only Zclassic Wallet">
<meta name="twitter:description" content="Shielded-only ZCL wallet. Secure Enclave, embedded Tor, local zk-SNARK proofs. 87,000 lines of code. No trusted servers. 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",
"@type": "SoftwareApplication",
"name": "ZipherX",
"applicationCategory": "FinanceApplication",
"operatingSystem": "macOS, iOS, Android, Linux, Windows",
"description": "Shielded-only Zclassic (ZCL) cryptocurrency wallet with Secure Enclave key storage, embedded Tor via Arti, local Sapling zk-SNARK proof generation, and multi-peer Byzantine consensus. No trusted servers.",
"url": "https://zipherpunk.com/ZipherX.html",
"downloadUrl": "https://github.com/ZipherPunk/ZipherX/releases/latest",
"author": {
"@type": "Person",
"name": "VicThor2013",
"url": "https://x.com/VicThor2013",
"sameAs": ["https://x.com/VicThor2013", "https://github.com/VictorLux"]
},
"publisher": {
"@type": "Organization",
"name": "ZipherPunk",
"url": "https://zipherpunk.com"
},
"license": "https://opensource.org/licenses/MIT",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Shielded-only z-to-z transactions",
"Secure Enclave hardware key protection",
"Embedded Tor via Arti with .onion hidden service",
"Local Sapling zk-SNARK proof generation",
"Multi-peer consensus (8+ peers, 5/8 Byzantine tolerance)",
"BIP-39 24-word seed recovery",
"P2P encrypted chat over Tor",
"AES-256-GCM field-level encryption"
]
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=VT323&family=Share+Tech+Mono&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #0a0a0a;
color: #00ff41;
font-family: 'Share Tech Mono', monospace;
min-height: 100vh;
overflow-x: hidden;
}
/* Matrix rain effect */
.matrix-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.05;
z-index: 0;
background: repeating-linear-gradient(
0deg,
transparent,
transparent 2px,
rgba(0, 255, 65, 0.03) 2px,
rgba(0, 255, 65, 0.03) 4px
);
}
.container {
position: relative;
z-index: 1;
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
/* Glitch effect */
@keyframes glitch {
0% { text-shadow: 2px 0 #ff0040, -2px 0 #00ffff; }
25% { text-shadow: -2px 0 #ff0040, 2px 0 #00ffff; }
50% { text-shadow: 2px 0 #ff0040, -2px 0 #00ffff; }
75% { text-shadow: -2px 0 #ff0040, 2px 0 #00ffff; }
100% { text-shadow: 2px 0 #ff0040, -2px 0 #00ffff; }
}
@keyframes flicker {
0%, 100% { opacity: 1; }
50% { opacity: 0.8; }
}
@keyframes scan {
0% { top: -100%; }
100% { top: 100%; }
}
.header {
text-align: center;
margin-bottom: 60px;
position: relative;
}
.logo {
font-family: 'VT323', monospace;
font-size: 4rem;
letter-spacing: 0.3em;
animation: glitch 0.5s infinite alternate;
margin-bottom: 10px;
}
.logo span {
color: #ff0040;
}
.tagline {
font-size: 1.2rem;
color: #888;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.manifesto {
border: 1px solid #00ff41;
padding: 30px;
margin: 40px 0;
position: relative;
background: rgba(0, 255, 65, 0.02);
}
.manifesto::before {
content: '>';
position: absolute;
left: 10px;
top: 10px;
animation: flicker 1s infinite;
}
.manifesto h2 {
font-size: 1.5rem;
margin-bottom: 20px;
color: #fff;
}
.manifesto p {
line-height: 1.8;
margin-bottom: 15px;
}
.quote {
border-left: 3px solid #ff0040;
padding-left: 20px;
margin: 30px 0;
font-style: italic;
color: #aaa;
}
.quote cite {
display: block;
margin-top: 10px;
color: #666;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 40px 0;
}
.feature {
border: 1px solid #333;
padding: 25px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.feature::after {
content: '';
position: absolute;
top: -100%;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(transparent, rgba(0, 255, 65, 0.1), transparent);
animation: scan 3s infinite;
}
.feature:hover {
border-color: #00ff41;
box-shadow: 0 0 20px rgba(0, 255, 65, 0.2);
}
.feature h3 {
color: #00ff41;
margin-bottom: 15px;
font-size: 1.1rem;
}
.feature p {
color: #888;
font-size: 0.9rem;
line-height: 1.6;
}
.feature .icon {
font-size: 2rem;
margin-bottom: 15px;
}
.comparison {
margin: 60px 0;
border: 1px solid #333;
overflow: hidden;
}
.comparison h2 {
background: #111;
padding: 20px;
text-align: center;
border-bottom: 1px solid #333;
}
.comparison-grid {
display: grid;
grid-template-columns: 1fr 1fr;
}
.comparison-col {
padding: 30px;
}
.comparison-col:first-child {
border-right: 1px solid #333;
background: rgba(255, 0, 64, 0.05);
}
.comparison-col:last-child {
background: rgba(0, 255, 65, 0.05);
}
.comparison-col h3 {
text-align: center;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px dashed #333;
}
.comparison-col:first-child h3 {
color: #ff0040;
}
.comparison-col ul {
list-style: none;
}
.comparison-col li {
padding: 10px 0;
padding-left: 25px;
position: relative;
color: #888;
font-size: 0.9rem;
}
.comparison-col:first-child li::before {
content: '✗';
position: absolute;
left: 0;
color: #ff0040;
}
.comparison-col:last-child li::before {
content: '✓';
position: absolute;
left: 0;
color: #00ff41;
}
.easter-egg {
margin: 60px 0;
padding: 30px;
background: #111;
border: 1px dashed #333;
text-align: center;
}
.easter-egg h3 {
color: #ff0040;
margin-bottom: 20px;
}
.easter-egg p {
color: #666;
font-size: 0.85rem;
line-height: 1.8;
}
.easter-egg .hint {
color: #444;
font-size: 0.7rem;
margin-top: 20px;
}
.tech-specs {
margin: 40px 0;
font-size: 0.85rem;
}
.tech-specs h2 {
margin-bottom: 20px;
}
.tech-specs table {
width: 100%;
border-collapse: collapse;
}
.tech-specs td {
padding: 12px;
border-bottom: 1px solid #222;
}
.tech-specs td:first-child {
color: #666;
width: 40%;
}
.terminal {
background: #000;
border: 1px solid #333;
border-radius: 5px;
margin: 40px 0;
overflow: hidden;
}
.terminal-header {
background: #222;
padding: 10px 15px;
display: flex;
gap: 8px;
}
.terminal-btn {
width: 12px;
height: 12px;
border-radius: 50%;
}
.terminal-btn.red { background: #ff5f56; }
.terminal-btn.yellow { background: #ffbd2e; }
.terminal-btn.green { background: #27ca40; }
.terminal-body {
padding: 20px;
font-size: 0.9rem;
line-height: 1.8;
}
.terminal-body .prompt {
color: #00ff41;
}
.terminal-body .command {
color: #fff;
}
.terminal-body .output {
color: #888;
}
.terminal-body .success {
color: #27ca40;
}
.footer {
text-align: center;
margin-top: 80px;
padding: 40px;
border-top: 1px solid #222;
color: #444;
font-size: 0.8rem;
}
.footer a {
color: #00ff41;
text-decoration: none;
}
.footer .ascii-art {
font-family: monospace;
font-size: 0.6rem;
color: #333;
margin-bottom: 20px;
line-height: 1.2;
}
.blink {
animation: flicker 1s infinite;
}
.redacted {
background: #00ff41;
color: #00ff41;
cursor: pointer;
transition: all 0.3s;
}
.redacted:hover {
background: transparent;
color: #00ff41;
}
@media (max-width: 600px) {
.logo {
font-size: 2.5rem;
}
.comparison-grid {
grid-template-columns: 1fr;
}
.comparison-col:first-child {
border-right: none;
border-bottom: 1px solid #333;
}
}
</style>
</head>
<body>
<div class="matrix-bg"></div>
<div class="container">
<header class="header">
<h1 class="logo">ZIPHER<span>X</span></h1>
<p class="tagline">Privacy is not a crime</p>
</header>
<div class="manifesto">
<h2>> WHAT IS THIS?</h2>
<p>
ZipherX is a <strong>shielded-only</strong> cryptocurrency wallet for Zclassic (ZCL).
No transparent addresses. No trusted servers. No blockchain analytics.
Just pure, unadulterated financial privacy.
</p>
<p>
Built for iOS and macOS with the paranoid in mind. Your keys live in the Secure Enclave.
Your proofs are generated locally. Your transactions are verified by 8+ peers with Byzantine consensus.
Your balance is nobody's business but yours.
</p>
<p>
<strong>Swift + Rust.</strong> librustzcash for Sapling cryptography. Arti for embedded Tor.
SQLCipher for encrypted storage. AES-256-GCM for field-level encryption.
</p>
</div>
<div class="quote">
"Privacy is necessary for an open society in the electronic age.
Privacy is not secrecy. A private matter is something one doesn't want
the whole world to know, but a secret matter is something one doesn't
want anybody to know. Privacy is the power to selectively reveal oneself to the world."
<cite>— Eric Hughes, A Cypherpunk's Manifesto (1993)</cite>
</div>
<div class="features">
<div class="feature">
<div class="icon">🛡️</div>
<h3>SHIELDED ONLY</h3>
<p>t-addresses? Never heard of them. z-to-z only. Sapling proofs. Zero transparent leaks.</p>
</div>
<div class="feature">
<div class="icon">🔐</div>
<h3>SECURE ENCLAVE</h3>
<p>Your spending key lives in hardware. AES-256-GCM encryption. Keys never extracted to Swift memory.</p>
</div>
<div class="feature">
<div class="icon">📱</div>
<h3>iOS + macOS</h3>
<p>iOS 15+ with Face ID. macOS 12+ with embedded zclassicd. Same codebase. Same privacy.</p>
</div>
<div class="feature">
<div class="icon">⚡</div>
<h3>PARALLEL SCANNING</h3>
<p>Rayon-powered decryption. 6.7x faster note discovery. ~1M CMU commitment tree pre-indexed.</p>
</div>
<div class="feature">
<div class="icon">🔍</div>
<h3>LOCAL PROOFS</h3>
<p>Sapling zk-SNARKs generated on-device. ~30 seconds. Proof verification in ~50ms. Trust math.</p>
</div>
<div class="feature">
<div class="icon">🌐</div>
<h3>MULTI-PEER CONSENSUS</h3>
<p>8+ random peers. 5/8 Byzantine tolerance. 7-day auto-ban for malicious actors. No trusted server.</p>
</div>
<div class="feature">
<div class="icon">🧅</div>
<h3>EMBEDDED TOR</h3>
<p>Arti router built-in. SOCKS5 proxy. Persistent .onion hidden service. IP privacy by default.</p>
</div>
<div class="feature">
<div class="icon">🔒</div>
<h3>BIOMETRIC AUTH</h3>
<p>Face ID / Touch ID. 30-second auto-lock. Passcode fallback. Field-level database encryption.</p>
</div>
<div class="feature">
<div class="icon">💬</div>
<h3>CYPHERPUNK CHAT</h3>
<p>P2P encrypted messaging over Tor. X25519 + ChaChaPoly. Payment requests in-chat. Read receipts. Offline queue.</p>
</div>
<div class="feature">
<div class="icon">💸</div>
<h3>PAY IN CHAT</h3>
<p>Request and send ZCL within conversations. One-tap payment. TX confirmation receipts. No copy-paste addresses.</p>
</div>
</div>
<div class="comparison">
<h2>// HOW WE'RE DIFFERENT</h2>
<div class="comparison-grid">
<div class="comparison-col">
<h3>OTHER WALLETS</h3>
<ul>
<li>Transparent addresses enabled by default</li>
<li>Lightwalletd dependency (trusted server)</li>
<li>Single server = single point of failure</li>
<li>Keys in software-only storage</li>
<li>Server generates your proofs</li>
<li>IP address exposed to server</li>
</ul>
</div>
<div class="comparison-col">
<h3>ZIPHERX</h3>
<ul>
<li>Shielded only. z-to-z. No exceptions.</li>
<li>Direct P2P with 8+ peers</li>
<li>5/8 Byzantine consensus - no single trust</li>
<li>Secure Enclave hardware protection</li>
<li>Local Sapling proof generation</li>
<li>Embedded Tor with .onion service</li>
</ul>
</div>
</div>
</div>
<div class="terminal">
<div class="terminal-header">
<div class="terminal-btn red"></div>
<div class="terminal-btn yellow"></div>
<div class="terminal-btn green"></div>
</div>
<div class="terminal-body">
<p><span class="prompt">zipherx $</span> <span class="command">send --to zs1... --amount 42.0</span></p>
<p class="output">Building zero-knowledge proof...</p>
<p class="output">Generating spend description...</p>
<p class="output">Creating output description...</p>
<p class="output">Signing transaction...</p>
<p class="success">✓ Transaction broadcast to network</p>
<p class="output">txid: <span class="redacted">b001c6c2a66fcfd002373210f26c596595203d7b</span></p>
<p><span class="prompt">zipherx $</span> <span class="blink">_</span></p>
</div>
</div>
<div class="tech-specs">
<h2>> TECH SPECS</h2>
<table>
<tr>
<td>Cryptography</td>
<td>Sapling (Groth16 zk-SNARKs, BLS12-381)</td>
</tr>
<tr>
<td>Key Derivation</td>
<td>ZIP-32 HD Wallets (IVK, OVK, spending key)</td>
</tr>
<tr>
<td>Mnemonic</td>
<td>BIP-39 (24 words, PBKDF2-SHA512)</td>
</tr>
<tr>
<td>Encryption</td>
<td>AES-256-GCM (12-byte nonce, 16-byte tag)</td>
</tr>
<tr>
<td>Database</td>
<td>SQLCipher 4.5+ with field-level encryption</td>
</tr>
<tr>
<td>Network</td>
<td>Zclassic P2P mainnet (port 8033)</td>
</tr>
<tr>
<td>Consensus</td>
<td>Buttercup (branch ID: <span class="redacted">0x930b540d</span>)</td>
</tr>
<tr>
<td>Sapling Activation</td>
<td>Block 476,969</td>
</tr>
<tr>
<td>Peer Consensus</td>
<td>8+ peers, 5/8 Byzantine tolerance</td>
</tr>
<tr>
<td>Transaction Fee</td>
<td>0.0001 ZCL (10,000 zatoshis)</td>
</tr>
<tr>
<td>Dust Threshold</td>
<td>10,000 zatoshis minimum</td>
</tr>
<tr>
<td>Proof Time</td>
<td>~30 seconds on iPhone</td>
</tr>
<tr>
<td>Proof Verification</td>
<td>~50ms per proof (local)</td>
</tr>
<tr>
<td>Commitment Tree</td>
<td>~1M CMUs pre-indexed (GitHub boost)</td>
</tr>
<tr>
<td>Memo Size</td>
<td>512 bytes encrypted per TX</td>
</tr>
<tr>
<td>iOS Minimum</td>
<td>iOS 15.0+ (Secure Enclave: iPhone 8+)</td>
</tr>
<tr>
<td>macOS Minimum</td>
<td>macOS 12.0+ (embedded zclassicd)</td>
</tr>
<tr>
<td>Tor</td>
<td>Arti (Rust) with .onion hidden service</td>
</tr>
<tr>
<td>PoW Verification</td>
<td>Equihash(192,7) full validation (post-Bubbles)</td>
</tr>
<tr>
<td>Chat Encryption</td>
<td>X25519 key exchange + ChaChaPoly (AEAD)</td>
</tr>
<tr>
<td>Chat Port</td>
<td>8034 (via Tor hidden service)</td>
</tr>
<tr>
<td>Chat Features</td>
<td>Payment requests, read receipts, offline queue, TTL</td>
</tr>
</table>
</div>
<div class="tech-specs" style="margin-top: 60px;">
<h2>> PROJECT STATS</h2>
<p style="color: #888; margin-bottom: 20px; font-size: 0.9rem;">
Built by <strong style="color: #00ff41;">@ZipherPunk</strong> + Claude in ~1 month.<br>
Traditional estimate: 12-18 months, $500K-$1M, team of 5-8 engineers.
</p>
<table>
<tr>
<td>Swift Code</td>
<td>~76,000 lines (80 files)</td>
</tr>
<tr>
<td>Rust FFI</td>
<td>~10,000 lines (librustzcash bindings)</td>
</tr>
<tr>
<td>Total Original Code</td>
<td><strong style="color: #00ff41;">~87,000 lines</strong></td>
</tr>
<tr>
<td>Bug Fixes</td>
<td>315+ tracked fixes (FIX #001 → #315)</td>
</tr>
<tr>
<td>Security Fixes</td>
<td>28 vulnerabilities patched (VUL-001 → VUL-028)</td>
</tr>
<tr>
<td>Unit Tests</td>
<td>9 test functions (~150 lines)</td>
</tr>
<tr>
<td>Traditional Cost</td>
<td style="color: #ff0040;">$500K - $1M USD (5-8 FTE, 12-18 months)</td>
</tr>
<tr>
<td>Degen Cost</td>
<td><strong style="color: #00ff41;">~$200/month Claude Pro + insomnia</strong></td>
</tr>
<tr>
<td>ROI</td>
<td style="color: #00ff41;">∞% (priceless cypherpunk satisfaction)</td>
</tr>
</table>
<p style="color: #444; font-size: 0.75rem; margin-top: 15px;">
* zclassic-fork (C++ node) not included - external Zcash/Bitcoin code bundled for macOS full node mode.
</p>
</div>
<div class="easter-egg">
<h3>// A NOTE TO OUR FRIENDS AT ECC & ZASHI</h3>
<p>
Hey team! 👋 Remember when you said mobile Sapling was "too complex"?
We took that personally. Built librustzcash FFI bindings in Swift.
Added Secure Enclave key storage. Embedded Tor via Arti.
<span class="redacted">No trusted server required.</span>
</p>
<p style="margin-top: 15px;">
Multi-peer consensus? 8+ peers with 5/8 Byzantine tolerance.
Parallel note decryption? 6.7x faster with Rayon.
Field-level encryption? AES-256-GCM on every sensitive field.
<span style="color: #00ff41;">¯\_(ツ)_/¯</span>
</p>
<p class="hint">
P.S. - Our ~1M CMU tree loads from GitHub boost files.
No lightwalletd. No AWS. Just P2P and math.
</p>
</div>
<div class="manifesto">
<h2>> WHY ZCLASSIC?</h2>
<p>
Because some of us remember what Zcash was supposed to be before the
founders reward, before the dev fund votes, before the "transparent pool is fine actually" narrative.
</p>
<p>
Zclassic is Zcash without the baggage. Same cryptography. Same privacy.
No 20% tax to fund debates about whether privacy matters.
</p>
<p style="color: #666; font-size: 0.9rem; margin-top: 20px;">
(Also, have you seen ZCL's market cap?
There's something poetic about building serious privacy tech for a coin
that most people forgot exists.)
</p>
</div>
<div style="border: 1px solid #333; padding: 20px; margin: 40px 0; background: rgba(255, 0, 64, 0.03);">
<p style="color: #ff0040; font-size: 0.8rem; font-weight: bold; margin-bottom: 8px;">DISCLAIMER</p>
<p style="color: #666; font-size: 0.75rem; line-height: 1.7;">
All content on this page is provided <strong style="color:#888;">strictly for educational and informational purposes only</strong>. ZipherX is experimental software. Nothing constitutes financial, investment, or security advice. The software <strong style="color:#888;">may contain bugs, vulnerabilities, or errors</strong> and has not been formally audited by a certified third party. Use at your own risk. The authors accept <strong style="color:#888;">no responsibility or liability</strong> for any loss of funds, data, or privacy arising from the use of this software. 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" style="color:#00ff41;">MIT License</a>.
</p>
</div>
<footer class="footer">
<pre class="ascii-art">
███████╗██╗██████╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗
╚══███╔╝██║██╔══██╗██║ ██║██╔════╝██╔══██╗╚██╗██╔╝
███╔╝ ██║██████╔╝███████║█████╗ ██████╔╝ ╚███╔╝
███╔╝ ██║██╔═══╝ ██╔══██║██╔══╝ ██╔══██╗ ██╔██╗
███████╗██║██║ ██║ ██║███████╗██║ ██║██╔╝ ██╗
╚══════╝╚═╝╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝
</pre>
<p>
Made with 🖤 and too much coffee<br>
<span style="color: #333;">*Grandma not included. Results may vary. Not financial advice.</span>
</p>
<p style="margin-top: 20px;">
<a href="https://x.com/VicThor2013" target="_blank" style="color: #00ff41;">@VicThor2013</a> ·
<a href="https://x.com/ZipherPunk" target="_blank" style="color: #00ff41;">@ZipherPunk</a> ·
<a href="https://github.com/ZipherPunk" target="_blank" style="color: #00ff41;">GitHub</a> ·
<a href="https://zipherpunk.com" style="color: #00ff41;">ZipherPunk.com</a> ·
<span style="color: #444;">Open Source · <a href="https://github.com/ZipherPunk/zipherpunk/blob/master/LICENSE" style="color:#444;">MIT License</a></span>
</p>
<p style="margin-top: 10px; font-size: 0.7rem; color: #444;">
"Code is being audited. Bugs are being squashed. Patience, cypherpunk."
</p>
<p style="margin-top: 30px; color: #222;">
"In a world of total surveillance, privacy is a revolutionary act."
</p>
</footer>
</div>
<script>
// Easter egg: Konami code reveals hidden message
let konamiCode = [];
const secretCode = [38, 38, 40, 40, 37, 39, 37, 39, 66, 65];
document.addEventListener('keydown', (e) => {
konamiCode.push(e.keyCode);
konamiCode = konamiCode.slice(-10);
if (konamiCode.join(',') === secretCode.join(',')) {
document.body.style.background = '#000';
alert('🎮 YOU FOUND THE SECRET!\n\nFun fact: This wallet was built in a week.\nThe Zcash team has been "working on mobile" for 6 years.\n\nPriority: Ship > Perfect');
}
});
// Reveal redacted text on hover
document.querySelectorAll('.redacted').forEach(el => {
el.title = 'Hover to reveal';
});
</script>
</body>
</html>