this post was submitted on 20 Dec 2023
51 points (77.4% liked)
Privacy
31951 readers
464 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There are various ways in which age verification can be done without sacrificing privacy. Sadly, that requires standardised digital ID combined with several privacy preserving technologies that I've only seen used experimentally (I think Yivi comes closest, but its protocol involves sending identifiers between their servers and the consuming service, and requires services to be registered rather than arbitrarily accessible).
In its core, these protocols use digitally signed attributes (could be "SSN" or "birthday", but more practically this could also just be "is over 18"). With this system, you can simply transmit the token that says "I'm an adult", the website verifies this, and you're done. To prevent abuse through infinite reuse, these apps need to be verified occasionally, and the secrets must not be stored somewhere they can be copied from easily, but phones have solved that problem ages ago.
Unfortunately, I don't think governments who support these restrictions will also invest into these technologies. Perhaps efforts such as eIDAS will allow for some kind of non-profit to create and generate these tokens based on your standard digital government ID, but as of now, there's nothing.
Any technology can be bypassed by kids (just steal dad's porn pass!), so there's a limit to how effective age gates are. On the other hand, anything that requires stealing stealing devices protected with a PIN will be sufficient in most cases.