Earlier quoted context omitted.
No, I think what they want is not to have the rest of us have to jump through hoops (and sacrifice privacy) to achieve the same thing. Some of us don't have kids (or live in a household with any), so passing a law that potentially limits our internet access to solve a "problem" that already is dubious is ridiculous.
I couldn't agree more
Why isn't online age verification just like showing your ID in person?
111–120 of 123 posts
Re: Why isn't online age verification just like showing your ID in person?
#112Earlier quoted context omitted.
How would you prevent the token from being used by a different person than it was issued to? This is the online equivalent of getting your older cousin to buy you alcohol from the store using their own valid ID
How do you prevent your house key being used by a different person, that it was not issued to?
I guess the practical answer is that it’s impossible because there’s always the option to have an adult perform the verification and then hand over the device to the minor
Re: Why isn't online age verification just like showing your ID in person?
#113Earlier quoted context omitted.
This is far from the best way to do it, but this is a much easier to understand example of how it could be done without having to read about math: There's a type of token called a JWT that's really common nowadays, which is composed of 3 parts: Metadata describing encryption for the third part, the actual base64-encoded data, and the encrypted signature. The second part would include "is over 18" and "expiration date…
How would you prevent the token from being used by a different person than it was issued to? This is the online equivalent of getting your older cousin to buy you alcohol from the store using their own valid ID
Re: Why isn't online age verification just like showing your ID in person?
#114Cryptographically there are techniques that let you prove you're one of the several hundred million adults in the US that don't reveal anything about which adult you are. It's much less complicated than bitcoin. I'm bringing this up because it's the perfect litmus test to show whether you really care about age verification, or if you want personal trackability for all internet behavior. I'd be okay with this for cert…
Not really. There are ways to prove ownership of one of several hundred million tokens. If you give out this many tokens, the odds that some will be stolen or sold must be fairly close to 1.
Certificates prove that a website/server (and sometimes the client) are who they say they are.
We force the website to renew their certificate from an issuer every year so that stolen tokens/certificates are less of a problem.
The issuer can protect or hide the identity of the certificate owner, and doesn't get any information about which clients accessed a server.
Re: Why isn't online age verification just like showing your ID in person?
#115Earlier quoted context omitted.
How would you prevent the token from being used by a different person than it was issued to? This is the online equivalent of getting your older cousin to buy you alcohol from the store using their own valid ID
Why do you want the online process to be more secure than the one using physical IDs?
Re: Why isn't online age verification just like showing your ID in person?
#116Earlier quoted context omitted.
Not really. There are ways to prove ownership of one of several hundred million tokens. If you give out this many tokens, the odds that some will be stolen or sold must be fairly close to 1.
Aren't these all solved problems that we've worked out decades ago with certificates? Certificates prove that a website/server (and sometimes the client) are who they say they are. We force the website to renew their certificate from an issuer every year so that stolen tokens/certificates are less of a problem. The issuer can protect or hide the identity of the certificate owner, and doesn't get any information about…
Re: Why isn't online age verification just like showing your ID in person?
#117Earlier quoted context omitted.
This is something I am conflicted about as a parent. My daughter is still a baby, so the problem is still a few years away. But I don't know how to best handle it. In some ways, I see social media as more poisonous to the brain than alcohol or tobacco. So, forbidding - or heavily limiting - internet access sounds like a plan. On the other hand, part of me being a parent is teaching her how to navigate the world. And…
You don't teach your child to deal with alcohol by telling it to try it out.
Did a pretty good job of not tempting me to try it very much.
Re: Why isn't online age verification just like showing your ID in person?
#118Earlier quoted context omitted.
Can you send a link or explain how this can be done? As a not super tech savvy parent I find it impossible to keep my son off screens. He always finds a workaround. So I'm a fan of age verification especially after reading The Anxious Generation, despite all the hate it gets from hacker news.
> hate You meant logical criticism?
Re: Why isn't online age verification just like showing your ID in person?
#119Earlier quoted context omitted.
How do you prevent your house key being used by a different person, that it was not issued to?
I don’t get the analogy. I keep my house keys out of the hands of people I don’t want in. In this case, the age verification is being circumvented by someone simply asking another person to perform it on their behalf. I guess the practical answer is that it’s impossible because there’s always the option to have an adult perform the verification and then hand over the device to the minor
We already have penalties for adults mistreating children by exposing them to dangerous things, but this is orthogonal to age verification.
Re: Why isn't online age verification just like showing your ID in person?
#120Earlier quoted context omitted.
So then you're just back to the even more basic problem of "is the person using this device the same person that the payload was signed on behalf of?"
Yep. But in my mind that's being mitigated by the real measure for identity proof, which is some type of electronic ids.
After all, are most services going to require the ID to be present for every session? Or are they going to require a one-time authentication for the account?