keyoxide-web/views/guides/migrating-from-keybase.content.php

22 lines
1.9 KiB
PHP
Raw Normal View History

2020-06-28 12:14:31 -06:00
<p>Let's see how easy it is to get a Keyoxide profile when you already have a Keybase account.</p>
<h3>Claim your Keyoxide profile</h3>
2020-07-11 14:32:44 -06:00
<p>Go to the <a href="/util/profile-url">profile URL generator</a>, set Keybase as Source and follow the Keybase specific instructions. Has a profile URL been generated? Congratulations, you now have your very own Keyoxide profile!</p>
2020-06-28 12:14:31 -06:00
2020-07-11 14:32:44 -06:00
<h3>Actually migrating to Keyoxide</h3>
2020-06-28 12:14:31 -06:00
2020-07-11 14:32:44 -06:00
<p>Unfortunately, you get very little control when using your Keybase key directly. You will need to generate your own PGP keypair (use guides like <a href="https://spin.atomicobject.com/2013/11/24/secure-gpg-keys-guide/">this one</a> for help) to unlock the full potential of <a href="/guides/proofs">distributed identity proofs</a>.</p>
2020-06-28 16:36:35 -06:00
2020-07-11 14:32:44 -06:00
<p>Have you generated a keypair and made the public key accessible through <a href="/guides/web-key-directory">web key directory (WKD)</a> or uploaded it to <a href="https://keys.openpgp.org/">keys.openpgp.org</a>? Use the <a href="/util/profile-url">profile URL generator</a> to get your own profile URL and <a href="/guides">start adding identity proofs</a>.</p>
2020-06-28 16:36:35 -06:00
2020-07-11 14:32:44 -06:00
<h3>Keyoxide as a partial replacement for Keybase</h3>
<p>It's important to moderate expectations and state that <a href="/">Keyoxide</a> only replaces the subset of Keybase features that are considered the "core" features: message encryption, signature verification and identity proofs.</p>
<p>Message decryption and signing are <strong>not</strong> supported features: they would require you to upload your secret key to a website which is a big <strong>no-no</strong>.</p>
<p>Encrypted chat and cloud storage are <strong>not</strong> supported features: there are plenty of dedicated alternative services.</p>
<p>If you need any of these Keybase-specific supports, <a href="/">Keyoxide</a> may not be a full Keybase replacement for you but you could still generate a profile and take advantage of <strong>distributed identity proofs</strong>.</p>