TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why do ActivityPub and Nostr not encrypt an "event" content and metadata

3 点作者 ahmedbaracat9 个月前
Hi, I am getting interested in decentralized protocols like ActivityPub and NOSTR and wondering if there is a good reason to not encrypt both the event data and metadata (event kind, time, etc) with the poster private key. Essentially each event only making public that an event is created/signed by Person X but no other data can be retrieved about said event.

2 条评论

ephbit9 个月前
Each post could be encrypted (before publishing) using a unique key (derived from the private key of the poster) and then signed with the private key (of the poster) before publishing.<p>Then the poster could later choose to selectively publish (or make them available to individuals) some of these unique keys, to make posts readable.
ecedeno9 个月前
What would be the usecase for publishing events in a social media protocol (i.e. ActivityPub) with no information?
评论 #41270841 未加载