Medium syndication information

This commit is contained in:
Brandon Rozek 2023-01-05 14:04:45 -05:00
parent e5a96d735a
commit c5ff5538a6
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
276 changed files with 371 additions and 80 deletions

View file

@ -1,9 +1,12 @@
---
title: "Decentralized Identities with PGP Annotations and Keyoxide"
date: 2023-01-04T09:00:14-05:00
date: 2023-01-04 09:00:14-05:00
draft: false
tags: ["GPG/PGP"]
math: false
medium_enabled: true
medium_post_id: 5703b335e3a8
tags:
- GPG/PGP
title: Decentralized Identities with PGP Annotations and Keyoxide
---
Under asymmetric encryption, for you to send me a message that only I can read you would need to encrypt the message with my public key. I then would have a corresponding private key that can decrypt the message. Public keys are then usually stored onto keyservers for others to query. When querying for a key, how do you know that the public key actually belongs to me? It turns out, you can't since anyone can upload a key pretending to be me.
@ -62,4 +65,4 @@ Notice how nowhere in the process do we reference Keyoxide or their servers. Thi
My Keyoxide profile: https://keyoxide.org/wkd/brozek%40brandonrozek.com
In fact, Keyoxide is [open source](https://codeberg.org/keyoxide/) meaning that anyone can host their own instance to perform the validation checks.
In fact, Keyoxide is [open source](https://codeberg.org/keyoxide/) meaning that anyone can host their own instance to perform the validation checks.