SimonSarasovaWebsite/resources/pages/keys.html
2024-05-01 07:38:23 +00:00

132 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Keys</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h1> Keys </h1>
<br class = "thinlinebreak">
<p>Below are my cryptographic signing keys.</p>
<br class = "linebreak">
<p>My main Seekia identity hash:</p>
<p><i><b>simonx5yudleks5jhwhnck5s28m</b></i></p>
<br class = "linebreak">
<p>I use my identity hash to sign Seekia memos.</p>
<p>Memos are signed messages that I use to communicate with the world.</p>
<br class = "linebreak">
<p>My backup identity hash:</p>
<p><i>simon4avl22axtjzrlabos7ma8m</i></p>
<br class = "linebreak">
<p>My backup identity hash may be useful if my main identity hash is compromised.</p>
<br class = "linebreak">
<p>My PGP Key:</p>
<p><i><b>112CCEE17CDEB7049EE568A2F85404520BA69D2C</b></i></p>
<br class = "linebreak">
<p>I use my PGP key to sign Seekia releases.</p>
<br class = "linebreak">
<hr class = "separator">
<p><i>Below is a Seekia memo I digitally signed with my Seekia identity hash.</i></p>
<p><i>You can use the Seekia application to verify its authenticity.</i></p>
<hr class = "separator">
<p class = "memoParagraph">
| «« Seekia Memo »»
|
|- Signature:
| nO_6hyO2NdXJ1hemhysg4X7c13YK55
| iPsZZUj9Zz1dmk4QLBtmOCRTyixjb3
| wGStTymD3u3_NRNRW6isInsICg==
|
|- Identity Key:
| f59a0bce855d6e48105612ae73ffabfc
| 4fac1349226433ff586e08b9b32ffd9d
|
|- Author:
| simonx5yudleks5jhwhnck5s28m
|
|- Memo:
|
| Ethereum Block Height:
| 17476616
|
| Ethereum Block Hash:
| 0xe6ec5fa6c0561e12e73699653b04bc4826e77af00fa0983e0f2b8938ec366f98
|
| Date:
| June 14, 2023
|
|
| Below are my cryptographic signing keys:
|
|
| My main Seekia identity hash:
| simonx5yudleks5jhwhnck5s28m
|
| I use my identity hash to sign Seekia memos.
| Memos are signed messages that I use to communicate with the world.
|
|
|
| My backup identity hash:
| simon4avl22axtjzrlabos7ma8m
|
| My backup identity hash may be useful if my main identity hash is compromised.
|
|
|
| My GPG Key:
| 112CCEE17CDEB7049EE568A2F85404520BA69D2C
|
| I use my GPG key to sign Seekia releases.
|
|
| - Simon Sarasova
|
|
| «« End Of Memo »»
</p>
</div>
</div>
</div>
</body>
</html>