• @Obsession@lemmy.world
    link
    fedilink
    English
    14
    edit-2
    10 months ago

    The only implementation I would support is one where the asking website doesn’t know your ID, and the verifying website doesn’t know what you’re trying to visit. Essentially just asking for a one-time use token that verified your age, and providing that token to the website you’re trying to visit.

    Edit for a bit more detail: User authenticates to ID website, which provides them a token with age verification (true/false) and a short (10 minute?) TTL. This token is encrypted by the ID website. User then provides this token to the asking website (eg: pornhub). Pornhub then sends the token back to the ID website to decrypt it. All pornhub knows about you is whether or not you’re of age, and the verifying website never knows what the token is for.

    • @NecroSocial@lemmy.world
      link
      fedilink
      English
      810 months ago

      There would be too much value in tracking that token for such a scheme to stay secure. Governments or shady corporations or illegal black markets or all of the above would be all over keeping tabs on what sites are visited by which tokens and matching them to identities.

      • @Obsession@lemmy.world
        link
        fedilink
        English
        510 months ago

        The whole point is that the token itself doesn’t have any personal info attached to it, only a yes/no and expiry time.

        I’ll even one up my original suggestion - it uses standard public/private key encryption, where the government issues a simple json token with a yes/no Boolean and a TTL. The public key that can decrypt the tokens is public. Pornhub then decrypts the token and verifies the boolean and expiry date, all without talking to the government at all.

      • phillaholic
        link
        English
        210 months ago

        ISPs already have, and do sell that data.

    • Hello Hotel
      link
      fedilink
      English
      1
      edit-2
      3 months ago

      that’s amazing, I would love to see this implemented, problem is nobody wants to set it up, they want the data. I think they enjoy the discomfort hoping people will stop. If the system was setup and used despite all the pressure, the short TTL may create the risk of traffic correlation attacks, especially for the smaller, less traffic sites. this is something that can likely be fixed.