• AliasAKA@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    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.

      • Phoenixz@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 hours ago

        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

        • Kairos@lemmy.today
          link
          fedilink
          English
          arrow-up
          1
          ·
          15 hours ago

          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.

      • holemcross@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        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”.

        • Kairos@lemmy.today
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          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
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 day 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.