32 lines
774 B
HTML
32 lines
774 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Distrust Documentation</title>
|
||
|
</head>
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: "Work Sans", sans-serif;
|
||
|
}
|
||
|
a:link {
|
||
|
color: lightblue;
|
||
|
background-color: transparent;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<body style=" padding: 10% 20%; background: #282828; color: white">
|
||
|
<div >
|
||
|
<h1>Distrust Documentation</h1>
|
||
|
<p><a href="/qkm">Quorum Key Management</a> (QKM): An open source system of
|
||
|
playbooks and tooling which facilitates the creation and maintenance of
|
||
|
highly resilient Quorum-based Key Management Systems based on a strict
|
||
|
threat model, usable for a variety of cryptographic algorithms.</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|
||
|
|