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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why isn't there a standard file format for sharing signed content?

1 点作者 Difwif超过 1 年前
Photos and videos would be the major use case but why don&#x27;t we have a standardized file type that includes something like a PGP signature? At a minimum photos could be signed by the photographer and signatures could be shared to services running a transparency log allowing authors to publicly declare creation of the hash to avoid people stripping signatures and resharing. At the limit we could imagine the camera signing the raw image, the photo editor signing their edit along with the original, etc. A chain of trust seems pretty easy to establish in a single file.<p>Especially with the recent commentary related to OpenAI:Sora, I&#x27;m seeing a lot of doom and gloom around not being able to trust anything online anymore... But didn&#x27;t GPG solve this 20 years ago? Just about everything you need to solve this problem has already be done for signing files. Of course GnuGPG doesn&#x27;t make it easy for everyone to use.<p>I prototyped something simple that just uses gpg and tar to create a chain of trust for files. The next step would be to create some kind of PKI or Web of trust for people to easily create keys tied to their identities and record hashes&#x2F;signatures. The hard part is adoption. There is nothing technically preventing us from having every piece of media shared on social media to include a full verification log of every edit all the way back to its creation. Any photo with the log could be dismissed as fake.<p>What am I missing? Why isn&#x27;t this solved already? All the major social media companies claim trust is a really hard problem to solve but it doesn&#x27;t seem like anyone has even attempted to do this. Has anyone worked on this and failed for some reason?

2 条评论

Someone超过 1 年前
<a href="https:&#x2F;&#x2F;contentauthenticity.org" rel="nofollow">https:&#x2F;&#x2F;contentauthenticity.org</a>.<p>I haven’t used it, so I don’t know how good it works, but they claim tooling supports a fairly large set of file formats. See <a href="https:&#x2F;&#x2F;opensource.contentauthenticity.org&#x2F;docs&#x2F;c2patool#supported-file-formats" rel="nofollow">https:&#x2F;&#x2F;opensource.contentauthenticity.org&#x2F;docs&#x2F;c2patool#sup...</a>
pavel_lishin超过 1 年前
XKCD has covered part of the reason: <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;</a><p>And the other thing you mention, signing data, is only as good as trusting the author themselves. Let&#x27;s say there&#x27;s a contentious video and it&#x27;s cryptographically signed by Stefan Mousetentacle. Who is Mr. Mousetentacle, and why do we trust that he actually took the video, and didn&#x27;t generate it?
评论 #39446090 未加载