-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
84 lines (84 loc) · 5.2 KB
/
tools.html
File metadata and controls
84 lines (84 loc) · 5.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#5271ff">
<meta name="referrer" content="no-referrer">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'none'; form-action 'self'">
<link rel="canonical" href="https://cyphertoshi.com/tools"/>
<meta name="robots" content="index, follow">
<meta name="description" content="Handcrafted, privacy-first open-source utilities for a digital world."/>
<meta name="author" content="Tech1k">
<title>CypherToshi's Toolkit</title>
<link rel="shortcut icon" href="/assets/favicon.png?v=3"/>
<link rel="manifest" href="/site.webmanifest"/>
<link rel="apple-touch-icon" href="/assets/icon.png?v=1"/>
<meta property="og:title" content="CypherToshi"/>
<meta property="og:description" content="Handcrafted, privacy-first open-source utilities for a digital world."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://cyphertoshi.com/assets/og-banner.png?v=1"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:url" content="https://cyphertoshi.com/tools"/>
<meta property="og:site_name" content="CypherToshi"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://cyphertoshi.com/assets/og-banner.png?v=1"/>
<meta name="twitter:title" content="CypherToshi's Toolkit"/>
<meta name="twitter:description" content="Handcrafted, privacy-first open-source utilities for a digital world."/>
<link rel="alternate" type="application/rss+xml" title="CypherToshi RSS" href="/rss.xml"/>
<link rel="stylesheet" href="/assets/style.css?v=6">
</head>
<body>
<div id="main">
<h1>CypherToshi's Toolkit</h1>
<p><i>Handcrafted, privacy-first open-source utilities for a digital world.</i></p>
<div class="center">
<h3>
<a href="/">Home</a> |
<a href="/links">Links</a> |
<a href="/notes">Notes</a> |
<a href="/tools" id="curpage">Toolkit</a> |
<a href="/contact">Contact</a>
</h3>
</div>
<hr/>
<section>
<h2>Learn</h2>
<ul>
<li id="listlink"><a href="/how-monero-works/"><strong>How Monero Works</strong></a> – an interactive explainer with live cryptography</li>
</ul>
<h2>Monero</h2>
<ul>
<li id="listlink"><a href="/monero-address-validator/">Monero address validator</a></li>
<li id="listlink"><a href="/monero-integrated-address/">Monero integrated address generator</a></li>
<li id="listlink"><a href="/monero-mnemonic/">Monero mnemonic tool</a> – seed to keys and address</li>
<li id="listlink"><a href="/monero-node-config-generator/">Monero node config generator</a></li>
</ul>
<h2>OpenAlias</h2>
<ul>
<li id="listlink"><a href="/openalias-checker/">OpenAlias checker</a></li>
<li id="listlink"><a href="/openalias-generator/">OpenAlias generator</a></li>
<li id="listlink"><a href="/openalias-pay/">OpenAlias pay</a> – resolve an alias to a payment QR</li>
<li id="listlink"><a href="/posts/openalias-wallets">Wallets that support OpenAlias</a></li>
</ul>
<h2>Crypto utilities</h2>
<ul>
<li id="listlink"><a href="/payment-qr-generator/">Crypto payment QR generator</a></li>
<li id="listlink"><a href="/unit-converter/">Crypto unit converter</a></li>
</ul>
<h2>Security & self-hosting</h2>
<ul>
<li id="listlink"><a href="/passphrase-generator/">Diceware passphrase generator</a></li>
<li id="listlink"><a href="/tor-config-generator/">Tor config generator</a></li>
<li id="listlink"><a href="/ssh-hardening-generator/">SSH hardening generator</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>, with code under <a href="https://github.com/Tech1k/cyphertoshi.com/blob/master/LICENSE" target="_blank" rel="noopener">MIT</a> and words under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>.</p>
</footer>
</div>
</body>
</html>