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

Technology

86217 readers
2724 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 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.