• Saapas@piefed.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    16 hours ago

    Don’t mind some age gating tbh. It would have to be pretty convenient and anonymous though.

      • Dnb@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        16 hours ago

        Easy. You set the age in the os (or age range) per system account.

        Apps can then request this and allow/ deny based on it. Requires admin / sudo to update age range.

        No need for 3rd parties, id or anything else.

        If parents are concerned about it they can implement it easily. If not, they can ignore it.

        • genzboomer@lemmy.zip
          link
          fedilink
          English
          arrow-up
          9
          ·
          13 hours ago

          So any unchecked web/app developer can see if a child is visiting their site? No thanks. This will make children less safe.

          I will VPN to mars before I upload my ID, or that of my child for that matter. Not a chance in hell.

          • Dnb@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 hours ago

            Why does it need to be verified? If the parents set it up as an adult they can’t be mad when its treated as an adult?

          • BooBees@fedinsfw.app
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            14 hours ago

            And which of those systems are secure themselves, oses and their manufacturers - the answer is none. None are secure enough to trust that private information on mandatory verification systems. Not the base systems nor any systems that would share any approval tokens.

      • Saapas@piefed.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        15 hours ago

        Well the implementation is going to be that you prove your age to the id app that only saves the info that you’re over 18. Then the id app just tells that info to the website (or app or whatever I guess). So the site doesn’t know who is trying to prove their age or even what their age is, just that they’re over 18.

        It would be nice to have that sort of quick and easy app for verifying your personal information too. I don’t think we have one where I live. We always use a bank for that and that’s more hassle than I’d like

        • Goodeye8@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          12 hours ago

          And how would that app verify you’ve given your actual age? Now you need to deanonymize yourself to that app and while random sites might not know who you are the app does and the app also knows every site you visit (that requests your age).

          So no, that’s no longer anonymous. In practice that’s just your government (as that’s the most likely source of authority to verify your age) tracking what you’re doing on the web. Is that really preferable to parents parenting their children?

          • Saapas@piefed.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            15 minutes ago

            You can use a driver’s license or your bank. Different methods to verify it to the app. After verification, the app won’t save the info, just the knowledge that you’re over 18.

            the app also knows every site you visit (that requests your age)

            Not much of a worry locally. Disabling history is probably included in this (sort of porn mode/incognito, same as your browser). The info isn’t much use locally anyway

            In practice that’s just your government (as that’s the most likely source of authority to verify your age) tracking what you’re doing on the web.

            Government knows you’ve verified the app but they don’t know what you’re using the app for, it doesn’t have phone home. Your app is giving the site a generated cryptographic key, the site compares that to see if it is a valid key and then accepts it. The key doesn’t carry your personal info with it, so the central db doesn’t know who is being asked about, just whether the key is valid (so someone is 18+)

            • Goodeye8@piefed.social
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 seconds ago

              Now you’ve got a system without oversight. A child just needs an adult key and everything gets bypassed. And before you think it won’t be done, I know from my childhood friends who used their older sibling identification to buy alcohol without the older sibling even knowing it was being done. Kids are creative and they will find a way to bypass something without oversight. That arguably will put them in even greater danger because while kids are creative they’re not that great at assessing dangers. For example a bad actor could give keys to kids and then use that same key as blackmail to control them.

          • Aatube@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            11 hours ago

            The app is from the government and open source at every endpoint. You can see for yourself that it doesn’t track activity.

              • Saapas@piefed.zip
                link
                fedilink
                English
                arrow-up
                1
                ·
                14 minutes ago

                I’d be more worried if the apps were closed source but the ones I’ve heard about that are making an actual implementation of the protocol are open source so you can see everything it is doing, who it is contacting etc