<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>security &amp;mdash; Epic Worlds</title>
    <link>https://itwasntme223.writeas.com/tag:security</link>
    <description>The official blog of Jonathan Snyder, the muse&#39;s bitch. </description>
    <pubDate>Sun, 19 Apr 2026 23:51:11 +0000</pubDate>
    <image>
      <url>https://i.snap.as/Ma5Uxu3U.png</url>
      <title>security &amp;mdash; Epic Worlds</title>
      <link>https://itwasntme223.writeas.com/tag:security</link>
    </image>
    <item>
      <title>How to Set Up Your Online Identity on Keyoxide: A Simple Guide</title>
      <link>https://itwasntme223.writeas.com/how-to-set-up-your-online-identity-on-keyoxide-a-simple-guide-bf7r?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Tags: #infosec #security &#xA;&#xA;I have used Keyoxide for awhile now to verify my identity so I thought to throw together a step by step instructions in case someone wants to do it themselves. &#xA;&#xA;---&#xA;&#xA;What You’ll Need&#xA;&#xA;A way to create a PGP key (this is just a fancy term for a digital signature that’s unique to you).&#xA;Some of your social media profiles or other online accounts you want to link together with this key.&#xA;&#xA;Step 1: Install a Tool to Create Your PGP Key&#xA;&#xA;To get started, you’ll need an app that can make a PGP key for you. Here are some good options:&#xA;   Windows: Gpg4win&#xA;   macOS: GPG Suite&#xA;   Linux: Try running sudo apt install gnupg in your terminal if you don’t already have it.&#xA;&#xA;Follow the instructions on the website for installing the app that matches your operating system. Once you’re set, you’re ready to make your key.&#xA;&#xA;Step 2: Make Your Unique PGP Key&#xA;&#xA;Your PGP key will be like your online signature that connects to all the profiles you want to share. &#xA;&#xA;Open the app you just installed and look for the option to make a new key.&#xA;The app will ask you for some info:&#xA;   Name: This is what people will see connected to your key. It can be your real name or something else you’d like to use.&#xA;   Email: This will help identify your key, so choose one you’re comfortable linking to your online identity.&#xA;   Passphrase: Make sure to pick a good one! This keeps your key secure.&#xA;&#xA;Once you’re done, the app will generate a public key and a private key:&#xA;   Public key: Safe to share! This is what other people will use to verify your identity.&#xA;   Private key: Keep this secret—this is what proves the public key is really yours.&#xA;&#xA;Step 3: Find Your Key’s Fingerprint&#xA;&#xA;Your fingerprint is like a digital ID number for your key. It’s a unique mix of numbers and letters that helps Keyoxide identify you.&#xA;&#xA;Go back to the app, find your key, and look for the fingerprint (it’s usually a string of about 40 characters).&#xA;Copy this somewhere handy because you’ll need it soon.&#xA;&#xA;Step 4: Create Proofs to Link Your Social Profiles&#xA;&#xA;This is where you show that certain online accounts really belong to you. You’ll make a short “proof” message for each account, and then link it to your PGP key. Let’s start with an example for Twitter.&#xA;&#xA;Write a simple message like:&#xA;      This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.&#xA;      Replace @YourTwitterHandle with your actual Twitter username.&#xA;&#xA;Sign this message with your PGP key to make it official.&#xA;   Most apps will have a “Sign” button for messages. You just paste your proof message there and sign it.&#xA;   If you’re on the command line, use:&#xA;          echo &#34;This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.&#34; | gpg --clear-sign&#xA;          This will give you a signed message that you’ll post next.&#xA;&#xA;Post the signed message on Twitter as a tweet. &#xA;&#xA;And that’s it! You’ve just linked your Twitter account to your PGP key.&#xA;&#xA;Quick Tips for Other Accounts&#xA;Each site may need a different kind of post:&#xA;   GitHub: Post your signed proof as a Gist.&#xA;   Reddit: Post your signed proof as a comment or post.&#xA;   Your own website: Just paste the signed message on a page you control.&#xA;&#xA;Step 5: Make Your Key Public&#xA;&#xA;To get everything working on Keyoxide, you’ll need to share your public key with a key server (like a phonebook for these keys). This way, Keyoxide can find your key and your proofs.&#xA;&#xA;In your PGP app, export your public key.&#xA;Upload it to a key server (like keys.openpgp.org). &#xA;   Most PGP apps have an option to upload it directly, or you can use the command:&#xA;          gpg --keyserver keys.openpgp.org --send-keys [YourFingerprint]&#xA;        Now, your public key (and the proofs you linked) are accessible on the web.&#xA;&#xA;Step 6: Check Out Your Keyoxide Profile&#xA;&#xA;Now comes the fun part—seeing it all come together!&#xA;&#xA;Go to Keyoxide.&#xA;Type in your PGP key’s fingerprint and press enter.&#xA;You should now see your Keyoxide profile, showing all the proofs you’ve linked. Anyone who visits can confirm these profiles belong to you!&#xA;&#xA;Step 7: Share Your Keyoxide Profile&#xA;&#xA;Your profile link on Keyoxide will look like this:&#xA;https://keyoxide.org/[YourFingerprint]&#xA;Share it anywhere you’d like people to know it’s really you!&#xA;&#xA;---&#xA;&#xA;That’s It!&#xA;&#xA;Hopefully this helps. You can check out Keyoxide’s documentation for more details if you need to know more! ]]&gt;</description>
      <content:encoded><![CDATA[<p>Tags: <a href="https://itwasntme223.writeas.com/tag:infosec" class="hashtag"><span>#</span><span class="p-category">infosec</span></a> <a href="https://itwasntme223.writeas.com/tag:security" class="hashtag"><span>#</span><span class="p-category">security</span></a></p>

<p>I have used Keyoxide for awhile now to verify my identity so I thought to throw together a step by step instructions in case someone wants to do it themselves.</p>

<hr/>

<h3 id="what-you-ll-need" id="what-you-ll-need"><strong>What You’ll Need</strong></h3>
<ol><li>A way to create a <strong>PGP key</strong> (this is just a fancy term for a digital signature that’s unique to you).</li>
<li>Some of your social media profiles or other online accounts you want to link together with this key.</li></ol>

<h3 id="step-1-install-a-tool-to-create-your-pgp-key" id="step-1-install-a-tool-to-create-your-pgp-key">Step 1: Install a Tool to Create Your PGP Key</h3>

<p>To get started, you’ll need an app that can make a PGP key for you. Here are some good options:
   – <strong>Windows</strong>: <a href="https://www.gpg4win.org/">Gpg4win</a>
   – <strong>macOS</strong>: <a href="https://gpgtools.org/">GPG Suite</a>
   – <strong>Linux</strong>: Try running <code>sudo apt install gnupg</code> in your terminal if you don’t already have it.</p>

<p>Follow the instructions on the website for installing the app that matches your operating system. Once you’re set, you’re ready to make your key.</p>

<h3 id="step-2-make-your-unique-pgp-key" id="step-2-make-your-unique-pgp-key">Step 2: Make Your Unique PGP Key</h3>

<p>Your PGP key will be like your online signature that connects to all the profiles you want to share.</p>
<ol><li>Open the app you just installed and look for the option to <strong>make a new key</strong>.</li>
<li>The app will ask you for some info:
<ul><li><strong>Name</strong>: This is what people will see connected to your key. It can be your real name or something else you’d like to use.</li>
<li><strong>Email</strong>: This will help identify your key, so choose one you’re comfortable linking to your online identity.</li>
<li><strong>Passphrase</strong>: Make sure to pick a good one! This keeps your key secure.</li></ul></li></ol>

<p>Once you’re done, the app will generate a <strong>public key</strong> and a <strong>private key</strong>:
   – <strong>Public key</strong>: Safe to share! This is what other people will use to verify your identity.
   – <strong>Private key</strong>: Keep this secret—this is what proves the public key is really yours.</p>

<h3 id="step-3-find-your-key-s-fingerprint" id="step-3-find-your-key-s-fingerprint">Step 3: Find Your Key’s Fingerprint</h3>

<p>Your <strong>fingerprint</strong> is like a digital ID number for your key. It’s a unique mix of numbers and letters that helps Keyoxide identify you.</p>
<ol><li>Go back to the app, find your key, and look for the <strong>fingerprint</strong> (it’s usually a string of about 40 characters).</li>
<li>Copy this somewhere handy because you’ll need it soon.</li></ol>

<h3 id="step-4-create-proofs-to-link-your-social-profiles" id="step-4-create-proofs-to-link-your-social-profiles">Step 4: Create Proofs to Link Your Social Profiles</h3>

<p>This is where you show that certain online accounts really belong to you. You’ll make a short “proof” message for each account, and then link it to your PGP key. Let’s start with an example for Twitter.</p>
<ol><li><p>Write a simple message like:</p>

<pre><code>This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.
</code></pre>

<p>Replace <code>@YourTwitterHandle</code> with your actual Twitter username.</p></li>

<li><p><strong>Sign this message with your PGP key</strong> to make it official.</p>
<ul><li>Most apps will have a “Sign” button for messages. You just paste your proof message there and sign it.</li>
<li>If you’re on the command line, use:
<code>bash
echo &#34;This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.&#34; | gpg --clear-sign
</code>
This will give you a signed message that you’ll post next.</li></ul></li>

<li><p><strong>Post the signed message on Twitter</strong> as a tweet.</p></li></ol>

<p>And that’s it! You’ve just linked your Twitter account to your PGP key.</p>

<h4 id="quick-tips-for-other-accounts" id="quick-tips-for-other-accounts">Quick Tips for Other Accounts</h4>

<p>Each site may need a different kind of post:
   – <strong>GitHub</strong>: Post your signed proof as a <strong>Gist</strong>.
   – <strong>Reddit</strong>: Post your signed proof as a comment or post.
   – <strong>Your own website</strong>: Just paste the signed message on a page you control.</p>

<h3 id="step-5-make-your-key-public" id="step-5-make-your-key-public">Step 5: Make Your Key Public</h3>

<p>To get everything working on Keyoxide, you’ll need to share your public key with a key server (like a phonebook for these keys). This way, Keyoxide can find your key and your proofs.</p>
<ol><li>In your PGP app, <strong>export your public key</strong>.</li>
<li><strong>Upload it to a key server</strong> (like <code>keys.openpgp.org</code>).
<ul><li>Most PGP apps have an option to upload it directly, or you can use the command:
<code>bash
gpg --keyserver keys.openpgp.org --send-keys [YourFingerprint]
</code>
Now, your public key (and the proofs you linked) are accessible on the web.</li></ul></li></ol>

<h3 id="step-6-check-out-your-keyoxide-profile" id="step-6-check-out-your-keyoxide-profile">Step 6: Check Out Your Keyoxide Profile</h3>

<p>Now comes the fun part—seeing it all come together!</p>
<ol><li>Go to <a href="https://keyoxide.org">Keyoxide</a>.</li>
<li>Type in your PGP key’s <strong>fingerprint</strong> and press enter.</li>
<li>You should now see your Keyoxide profile, showing all the proofs you’ve linked. Anyone who visits can confirm these profiles belong to you!</li></ol>

<h3 id="step-7-share-your-keyoxide-profile" id="step-7-share-your-keyoxide-profile">Step 7: Share Your Keyoxide Profile</h3>

<p>Your profile link on Keyoxide will look like this:</p>

<pre><code>https://keyoxide.org/[YourFingerprint]
</code></pre>

<p>Share it anywhere you’d like people to know it’s really you!</p>

<hr/>

<h3 id="that-s-it" id="that-s-it">That’s It!</h3>

<p>Hopefully this helps. You can check out Keyoxide’s <a href="https://keyoxide.org/docs">documentation</a> for more details if you need to know more!</p>
]]></content:encoded>
      <guid>https://itwasntme223.writeas.com/how-to-set-up-your-online-identity-on-keyoxide-a-simple-guide-bf7r</guid>
      <pubDate>Mon, 02 Jun 2025 16:24:28 +0000</pubDate>
    </item>
    <item>
      <title>How to Set Up Your Online Identity on Keyoxide: A Simple Guide</title>
      <link>https://itwasntme223.writeas.com/how-to-set-up-your-online-identity-on-keyoxide-a-simple-guide?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Tags: #infosec #security &#xA;&#xA;I have used Keyoxide for awhile now to verify my identity so I thought to throw together a step by step instructions in case someone wants to do it themselves. &#xA;&#xA;---&#xA;&#xA;What You’ll Need&#xA;&#xA;A way to create a PGP key (this is just a fancy term for a digital signature that’s unique to you).&#xA;Some of your social media profiles or other online accounts you want to link together with this key.&#xA;&#xA;Step 1: Install a Tool to Create Your PGP Key&#xA;&#xA;To get started, you’ll need an app that can make a PGP key for you. Here are some good options:&#xA;   Windows: Gpg4win&#xA;   macOS: GPG Suite&#xA;   Linux: Try running sudo apt install gnupg in your terminal if you don’t already have it.&#xA;&#xA;Follow the instructions on the website for installing the app that matches your operating system. Once you’re set, you’re ready to make your key.&#xA;&#xA;Step 2: Make Your Unique PGP Key&#xA;&#xA;Your PGP key will be like your online signature that connects to all the profiles you want to share. &#xA;&#xA;Open the app you just installed and look for the option to make a new key.&#xA;The app will ask you for some info:&#xA;   Name: This is what people will see connected to your key. It can be your real name or something else you’d like to use.&#xA;   Email: This will help identify your key, so choose one you’re comfortable linking to your online identity.&#xA;   Passphrase: Make sure to pick a good one! This keeps your key secure.&#xA;&#xA;Once you’re done, the app will generate a public key and a private key:&#xA;   Public key: Safe to share! This is what other people will use to verify your identity.&#xA;   Private key: Keep this secret—this is what proves the public key is really yours.&#xA;&#xA;Step 3: Find Your Key’s Fingerprint&#xA;&#xA;Your fingerprint is like a digital ID number for your key. It’s a unique mix of numbers and letters that helps Keyoxide identify you.&#xA;&#xA;Go back to the app, find your key, and look for the fingerprint (it’s usually a string of about 40 characters).&#xA;Copy this somewhere handy because you’ll need it soon.&#xA;&#xA;Step 4: Create Proofs to Link Your Social Profiles&#xA;&#xA;This is where you show that certain online accounts really belong to you. You’ll make a short “proof” message for each account, and then link it to your PGP key. Let’s start with an example for Twitter.&#xA;&#xA;Write a simple message like:&#xA;      This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.&#xA;      Replace @YourTwitterHandle with your actual Twitter username.&#xA;&#xA;Sign this message with your PGP key to make it official.&#xA;   Most apps will have a “Sign” button for messages. You just paste your proof message there and sign it.&#xA;   If you’re on the command line, use:&#xA;          echo &#34;This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.&#34; | gpg --clear-sign&#xA;          This will give you a signed message that you’ll post next.&#xA;&#xA;Post the signed message on Twitter as a tweet. &#xA;&#xA;And that’s it! You’ve just linked your Twitter account to your PGP key.&#xA;&#xA;Quick Tips for Other Accounts&#xA;Each site may need a different kind of post:&#xA;   GitHub: Post your signed proof as a Gist.&#xA;   Reddit: Post your signed proof as a comment or post.&#xA;   Your own website: Just paste the signed message on a page you control.&#xA;&#xA;Step 5: Make Your Key Public&#xA;&#xA;To get everything working on Keyoxide, you’ll need to share your public key with a key server (like a phonebook for these keys). This way, Keyoxide can find your key and your proofs.&#xA;&#xA;In your PGP app, export your public key.&#xA;Upload it to a key server (like keys.openpgp.org). &#xA;   Most PGP apps have an option to upload it directly, or you can use the command:&#xA;          gpg --keyserver keys.openpgp.org --send-keys [YourFingerprint]&#xA;        Now, your public key (and the proofs you linked) are accessible on the web.&#xA;&#xA;Step 6: Check Out Your Keyoxide Profile&#xA;&#xA;Now comes the fun part—seeing it all come together!&#xA;&#xA;Go to Keyoxide.&#xA;Type in your PGP key’s fingerprint and press enter.&#xA;You should now see your Keyoxide profile, showing all the proofs you’ve linked. Anyone who visits can confirm these profiles belong to you!&#xA;&#xA;Step 7: Share Your Keyoxide Profile&#xA;&#xA;Your profile link on Keyoxide will look like this:&#xA;https://keyoxide.org/[YourFingerprint]&#xA;Share it anywhere you’d like people to know it’s really you!&#xA;&#xA;---&#xA;&#xA;That’s It!&#xA;&#xA;Hopefully this helps. You can check out Keyoxide’s documentation for more details if you need to know more! ]]&gt;</description>
      <content:encoded><![CDATA[<p>Tags: <a href="https://itwasntme223.writeas.com/tag:infosec" class="hashtag"><span>#</span><span class="p-category">infosec</span></a> <a href="https://itwasntme223.writeas.com/tag:security" class="hashtag"><span>#</span><span class="p-category">security</span></a></p>

<p>I have used Keyoxide for awhile now to verify my identity so I thought to throw together a step by step instructions in case someone wants to do it themselves.</p>

<hr/>

<h3 id="what-you-ll-need" id="what-you-ll-need"><strong>What You’ll Need</strong></h3>
<ol><li>A way to create a <strong>PGP key</strong> (this is just a fancy term for a digital signature that’s unique to you).</li>
<li>Some of your social media profiles or other online accounts you want to link together with this key.</li></ol>

<h3 id="step-1-install-a-tool-to-create-your-pgp-key" id="step-1-install-a-tool-to-create-your-pgp-key">Step 1: Install a Tool to Create Your PGP Key</h3>

<p>To get started, you’ll need an app that can make a PGP key for you. Here are some good options:
   – <strong>Windows</strong>: <a href="https://www.gpg4win.org/">Gpg4win</a>
   – <strong>macOS</strong>: <a href="https://gpgtools.org/">GPG Suite</a>
   – <strong>Linux</strong>: Try running <code>sudo apt install gnupg</code> in your terminal if you don’t already have it.</p>

<p>Follow the instructions on the website for installing the app that matches your operating system. Once you’re set, you’re ready to make your key.</p>

<h3 id="step-2-make-your-unique-pgp-key" id="step-2-make-your-unique-pgp-key">Step 2: Make Your Unique PGP Key</h3>

<p>Your PGP key will be like your online signature that connects to all the profiles you want to share.</p>
<ol><li>Open the app you just installed and look for the option to <strong>make a new key</strong>.</li>
<li>The app will ask you for some info:
<ul><li><strong>Name</strong>: This is what people will see connected to your key. It can be your real name or something else you’d like to use.</li>
<li><strong>Email</strong>: This will help identify your key, so choose one you’re comfortable linking to your online identity.</li>
<li><strong>Passphrase</strong>: Make sure to pick a good one! This keeps your key secure.</li></ul></li></ol>

<p>Once you’re done, the app will generate a <strong>public key</strong> and a <strong>private key</strong>:
   – <strong>Public key</strong>: Safe to share! This is what other people will use to verify your identity.
   – <strong>Private key</strong>: Keep this secret—this is what proves the public key is really yours.</p>

<h3 id="step-3-find-your-key-s-fingerprint" id="step-3-find-your-key-s-fingerprint">Step 3: Find Your Key’s Fingerprint</h3>

<p>Your <strong>fingerprint</strong> is like a digital ID number for your key. It’s a unique mix of numbers and letters that helps Keyoxide identify you.</p>
<ol><li>Go back to the app, find your key, and look for the <strong>fingerprint</strong> (it’s usually a string of about 40 characters).</li>
<li>Copy this somewhere handy because you’ll need it soon.</li></ol>

<h3 id="step-4-create-proofs-to-link-your-social-profiles" id="step-4-create-proofs-to-link-your-social-profiles">Step 4: Create Proofs to Link Your Social Profiles</h3>

<p>This is where you show that certain online accounts really belong to you. You’ll make a short “proof” message for each account, and then link it to your PGP key. Let’s start with an example for Twitter.</p>
<ol><li><p>Write a simple message like:</p>

<pre><code>This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.
</code></pre>

<p>Replace <code>@YourTwitterHandle</code> with your actual Twitter username.</p></li>

<li><p><strong>Sign this message with your PGP key</strong> to make it official.</p>
<ul><li>Most apps will have a “Sign” button for messages. You just paste your proof message there and sign it.</li>
<li>If you’re on the command line, use:
<code>bash
echo &#34;This is an OpenPGP proof that connects my Twitter profile (@YourTwitterHandle) to my OpenPGP key.&#34; | gpg --clear-sign
</code>
This will give you a signed message that you’ll post next.</li></ul></li>

<li><p><strong>Post the signed message on Twitter</strong> as a tweet.</p></li></ol>

<p>And that’s it! You’ve just linked your Twitter account to your PGP key.</p>

<h4 id="quick-tips-for-other-accounts" id="quick-tips-for-other-accounts">Quick Tips for Other Accounts</h4>

<p>Each site may need a different kind of post:
   – <strong>GitHub</strong>: Post your signed proof as a <strong>Gist</strong>.
   – <strong>Reddit</strong>: Post your signed proof as a comment or post.
   – <strong>Your own website</strong>: Just paste the signed message on a page you control.</p>

<h3 id="step-5-make-your-key-public" id="step-5-make-your-key-public">Step 5: Make Your Key Public</h3>

<p>To get everything working on Keyoxide, you’ll need to share your public key with a key server (like a phonebook for these keys). This way, Keyoxide can find your key and your proofs.</p>
<ol><li>In your PGP app, <strong>export your public key</strong>.</li>
<li><strong>Upload it to a key server</strong> (like <code>keys.openpgp.org</code>).
<ul><li>Most PGP apps have an option to upload it directly, or you can use the command:
<code>bash
gpg --keyserver keys.openpgp.org --send-keys [YourFingerprint]
</code>
Now, your public key (and the proofs you linked) are accessible on the web.</li></ul></li></ol>

<h3 id="step-6-check-out-your-keyoxide-profile" id="step-6-check-out-your-keyoxide-profile">Step 6: Check Out Your Keyoxide Profile</h3>

<p>Now comes the fun part—seeing it all come together!</p>
<ol><li>Go to <a href="https://keyoxide.org">Keyoxide</a>.</li>
<li>Type in your PGP key’s <strong>fingerprint</strong> and press enter.</li>
<li>You should now see your Keyoxide profile, showing all the proofs you’ve linked. Anyone who visits can confirm these profiles belong to you!</li></ol>

<h3 id="step-7-share-your-keyoxide-profile" id="step-7-share-your-keyoxide-profile">Step 7: Share Your Keyoxide Profile</h3>

<p>Your profile link on Keyoxide will look like this:</p>

<pre><code>https://keyoxide.org/[YourFingerprint]
</code></pre>

<p>Share it anywhere you’d like people to know it’s really you!</p>

<hr/>

<h3 id="that-s-it" id="that-s-it">That’s It!</h3>

<p>Hopefully this helps. You can check out Keyoxide’s <a href="https://keyoxide.org/docs">documentation</a> for more details if you need to know more!</p>
]]></content:encoded>
      <guid>https://itwasntme223.writeas.com/how-to-set-up-your-online-identity-on-keyoxide-a-simple-guide</guid>
      <pubDate>Mon, 02 Jun 2025 16:24:28 +0000</pubDate>
    </item>
  </channel>
</rss>