2020-06-25 10:01:06 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-06-27 09:10:00 -06:00
|
|
|
<link rel="shortcut icon" href="favicon.png">
|
2020-06-25 10:01:06 -06:00
|
|
|
<title>Keyoxide</title>
|
2020-06-26 08:59:13 -06:00
|
|
|
<link rel="stylesheet" href="/assets/styles.css">
|
2020-06-25 10:01:06 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="container">
|
|
|
|
<a href="/">Keyoxide</a>
|
2020-06-25 12:24:04 -06:00
|
|
|
<div class="spacer"></div>
|
2020-06-26 02:51:01 -06:00
|
|
|
<nav>
|
|
|
|
<a href="/verify">verify</a>
|
|
|
|
<a href="/encrypt">encrypt</a>
|
2020-06-26 07:08:22 -06:00
|
|
|
<a href="/proofs">proofs</a>
|
2020-06-26 02:51:01 -06:00
|
|
|
</nav>
|
2020-06-25 10:01:06 -06:00
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<h1>Keyoxide</h1>
|
|
|
|
<div class="content">
|
2020-06-25 12:28:32 -06:00
|
|
|
<h2>PGP functions</h2>
|
2020-06-25 10:01:06 -06:00
|
|
|
<p>
|
2020-06-25 12:31:57 -06:00
|
|
|
<a class="bigBtn" href="/verify">verify signature</a>
|
|
|
|
<a class="bigBtn" href="/encrypt">encrypt message</a>
|
2020-06-26 07:08:22 -06:00
|
|
|
<a class="bigBtn" href="/proofs">verify proofs</a>
|
2020-06-25 10:01:06 -06:00
|
|
|
</p>
|
2020-06-25 11:43:44 -06:00
|
|
|
<h2>About</h2>
|
|
|
|
<p><a href="/">Keyoxide</a> is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans.</p>
|
|
|
|
<p>Read more in the <a href="/faq">FAQ</a>.</p>
|
2020-06-25 10:01:06 -06:00
|
|
|
<p>
|
|
|
|
Made by <a href="https://yarmo.eu">Yarmo Mackenbach</a>.
|
|
|
|
<br>
|
|
|
|
Code hosted on <a href="https://codeberg.org/yarmo/keyoxide">Codeberg</a> (<a href="https://drone.private.foss.best/yarmo/keyoxide/">drone CI/CD</a>).
|
|
|
|
<br>
|
|
|
|
Uses <a href="https://github.com/openpgpjs/openpgpjs">openpgp.js</a> (version <a href="https://github.com/openpgpjs/openpgpjs/releases/tag/v4.10.4">4.10.4</a>).
|
2020-06-28 03:04:52 -06:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<p>
|
|
|
|
Sitemap:
|
|
|
|
<a href="/">index</a> -
|
|
|
|
<a href="/encrypt">encrypt</a> -
|
|
|
|
<a href="/verify">verify</a> -
|
|
|
|
<a href="/proofs">proofs</a> -
|
|
|
|
<a href="/faq">faq</a>
|
2020-06-25 10:01:06 -06:00
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|