this post was submitted on 14 Jun 2026
120 points (96.2% liked)

Technology

86217 readers
2516 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LodeMike@lemmy.today 4 points 3 weeks ago (1 children)
[–] AliasAKA@lemmy.world 1 points 3 weeks ago (1 children)

It’s a hard problem, but there is likely a way with cryptography and upload to server that would be verifiable. Honestly this may be the only legitimate use of blockchain.

[–] LodeMike@lemmy.today 0 points 3 weeks ago (2 children)

It would require a centralized authority to work in any meaningful way.

[–] holemcross@lemmy.world 4 points 3 weeks ago (1 children)

Not true. This is something I had researched in the early days. If you can store a crypto hash of the document on a Blockchain, you can upload said document anywhere you want for people to DL. The hashes will always match, and you can use the timestamp of the Blockchain entry as reference to veracity. This could be done via an open source project and should the maintainers fall off the map, some one can always fork.

I remember seeing this listed as something like "proof of existence".

[–] LodeMike@lemmy.today 1 points 3 weeks ago (1 children)

It just means the file existed at the time. I guess that's useful to an extent. Maybe bodycams could upload hashes of 1 second segments of video & audio delay but it's ± limited to that.

[–] AliasAKA@lemmy.world 3 points 3 weeks ago

You can hash the entire video. It would be very, very difficult (impossible?) to create another video with a hash collision that changed even a couple pixels from the original hash. You just need the hash computed from that unaltered video uploaded at time of encoding to the blockchain. It doesn’t change that someone could have created an entire AI video and uploaded it to the same proof of existence, but it does mean you could verify that a given video was observed on the blockchain at time x, and that it has not been altered in some way. Time of video creation would also be included in the hash (and metadata) so that you could verify that the video was created, by what program, at what time; and you’d have (ideally a less than 5s later) time stamp of it being verified on the blockchain.

There’s likely a better way to do this as well using zero knowledge proofs and/or homomorphic encryption but there probably exists a way to do this which would be tractable.

[–] phoenixz@lemmy.ca 2 points 3 weeks ago (1 children)

Not really

You can publish public keys and sign the videos with private keys

It still doesn't prove the video is not AI, just that it comes from a specific source, like a press camera

[–] LodeMike@lemmy.today 1 points 3 weeks ago (1 children)

You can always retroactively sign. Or it would require secretive hardware managed by some centralized authority, and would be exploitable by at least nation state actors.

[–] phoenixz@lemmy.ca 1 points 2 weeks ago

Signing it doesn't mean "not modified", it means "yes, this video is from that person", basically, nothing more. However, that signature is something that can't be faked.

At least with that you can state that a video came from a journalist themselves. If that's enough to trust it, is another question