Update Key webpage to version 3.2.0.13.
This commit is contained in:
parent
fdb2ae3430
commit
c075f33944
241
key.html
241
key.html
@ -2,127 +2,144 @@
|
|||||||
|
|
||||||
<!-- Inferencium - Website - Key -->
|
<!-- Inferencium - Website - Key -->
|
||||||
|
|
||||||
<!-- Copyright 2022-2023 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||||
|
|
||||||
<!-- Version: 3.1.0.5 -->
|
<!-- Version: 3.2.0.13 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium - Key</title>
|
<title>Inferencium - Key</title>
|
||||||
<link rel="stylesheet" href="inf.css">
|
<link rel="stylesheet" href="inf.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Navigation bar. -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<img src="asset/img/logo-inferencium-no_text.png"
|
<img src="asset/img/logo-inferencium-no_text.png"
|
||||||
width="110px" height="110px">
|
width="110px" height="110px">
|
||||||
<a class="title">Inferencium</a><br>
|
<a class="title">Inferencium</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Key</h1>
|
<h1>Key</h1>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Table of contents. -->
|
<!-- Table of contents -->
|
||||||
<h2 id="toc"><a href="#toc" class="h2"
|
<h2 id="toc"><a href="#toc" class="h2"
|
||||||
>Table of Contents<a/></h2>
|
>Table of Contents<a/></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#e2ee" class="body-link"
|
<li><a href="#notes" class="body-link"
|
||||||
>End-to-end Encrypted Contact Methods</a></li>
|
>Notes</a></li>
|
||||||
<ul>
|
<li><a href="#e2ee" class="body-link"
|
||||||
<li><a href="#xmpp" class="body-link"
|
>End-to-end Encrypted Contact Methods</a></li>
|
||||||
>XMPP</a></li>
|
<ul>
|
||||||
<ul>
|
<li><a href="#xmpp" class="body-link"
|
||||||
<li><a href="#xmpp-inferencium" class="body-link"
|
>XMPP</a></li>
|
||||||
>inference@inferencium.net</a></li>
|
<ul>
|
||||||
</ul>
|
<li><a href="#xmpp-inferencium"
|
||||||
</ul>
|
class="body-link"
|
||||||
<li><a href="#file_git_signing" class="body-link"
|
>inference@inferencium.net</a></li>
|
||||||
>File/Git Signing</a></li>
|
</ul>
|
||||||
<ul>
|
</ul>
|
||||||
<li><a href="#ssh" class="body-link"
|
<li><a href="#file_git_signing" class="body-link"
|
||||||
>SSH</a></li>
|
>File/Git Signing</a></li>
|
||||||
</ul>
|
<ul>
|
||||||
</ul>
|
<li><a href="#ssh" class="body-link"
|
||||||
<br>
|
>SSH</a></li>
|
||||||
<br>
|
</ul>
|
||||||
<br>
|
</ul>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
<p>Note: Verification does not verify a person, only their devices, and can be defeated via coercion or other
|
<h2 id="notes"><a href="#notes" class="h2"
|
||||||
force.</p>
|
>Notes</a></h2>
|
||||||
<br>
|
<ul>
|
||||||
<h2 id="e2ee"><a href="#e2ee" class="h2"
|
<li>Verification does not verify a person, only their devices, and can be defeated via
|
||||||
>End-to-end Encrypted Contact Methods</a></h2>
|
coercion or other force.</li>
|
||||||
<br>
|
</ul>
|
||||||
<h3 id="xmpp"><a href="#xmpp" class="h3"><img class="logo-small"
|
<br>
|
||||||
src="asset/img/logo-xmpp.png" width="40px" height="40px"
|
<br>
|
||||||
/> XMPP</a></h3>
|
<br>
|
||||||
<br>
|
|
||||||
<p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p>
|
<h2 id="e2ee"><a href="#e2ee" class="h2"
|
||||||
<br>
|
>End-to-end Encrypted Contact Methods</a></h2>
|
||||||
<p>Whenever possible, open the links to pin the fingerprints directly from this webpage. If
|
<br>
|
||||||
that is not possible, manually verify the fingerprints.</p>
|
<h3 id="xmpp"><a href="#xmpp" class="h3"><img class="logo-small"
|
||||||
<br>
|
src="asset/img/logo-xmpp.png" width="40px" height="40px"
|
||||||
<h4 id="xmpp-inferencium"><a href="#xmpp-inferencium" class="h4"
|
/> XMPP</a></h3>
|
||||||
>inference@inferencium.net</a></h3>
|
<br>
|
||||||
<h5>Key #0</h5>
|
<p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p>
|
||||||
<code>
|
<br>
|
||||||
1bd03c6a 5e011655 2fafd697 da4fce70 63de5a83 a264a34a fcce78fe 6b06820c
|
<p>Whenever possible, open the links to pin the fingerprints directly from this
|
||||||
</code>
|
webpage. If that is not possible, manually verify the fingerprints.</p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<h4 id="xmpp-inferencium"><a href="#xmpp-inferencium" class="h4"
|
||||||
<a href="xmpp:inference@inferencium.net?omemo-sid-1586888206=
|
>inference@inferencium.net</a></h3>
|
||||||
1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c" class="body-link"
|
<h5>Key #0</h5>
|
||||||
>xmpp:inference@inferencium.net?omemo-sid-1586888206=
|
<code>
|
||||||
1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c</a>
|
1bd03c6a 5e011655 2fafd697 da4fce70 63de5a83 a264a34a
|
||||||
<br>
|
fcce78fe 6b06820c
|
||||||
<br>
|
</code>
|
||||||
<h5>Key #1</h5>
|
<br>
|
||||||
<code>
|
<br>
|
||||||
bf2aa069 2bb90210 aee7e17c e3d90127 cfe3502a 6450f8ab e76dbbb0 e5864b7a
|
<a href="xmpp:inference@inferencium.net?omemo-sid-1586888206=
|
||||||
</code>
|
1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c
|
||||||
<br>
|
" class="body-link"
|
||||||
<br>
|
>xmpp:inference@inferencium.net?omemo-sid-1586888206=
|
||||||
<a href="xmpp:inference@inferencium.net?omemo-sid-336821633=
|
1bd03c6a5e0116552fafd697da4fce7063de5a83a264a34afcce78fe6b06820c
|
||||||
bf2aa0692bb90210aee7e17ce3d90127cfe3502a6450f8abe76dbbb0e5864b7a" class="body-link"
|
</a>
|
||||||
>xmpp:inference@inferencium.net?omemo-sid-336821633=
|
<br>
|
||||||
bf2aa0692bb90210aee7e17ce3d90127cfe3502a6450f8abe76dbbb0e5864b7a</a>
|
<br>
|
||||||
<br>
|
<h5>Key #1</h5>
|
||||||
<br>
|
<code>
|
||||||
<br>
|
bf2aa069 2bb90210 aee7e17c e3d90127 cfe3502a 6450f8ab
|
||||||
<br>
|
e76dbbb0 e5864b7a
|
||||||
<h2 id="file_git_signing"><a href="#file_git_signing" class="h2"
|
</code>
|
||||||
>File/Git Signing</a></h2>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<h3 id="ssh"><a href="#ssh" class="h3"
|
<a href="xmpp:inference@inferencium.net?omemo-sid-336821633=
|
||||||
>SSH</a></h3>
|
bf2aa0692bb90210aee7e17ce3d90127cfe3502a6450f8abe76dbbb0e5864b7a
|
||||||
<br>
|
" class="body-link"
|
||||||
<p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p>
|
>xmpp:inference@inferencium.net?omemo-sid-336821633=
|
||||||
<br>
|
bf2aa0692bb90210aee7e17ce3d90127cfe3502a6450f8abe76dbbb0e5864b7a
|
||||||
<h5>Fingerprint</h5>
|
</a>
|
||||||
<code>
|
<br>
|
||||||
SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M
|
<br>
|
||||||
</code>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<h5>Key</h5>
|
<h2 id="file_git_signing"><a href="#file_git_signing" class="h2"
|
||||||
<code>
|
>File/Git Signing</a></h2>
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8
|
<br>
|
||||||
</code>
|
<h3 id="ssh"><a href="#ssh" class="h3"
|
||||||
<br>
|
>SSH</a></h3>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
<p class="update_date">Updated: 2023-01-13 (UTC+00:00)</p>
|
||||||
|
<br>
|
||||||
|
<h5>Fingerprint</h5>
|
||||||
|
<code>
|
||||||
|
SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M
|
||||||
|
</code>
|
||||||
|
<br>
|
||||||
|
<h5>Key</h5>
|
||||||
|
<code>
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8
|
||||||
|
</code>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user