-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
71 lines (71 loc) · 5.33 KB
/
links.html
File metadata and controls
71 lines (71 loc) · 5.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#5271ff">
<link rel="canonical" href="https://cyphertoshi.com/links"/>
<meta name="robots" content="index, follow">
<meta name="description" content="Curated lists of tools, services, and documents because knowledge is freedom."/>
<meta name="author" content="Tech1k">
<title>Resources | CypherToshi</title>
<link rel="shortcut icon" href="/assets/favicon.png?v=2"/>
<meta property="og:title" content="CypherToshi"/>
<meta property="og:description" content="Curated lists of tools, services, and documents because knowledge is freedom."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://cyphertoshi.com/links"/>
<meta property="og:site_name" content="CypherToshi"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Resources | CypherToshi"/>
<meta name="twitter:description" content="Curated lists of tools, services, and documents because knowledge is freedom."/>
<link rel="stylesheet" href="/assets/style.css?v=4">
</head>
<body>
<div id="main">
<h1>Useful Resources</h1>
<p><i>Curated lists of tools, services, and documents — because knowledge is freedom.</i></p>
<div class="center">
<h3>
<a href="/" id="curpage">Home</a> |
<a href="/links.html">Links</a> |
<a href="/notes.html">Notes</a> |
<a href="/tools.html">Toolkit</a>
</h3>
</div>
<hr/>
<section id="tools">
<h1>Tools and Services</h1>
<ul>
<li id="listlink"><a href="https://librenode.com" target="_blank" rel="noopener">LibreNode.com</a> – Privacy-focused services and tools</li>
<li id="listlink"><a href="https://www.privacytools.io/" target="_blank" rel="noopener">PrivacyTools.io</a> – Curated list of privacy-respecting tools</li>
<li id="listlink"><a href="https://prism-break.org/" target="_blank" rel="noopener">Prism-Break.org</a> – Alternatives to proprietary software and services</li>
<li id="listlink"><a href="https://www.getmonero.org/" target="_blank" rel="noopener">GetMonero.org</a> – The official Monero project site</li>
<li id="listlink"><a href="https://monerica.com/" target="_blank" rel="noopener">Monerica.com</a> – Directory of Monero-based services</li>
<li id="listlink"><a href="https://moneroinfodump.neocities.org/" target="_blank" rel="noopener">moneroinfodump.neocities.org</a> – Monero info-dump</li>
<li id="listlink"><a href="https://wiki.futo.org/" target="_blank" rel="noopener">wiki.futo.org</a> – Guides on self-hosting and reclaiming digital autonomy</li>
<li id="listlink"><a href="https://www.opensourceecology.org/" target="_blank" rel="noopener">OpenSourceEcology.org</a> – Open source plans for self-sufficient living</li>
<li id="listlink"><a href="https://iancoleman.io/" target="_blank" rel="noopener">IanColeman.io</a> – Crypto tools including BIP39 and key generation</li>
<li id="listlink"><a href="https://www.torproject.org/" target="_blank" rel="noopener">TorProject.org</a> – The Tor Project (private browsing)</li>
<li id="listlink"><a href="https://www.openpgp.org/software/" target="_blank" rel="noopener">OpenPGP.org</a> – Curated list of PGP software</li>
<li id="listlink"><a href="https://ipfs.tech" target="_blank" rel="noopener">IPFS.tech</a> – Decentralized file system</li>
<li id="listlink"><a href="https://www.eff.org/" target="_blank" rel="noopener">EFF.org</a> – Electronic Frontier Foundation</li>
<li id="listlink"><a href="https://cryptoanarchy.wiki" target="_blank" rel="noopener">CryptoAnarchy.wiki</a> – Wiki of cypherpunk literature, tools, and philosophy</li>
<li id="listlink"><a href="https://reddit.com/r/privacy" target="_blank" rel="noopener">Reddit r/privacy</a> – Reddit's privacy-focused community</li>
</ul>
</section>
<section id="documents">
<h1>Documents</h1>
<ul>
<li id="listlink"><a href="/docs/cypherpunk-manifesto.txt" target="_blank" rel="noopener">A Cypherpunk's Manifesto</a></li>
<li id="listlink"><a href="/docs/bitcoin.pdf" target="_blank" rel="noopener">Bitcoin Whitepaper</a></li>
<li id="listlink"><a href="/docs/cryptonote.pdf" target="_blank" rel="noopener">CryptoNote Whitepaper</a></li>
</ul>
</section>
<br/>
<hr/>
<footer>
<p style="text-align:center;">An initiative started April 15, 2025 by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>. This site is <a href="https://github.com/Tech1k/cyphertoshi.com" target="_blank" rel="noopener">open-source</a>.</p>
</footer>
</div>
</body>
</html>