mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
title: "Decentralized PGP Keys with WKD"
|
||||
date: 2023-01-04T09:06:38-05:00
|
||||
draft: false
|
||||
tags: ["GPG/PGP"]
|
||||
date: 2023-01-04 09:06:38-05:00
|
||||
draft: false
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: 7b6197f860fc
|
||||
tags:
|
||||
- GPG/PGP
|
||||
title: Decentralized PGP Keys with WKD
|
||||
---
|
||||
|
||||
After creating a PGP key, it is common to distribute it to various keyservers. However, anyone can upload to these keyservers impersonating someone else. One solution is to use a decentralized identities approach, however, if your email is on your own domain that you tell every soul about, why not have your own website host the key? This is where the Web Key Directory (WKD) protocol comes in.
|
||||
|
@ -85,4 +88,4 @@ With WKD, we didn't have to trust anyone but the DNS provider in order to retrie
|
|||
- https://shibumi.dev/posts/how-to-setup-your-own-wkd-server/
|
||||
- https://www.sindastra.de/p/1905/how-to-set-up-pgp-wkd-web-key-directory
|
||||
- https://shivering-isles.com/Lets-discover-OpenPGP-keys
|
||||
- https://wiki.gnupg.org/WKD
|
||||
- https://wiki.gnupg.org/WKD
|
Loading…
Add table
Add a link
Reference in a new issue