by Difwif on 2/20/24, 7:19 PM with 4 comments
Especially with the recent commentary related to OpenAI:Sora, I'm seeing a lot of doom and gloom around not being able to trust anything online anymore... But didn'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't make it easy for everyone to use.
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/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.
What am I missing? Why isn't this solved already? All the major social media companies claim trust is a really hard problem to solve but it doesn't seem like anyone has even attempted to do this. Has anyone worked on this and failed for some reason?
by Someone on 2/21/24, 8:19 PM
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 https://opensource.contentauthenticity.org/docs/c2patool#sup...
by pavel_lishin on 2/20/24, 7:27 PM
And the other thing you mention, signing data, is only as good as trusting the author themselves. Let's say there's a contentious video and it's cryptographically signed by Stefan Mousetentacle. Who is Mr. Mousetentacle, and why do we trust that he actually took the video, and didn't generate it?