Pornhub Sues Texas Over Age Verification Law

psychothumbs@lemmy.world to Technology@lemmy.world – 1139 points –
Pornhub Sues Texas Over Age Verification Law
vice.com
274

You are viewing a single comment

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.

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.

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.

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.