mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-27 22:12:10 +00:00
Compare commits
3 commits
17a6d27dac
...
6e641cfdbc
Author | SHA1 | Date | |
---|---|---|---|
|
6e641cfdbc | ||
|
40845bd8b6 | ||
|
ced6576343 |
2 changed files with 16 additions and 1 deletions
15
content/notes/wkd-and-tofu.md
Normal file
15
content/notes/wkd-and-tofu.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: "WKD and TOFU"
|
||||||
|
date: 2023-01-08T14:04:22-08:00
|
||||||
|
replyURI: "https://tilde.zone/@ryan/109655653939080034"
|
||||||
|
replyTitle: "WKD is still TOFU so you should still verify out of band"
|
||||||
|
replyType: "SocialMediaPosting"
|
||||||
|
replyAuthor: "Ryan Heywood"
|
||||||
|
replyAuthorURI: "https://ryansquared.pub/"
|
||||||
|
syndicatedCopies:
|
||||||
|
- title: 'The Fediverse'
|
||||||
|
url: 'https://pleroma.envs.net/notice/ARRkGdJTzZpLF8Bz04'
|
||||||
|
---
|
||||||
|
I encourage people who fetch my keys to verify over multiple bands; for instance, they can fetch it over both Web Key Directory and DANE. They can also use something like Keyoxide to verify that it is associated with many other online accounts, perhaps including the account I was using when I first met that person. The later isn't exactly verifying "out of band", but it's super helpful.
|
||||||
|
|
||||||
|
If you're willing to do some of that (a _big_ "if": good communication protocols should make key exchange easier than this), then I'd argue that the initial leap of faith associated with Trust-On-First-Use (TOFU) is mostly a non-issue. However, PGP has its own larger set of issues that make it a poor candidate for communication protocols (complexity/configuration-hell with too many footguns, no forward secrecy, long-lived secrets, etc).
|
|
@ -4,7 +4,7 @@
|
||||||
{{- $rewritesDict = merge $rewritesDict (dict (index $r 0) (index $r 1)) -}}
|
{{- $rewritesDict = merge $rewritesDict (dict (index $r 0) (index $r 1)) -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<h3 id="webmentions" tabindex="-1">Web­mentions</h3>
|
<h3 id="webmentions" tabindex="-1">Web­mentions</h3>
|
||||||
<p>This site supports <a href="https://indieweb.org/webmention">Webmentions</a>, a backlink-based alternative to traditional comment forms.</p>
|
<p>This site supports <a href="https://indieweb.org/Webmention">Webmentions</a>, a backlink-based alternative to traditional comment forms.</p>
|
||||||
{{ partial "webmention-form.html" . }}
|
{{ partial "webmention-form.html" . }}
|
||||||
{{- /* Fetch all webmentions with bearer token */ -}}
|
{{- /* Fetch all webmentions with bearer token */ -}}
|
||||||
{{- $allMentions := (index .Site.Data "webmentions").items -}}
|
{{- $allMentions := (index .Site.Data "webmentions").items -}}
|
||||||
|
|
Loading…
Reference in a new issue