To be clear, I’m not advocating for online age verification. I’m very much against it in any form. I’m just curious from a technical standpoint if it’s possible somehow to construct an accurate age verification system that doesn’t compromise a user’s privacy? i.e., it doesn’t expose the person’s identity to anyone nor leaves behind a paper trail that can be traced to that person?

  • Saledovil@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    13 hours ago

    Here’s my idea: Bob gives Alice a token, assigning her an unique random number n. Alice goes to Grace and tells her, “Somebody assigned me number n, can you verify that I’m allowed?” Grace then writes: “User n is allowed, signed Grace”. Alice then takes this letter and shows it to Bob. Bob now knows that Alice is allowed, but nothing else. Grace only knows that somebody wanted to know that Alice is allowed, not who that somebody is.

    Of note here: This system does nothing to protect against an allowed user helping a not allowed user to gain access, but I don’t think it’s possible to protect against traitorous users.

    • gandalf_der_12te@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      The problem is that it leaves a paper trail.

      Grace also knows what number n got verified, and the identity of the user n. Later, the website can ask the age-verifying service who user n actually was. It requires that the age-verifying service cooperates with the website, though, but this could be mandated by law, which would create a single point of (privacy) failure.

      PS: i love your writing style. It’s so simple and clear :)

      Cryptography is a really complicated subject. You managed to express it very easily understandable.

    • Blackmist@feddit.uk
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 hours ago

      This is called a nonce.

      Which as a Brit is a really bad name for anything used to access porn.

    • groet@feddit.org
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      11 hours ago

      This system does nothing to protect against an allowed user helping a not allowed user to gain access

      There is no system in the world that can fully prevent an authorized user to grant access to an unauthorized user. Even with an all time on camera and screensharing I can still find ways to have someone else control my computer while I “authorize” the connection with my face in the camera

      • gandalf_der_12te@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 hours ago

        Yeah a small false-positive rate will have to be accepted. This is the same like you can’t fully prevent minors from getting access to alcohol. Consider that their older sibling can buy it for them (at an increased price, ofc).

        What matters is to keep the rate of false positives reasonably small, i’d say.

    • ilinamorato@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      10 hours ago

      That could very well work, yes; but I think that would require Bob verifying Grace’s signature, and that would require trusting that Grace didn’t make a unique signature that she only used for Alice, and making a note of who verified it.

      There might be a way to verify those signatures with public keys in a way that didn’t require Bob to tell Grace that he was verifying the signature, which is still rattling around in my brain.

      • Saledovil@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        9 hours ago

        Bob would have to know and trust Grace beforehand. Grace could be the IRS, for example. The idea here being to have somebody who already knows your age vouch for your age.