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

137 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Contact</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h1> Contact </h1>
<br class = "thinlinebreak">
<p>You can contact me via email.</p>
<br class = "linebreak">
<p>My Email:</p>
<p><i>sarasova@airmail.cc</i></p>
<br class = "linebreak">
<p>You can also contact me via Session messenger.</p>
<p>Session is a decentralized and open source messenger.</p>
<p>Session uses the Lokinet mixnet to provide network-level privacy.</p>
<p>Messages are signed with cryptographic keys, and all messages are encrypted.</p>
<br class = "linebreak">
<p>My Session Identity Key:</p>
<p><i>05b799dcf0b36559959ee97fbf52591d082e2a6833258c6544fdc92dc58fcca143</i></p>
<br class = "linebreak">
<p>You must download the Session app.</p>
<p>Download Session from this website:</p>
<a class = "paragraphLinks" href = "https://getsession.org" target=”_blank”>GetSession.org</a>
<br class = "linebreak">
<p>I prefer to use messengers which utilize cryptographic identity keys and encrypt all messages by default.</p>
<p>Without digital identity keys, I can be impersonated by the messaging service provider.</p>
<p>Without encryption, the messaging service provider can read all of our communications.</p>
<p>These are the reasons why I wish to avoid communicating over technologies such as email.</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:
| TJzs3e2j0oTrfEa0LRt-2oXlG5IEvw
| w31HvWhunFuo8YPr__UY9iR8WaAxfm
| expFLx1MC_RXcG_sCqAcw1w9BA==
|
|- Identity Key:
| f59a0bce855d6e48105612ae73ffabfc
| 4fac1349226433ff586e08b9b32ffd9d
|
|- Author:
| simonx5yudleks5jhwhnck5s28m
|
|- Memo:
|
| Cardano Block Height:
| 9922951
|
| Cardano Block Hash:
| 1d906130cc2b8015716c9d7bef7be4d90cc5e1c9a0cf6a7e54dd178340d989c1
|
| Date:
| February 12, 2024
|
|
| You can contact me via email.
|
| My Email:
| sarasova@airmail.cc
|
| You can also contact me via Session messenger.
| Session is a decentralized and open source messenger.
| Session uses the Lokinet mixnet to provide network-level privacy.
| Messages are signed with cryptographic keys, and all messages are encrypted.
|
| My Session Identity Key:
| 05b799dcf0b36559959ee97fbf52591d082e2a6833258c6544fdc92dc58fcca143
|
| You must download the Session app.
| Download Session from this website:
| GetSession.org
|
| I prefer to use messengers which utilize cryptographic identity keys and encrypt all messages by default.
| Without digital identity keys, I can be impersonated by the messaging service provider.
| Without encryption, the messaging service provider can read all of our communications.
| These are the reasons why I wish to avoid communicating over technologies such as email.
|
| - Simon Sarasova
|
| «« End Of Memo »»
</p>
<hr class = "separator">
<h3>Below is an old version of this page:</h3>
<a class = "archiveMemoLink" href="./memos/archive/2023-6-14 - Contact.txt" target=”_blank”>June 14, 2023</a>
</div>
</div>
</div>
</body>
</html>