The White House wants to ‘cryptographically verify’ videos of Joe Biden so viewers don’t mistake them for AI deepfakes::Biden’s AI advisor Ben Buchanan said a method of clearly verifying White House releases is “in the works.”

  • @hyperhopper@lemmy.world
    link
    fedilink
    English
    05 months ago
    1. Anybody can also verify it if they just host the hash on their own website, or host the video itself.
    2. Getting the general populace to understand block chain implementations or how to interface with it is an unrealistic task
    3. What does a distributed zero trust model add to something that is inherently centralized requiring trust in only 1 party

    Blockchain is the opposite of what you want for this problem, I’m not sure why people bring this up now. People need to take an introductory cryptography course before saying to use blockchain everywhere.

    • @makeasnek@lemmy.ml
      link
      fedilink
      English
      05 months ago

      Putting it on the blockchain ensures you can always go back and say “see, at this date/time, this key verified this file/hash”… If you know the key of the uploader (the white house), you can verify it was signed by that key. Guatemala used a similar scheme to verify votes in elections using Bitcoin. Could the precinct lie and put in the wrong vote count? Of course! But what it prevented was somebody saying “well actually the precinct reported a different number” since anybody could verify that on chain they didn’t. It also prevented the precinct themselves from changing the number in the future if they were put under some kind of pressure.

      • @hyperhopper@lemmy.world
        link
        fedilink
        English
        -15 months ago

        All of this could be done without blockchain. Once they sign a signature with their private key they can’t unsign it later. Once you attest something you cannot un-attest it.

        Just make the public key known and sign things. Please stop shoehorning blockchain where it doesn’t belong, especially when you aren’t even giving any examples of things that blockchain is doing for you with 100000x the cost and complexity, that normal crypto from the 80s/90s cant do better.