2023-01-13 06:33:30 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<!-- Inferencium - Website - Key -->
|
|
|
|
|
2023-04-12 20:59:12 +01:00
|
|
|
<!-- Copyright 2022 Jake Winters -->
|
2023-05-19 06:00:11 +01:00
|
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
2023-01-13 06:33:30 +00:00
|
|
|
|
2023-07-27 20:49:10 +01:00
|
|
|
<!-- Version: 4.5.0.31 -->
|
2023-01-13 06:33:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
<html>
|
2023-04-12 22:11:11 +01:00
|
|
|
<head>
|
|
|
|
<title>Inferencium - Key</title>
|
|
|
|
<link rel="stylesheet" href="inf.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
</head>
|
2023-04-12 22:11:53 +01:00
|
|
|
<!-- Navigation bar -->
|
2023-04-12 22:11:11 +01:00
|
|
|
<div class="sidebar">
|
2023-06-19 20:08:06 +01:00
|
|
|
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
|
|
|
<a href="index.html" class="title">Inferencium</a><br>
|
2023-04-12 22:11:11 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div><a href="about.html">About</a></div>
|
|
|
|
<div><a href="contact.html">Contact</a></div>
|
|
|
|
<div><a href="blog.html">Blog</a></div>
|
|
|
|
<div><a href="source.html">Source</a></div>
|
|
|
|
<div><a href="key.html">Key</a></div>
|
2023-04-28 19:15:46 +01:00
|
|
|
<div><a href="changelog.html">Changelog</a></div>
|
2023-04-12 22:11:11 +01:00
|
|
|
</div>
|
|
|
|
<body>
|
|
|
|
<h1>Key</h1>
|
2023-06-17 13:47:25 +01:00
|
|
|
<section id="toc">
|
|
|
|
<!-- Table of contents -->
|
2023-06-17 13:51:43 +01:00
|
|
|
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
|
2023-06-17 13:47:25 +01:00
|
|
|
<ul>
|
2023-06-17 13:51:43 +01:00
|
|
|
<li><a href="#notes" class="body-link">Notes</a></li>
|
|
|
|
<li><a href="#e2ee" class="body-link">End-to-end Encrypted Contact Methods</a></li>
|
2023-06-17 13:47:25 +01:00
|
|
|
<ul>
|
2023-06-17 13:51:43 +01:00
|
|
|
<li><a href="#xmpp" class="body-link">XMPP</a></li>
|
2023-06-17 13:47:25 +01:00
|
|
|
<ul>
|
2023-07-12 23:29:34 +01:00
|
|
|
<li><a href="#xmpp-inferencium" class="body-link">inference@inferencium.net (Main)</a></li>
|
|
|
|
<li><a href="#xmpp-notyourchat" class="body-link">inference@notyour.chat (Backup)</a></li>
|
2023-06-17 13:47:25 +01:00
|
|
|
</ul>
|
|
|
|
</ul>
|
2023-06-17 13:51:43 +01:00
|
|
|
<li><a href="#file_git_signing" class="body-link">File/Git Signing</a></li>
|
2023-06-17 13:47:25 +01:00
|
|
|
<ul>
|
2023-06-17 13:51:43 +01:00
|
|
|
<li><a href="#ssh" class="body-link">SSH</a></li>
|
2023-06-17 13:47:25 +01:00
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section id="notes">
|
2023-06-17 13:51:43 +01:00
|
|
|
<h2 id="notes"><a href="#notes" class="h2">Notes</a></h2>
|
2023-06-17 13:47:25 +01:00
|
|
|
<ul>
|
2023-07-11 21:21:03 +01:00
|
|
|
<li>You can also find my keys on
|
|
|
|
<a href="https://github.com/inferenceus/key" class="body-link">GitHub</a>
|
|
|
|
and
|
|
|
|
<a href="https://codeberg.org/inference/key" class="body-link">Codeberg</a>
|
2023-07-12 23:31:40 +01:00
|
|
|
in order to check for discrepancies between the keys.</li>
|
2023-06-17 13:53:03 +01:00
|
|
|
<li>Verification does not verify a person, only their devices, and can
|
|
|
|
be defeated via coercion or other force.</li>
|
2023-06-17 13:47:25 +01:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section id="e2ee">
|
2023-06-17 13:51:43 +01:00
|
|
|
<h2 id="e2ee"><a href="#e2ee" class="h2">End-to-end Encrypted Contact Methods</a></h2>
|
|
|
|
<h3 id="xmpp"><a href="#xmpp" class="h3"><img class="logo-small" src="asset/img/logo-xmpp.png" width="40px" height="40px"/> XMPP</a></h3>
|
2023-06-17 13:47:25 +01:00
|
|
|
<p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p>
|
|
|
|
<br>
|
2023-06-17 13:53:03 +01:00
|
|
|
<p>Whenever possible, open the links to pin the fingerprints directly
|
|
|
|
from this webpage. If that is not possible, manually verify the
|
|
|
|
fingerprints.</p>
|
2023-06-17 13:47:25 +01:00
|
|
|
<br>
|
2023-07-12 23:29:34 +01:00
|
|
|
<h4 id="xmpp-inferencium"><a href="#xmpp-inferencium" class="h4">inference@inferencium.net (Main)</a></h3>
|
2023-06-17 13:47:25 +01:00
|
|
|
<h5>Key #0</h5>
|
|
|
|
<code>
|
2023-07-11 20:33:21 +01:00
|
|
|
1bd03c6a 5e011655 2fafd697 da4fce70 63de5a83 a264a34a fcce78fe 6b06820c
|
2023-06-17 13:47:25 +01:00
|
|
|
</code>
|
|
|
|
<br>
|
|
|
|
<br>
|
2023-06-17 13:51:43 +01:00
|
|
|
<a href="xmpp:inference@inferencium.net?omemo-sid-1586888206=1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c" class="body-link">xmpp:inference@inferencium.net?omemo-sid-1586888206=1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c</a>
|
2023-06-17 13:47:25 +01:00
|
|
|
<h5>Key #1</h5>
|
|
|
|
<code>
|
2023-07-11 20:33:21 +01:00
|
|
|
bf2aa069 2bb90210 aee7e17c e3d90127 cfe3502a 6450f8ab e76dbbb0 e5864b7a
|
2023-06-17 13:47:25 +01:00
|
|
|
</code>
|
|
|
|
<br>
|
|
|
|
<br>
|
2023-06-17 13:51:43 +01:00
|
|
|
<a href="xmpp:inference@inferencium.net?omemo-sid-336821633=bf2aa0692bb90210aee7e17ce3d90127cfe3502a6450f8abe76dbbb0e5864b7a" class="body-link">xmpp:inference@inferencium.net?omemo-sid-336821633=bf2aa0692bb90210aee7e17ce3d90127cfe3502a6450f8abe76dbbb0e5864b7a</a>
|
2023-07-12 23:29:34 +01:00
|
|
|
<h4 id="xmpp-notyourchat"><a href="#xmpp-notyourchat" class="h4">inference@notyour.chat (Backup)</a></h4>
|
2023-07-11 20:34:59 +01:00
|
|
|
<h5>Key #0</h5>
|
2023-07-11 20:32:18 +01:00
|
|
|
<code>
|
2023-07-11 20:33:21 +01:00
|
|
|
d4c59ac0 7f65434d bc331f4c 54169ff1 872bef91 8326f819 970c87b1 c5f06c24
|
2023-07-11 20:32:18 +01:00
|
|
|
</code>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<a href="xmpp:inference@notyour.chat?omemo-sid-1931255406=d4c59ac07f65434dbc331f4c54169ff1872bef918326f819970c87b1c5f06c24" class="body-link">xmpp:inference@notyour.chat?omemo-sid-1931255406=d4c59ac07f65434dbc331f4c54169ff1872bef918326f819970c87b1c5f06c24</a>
|
2023-06-17 13:47:25 +01:00
|
|
|
</section>
|
|
|
|
<section id="file_git_signing">
|
2023-06-17 13:51:43 +01:00
|
|
|
<h2 id="file_git_signing"><a href="#file_git_signing" class="h2">File/Git Signing</a></h2>
|
|
|
|
<h3 id="ssh"><a href="#ssh" class="h3">SSH</a></h3>
|
2023-07-27 20:22:44 +01:00
|
|
|
<p class="update_date">Updated: 2023-07-27 (UTC+00:00)</p>
|
2023-07-27 20:32:01 +01:00
|
|
|
<p>Each SSH key is signed by the previous key, allowing verification of
|
|
|
|
the chain of keys, and root of trust.</p>
|
|
|
|
<p>Current SSH key:</p>
|
2023-07-27 20:49:10 +01:00
|
|
|
<h5>#1 (Used from 2023-07-27)</h5>
|
|
|
|
<h6>Fingerprint</h6>
|
|
|
|
<code>
|
|
|
|
SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
|
|
|
|
</code>
|
|
|
|
<h6>Key</h6>
|
|
|
|
<code>
|
|
|
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILHPGnrIg7dI7GUqA+lTztJSrn+7QyRceajqs4iaU8UG
|
|
|
|
</code>
|
2023-07-27 20:32:01 +01:00
|
|
|
<p>Legacy SSH keys:</p>
|
2023-07-27 20:49:10 +01:00
|
|
|
<h5>#0 (Used between 2023-01-01 - 2023-07-27)</h5>
|
|
|
|
<h6>Fingerprint</h6>
|
|
|
|
<code>
|
|
|
|
SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M
|
|
|
|
</code>
|
|
|
|
<h6>Key</h6>
|
|
|
|
<code>
|
|
|
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8
|
|
|
|
</code>
|
2023-06-17 13:47:25 +01:00
|
|
|
</section>
|
2023-04-12 22:11:11 +01:00
|
|
|
</body>
|
2023-01-13 06:33:30 +00:00
|
|
|
</html>
|