SimonSarasovaWebsite/resources/pages/proof.html
2024-08-19 07:45:23 +00:00

189 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Proof</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h1> Proof </h1>
<br class = "thinlinebreak">
<p>This page provides strong evidence that I, Simon Sarasova, am the creator of Seekia.</p>
<br class = "linebreak">
<p>When I released Seekia to the world, I created a signed memo called "Hello World" using my Seekia identity hash.</p>
<p>This memo contains the SHA-256 checksum of the first Seekia release: Version 0.1.</p>
<p>This memo was hashed, and the hash was used to generate an Ethereum address.</p>
<p>You can use the Seekia application to verify the memo's signature and Ethereum address.</p>
<br class = "linebreak">
<p>I sent funds to the memo's Ethereum address to timestamp it:</p>
<p><i>0xe161C16AfF120385F2d99f558B620dFd481D9178</i></p>
<br class = "linebreak">
<p>The funds were sent on June 13, 2023 in block 17474872.</p>
<br class = "linebreak">
<p>Afterwards, I uploaded the memo and Seekia v0.1 to the internet for the first time.</p>
<p>This memo should contain the first reference to the Seekia codebase that can be found on the internet.</p>
<br class = "linebreak">
<p>My "Hello World" memo is available on my blog here:</p>
<a class = "paragraphLinks" href="./blog/hello-world.html">SimonSarasova.eth/blog/hello-world.html</a>
<br class = "linebreak">
<br class = "linebreak">
<p>I also bought the Seekia.eth name with an Ethereum account in 2022.</p>
<p>This Ethereum account is where the funds I used to timestamp my "Hello World" memo originated from.</p>
<br class = "linebreak">
<br class = "linebreak">
<p>I use my Seekia identity hash to digitally sign memos.</p>
<br class = "linebreak">
<p>Here is my identity hash:</p>
<p><b>simonx5yudleks5jhwhnck5s28m</b></p>
<br class = "linebreak">
<p>For now, if a memo is signed with my identity hash, you can trust that it was authored by the "real" Simon Sarasova.</p>
<br class = "linebreak">
<p>If my identity hash is compromised, I will sign a memo to let the world know.</p>
<p>I can only do this if I am still alive and have access to the identity hash's private key.</p>
<p>I can also start using my backup identity hash: <i>simon4avl22axtjzrlabos7ma8m</i></p>
<br class = "linebreak">
<p> If the cryptography used for identity hashes is broken, I will use my hash-based identity recovery method. </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:
| u9cqOJgX48MoUZVIpj-6WcDbP4-6Ka
| ZHBlIkd_WUbFxcgJRWgoyvl27hNe_R
| a75kkn8XWQ2mlProk4bWIp29Bw==
|
|- Identity Key:
| f59a0bce855d6e48105612ae73ffabfc
| 4fac1349226433ff586e08b9b32ffd9d
|
|- Author:
| simonx5yudleks5jhwhnck5s28m
|
|- Memo:
|
| Ethereum Block Height:
| 20561204
|
| Ethereum Block Hash:
| 0xe5d57517565ad55b94fe7e608435898077a676923cd91136537c7ec8a3619e44
|
| Date:
| August 19, 2024
|
| Author:
| Simon Sarasova
|
| Title:
| Proof
|
| Content:
|
| This memo provides strong evidence that I, Simon Sarasova, am the creator of Seekia.
|
| When I released Seekia to the world, I created a signed memo called "Hello World" using my Seekia identity hash.
| This memo contains the SHA-256 checksum of the first Seekia release: Version 0.1.
| This memo was hashed, and the hash was used to generate an Ethereum address.
| You can use the Seekia application to verify the memo's signature and Ethereum address.
|
| I sent funds to the memo's Ethereum address to timestamp it:
| 0xe161C16AfF120385F2d99f558B620dFd481D9178
|
| The funds were sent on June 13, 2023 in block 17474872.
|
| Afterwards, I uploaded the memo and Seekia v0.1 to the internet for the first time.
| This memo should contain the first reference to the Seekia codebase that can be found on the internet.
|
| My "Hello World" memo is available on my blog here:
| SimonSarasova.eth/blog/hello-world.html
|
|
| I also bought the Seekia.eth name with an Ethereum account in 2022.
| This Ethereum account is where the funds I used to timestamp my "Hello World" memo originated from.
|
|
| I use my Seekia identity hash to digitally sign memos.
|
| Here is my identity hash:
| simonx5yudleks5jhwhnck5s28m
|
| For now, if a memo is signed with my identity hash, you can trust that it was authored by the "real" Simon Sarasova.
|
| If my identity hash is compromised, I will sign a memo to let the world know.
| I can only do this if I am still alive and have access to the identity hash's private key.
| I can also start using my backup identity hash: simon4avl22axtjzrlabos7ma8m
|
| If the cryptography used for identity hashes is broken, I will use my hash-based identity recovery method.
|
|
| - Simon Sarasova
|
| «« End Of Memo »»
<hr class = "separator">
<h3>Below are old versions of this page:</h3>
<a class = "archiveMemoLink" href="./memos/archive/2024-3-23 - Proof.txt" target=”_blank”>March 23, 2024</a>
<a class = "archiveMemoLink" href="./memos/archive/2023-6-14 - Proof.txt" target=”_blank”>June 14, 2023</a>
</p>
</div>
</div>
</div>
</body>
</html>