-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 3.25 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hello Internet">
<meta name="author" content="niclaz">
<meta http-equiv="content-security-policy" content="default-src 'self'">
<title>niclaz // github repos // PGP key</title>
</head>
<body>
<h1>My PGP key</h1>
<p>Please visit this <a href="https://niclaz.github.io/pgp.html" rel="noreferrer noopener" target="_blank">dedicated webpage for my current PGP key</a> and important information</p>
<p>You can download the<a href="https://github.com/niclaz/niclaz.github.io/blob/14e08097c976f0c9672f8bc182aab912f77d5422/pgp-key-niclaz-2025.txt" rel="noreferrer noopener" target="_blank">PGP key in .txt format here</a></p>
<p>or alternatively download it <a href="https://github.com/niclaz/niclaz.github.io/blob/14e08097c976f0c9672f8bc182aab912f77d5422/pgp-key-niclaz-2025.asc" rel="noreferrer noopener" target="_blank">in .asc format to import into your keyring</a></p>
<p>My PGP key fingerprint is <code>0385 D20E 967C 8D41 58C5 1E50 2D09 43DB 95E5 1A01</code></p>
<br>
<h1>Archive of Bitcoin Whitepaper Translations</h1>
<p>Archive of all the PDF versions of Bitcoin Whitepaper in various languages - saved for posterity - sources:</p>
<p>https://bitcoin.org <a href= "https://github.com/bitcoin-dot-org/Bitcoin.org" rel="noreferrer noopener" target="_blank">repository on Github</a></p>
<p>https://exonumia.africa's <a href= "https://github.com/exonumia-cc/exonumia" rel="noreferrer noopener" target="_blank">doc section within Github</a></p>
<p>https://www.bitperia.cz's <a href= "https://www.bitperia.cz/knihy" rel="noreferrer noopener" target="_blank">Czech translation</a></p>
<p>@jonassterud's <a href= "https://github.com/jonassterud/bitcoin-whitepaper" rel="noreferrer noopener" target="_blank">similar repository on Github</a></p>
<h4><a href="https://github.com/niclaz/Archive-of-Bitcoin-Whitepaper-translations" rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h1>bip39-resources</h1>
<p>Respository of BIP39 related resources for seed phrase recovery and more - CC0</p>
<h4><a href="https://github.com/niclaz/bip39-resources" rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h1>zengo-wallet-challenge</h1>
<p>Repository for all OSINT and code relating to ZenGo Wallet Challenge // 9 to 28 January 2024 - CC0</p>
<h4><a href="https://github.com/niclaz/zengo-wallet-challenge" rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h1>DWYW-NC</h1>
<p>Fork of the Do Whatever You Want License with the addition of the Non-Commercial clause</p>
<h4><a href="https://github.com/niclaz/DWYW-NC" rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h1>decipher.js</h1>
<p>repository for creating a simple JS script to scramble a string on a website - MIT</p>
<h4><a href="https://github.com/niclaz/decipher.js" rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h4>No JavaScript or CSS was hurt in tha making of this webpage</h4>
</body>
</html>