website/key.html

56 lines
1.2 KiB
HTML
Raw Normal View History

2023-01-13 06:33:30 +00:00
<!DOCTYPE html>
<!-- Inferencium - Website - Key -->
<!-- Copyright 2022-2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
2023-01-13 06:33:30 +00:00
<!-- Version: 2.0.0.2 -->
2023-01-13 06:33:30 +00:00
<html>
<head>
<title>Inferencium - Key</title>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- Navigation bar. -->
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png"
width="110px" height="110px">
<a class="title">Inferencium</a><br>
<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>
</div>
<body>
<h1>Key</h1>
<br>
2023-01-13 21:02:22 +00:00
<p>Note: Verification does not verify a person, only their devices, and can be defeated via coercion or other
2023-01-13 06:33:30 +00:00
force.</p>
<br>
2023-01-13 21:02:22 +00:00
<h2>End-to-end Encrypted Contact Methods</h2>
<br>
2023-01-13 06:33:30 +00:00
<p><img class="logo-small" src="asset/img/logo-xmpp.png"
width="40px" height="40px"/>
<a class="body-link" href="contact/xmpp.html"
>XMPP</a><p>
<br>
<br>
2023-01-13 21:02:22 +00:00
<h2>File and Git Signing</h2>
2023-01-13 06:33:30 +00:00
<br>
2023-01-13 21:02:22 +00:00
<p><a class="body-link" href="key/ssh.html"
>SSH</a></p>
2023-01-13 06:33:30 +00:00
<br>
<br>
</body>
</html>