this post was submitted on 16 Apr 2026
82 points (96.6% liked)

Europe

11673 readers
632 users here now

News and information from Europe πŸ‡ͺπŸ‡Ί

(Current banner: La Mancha, Spain. Feel free to post submissions for banner images.)

Rules (2024-08-30)

  1. This is an English-language community. Comments should be in English. Posts can link to non-English news sources when providing a full-text translation in the post description. Automated translations are fine, as long as they don't overly distort the content.
  2. No links to misinformation or commercial advertising. When you post outdated/historic articles, add the year of publication to the post title. Infographics must include a source and a year of creation; if possible, also provide a link to the source.
  3. Be kind to each other, and argue in good faith. Don't post direct insults nor disrespectful and condescending comments. Don't troll nor incite hatred. Don't look for novel argumentation strategies at Wikipedia's List of fallacies.
  4. No bigotry, sexism, racism, antisemitism, islamophobia, dehumanization of minorities, or glorification of National Socialism. We follow German law; don't question the statehood of Israel.
  5. Be the signal, not the noise: Strive to post insightful comments. Add "/s" when you're being sarcastic (and don't use it to break rule no. 3).
  6. If you link to paywalled information, please provide also a link to a freely available archived version. Alternatively, try to find a different source.
  7. Light-hearted content, memes, and posts about your European everyday belong in other communities.
  8. Don't evade bans. If we notice ban evasion, that will result in a permanent ban for all the accounts we can associate with you.
  9. No posts linking to speculative reporting about ongoing events with unclear backgrounds. Please wait at least 12 hours. (E.g., do not post breathless reporting on an ongoing terror attack.)
  10. Always provide context with posts: Don't post uncontextualized images or videos, and don't start discussions without giving some context first.

(This list may get expanded as necessary.)

Posts that link to the following sources will be removed

Unless they're the only sources, please also avoid The Sun, Daily Mail, any "thinktank" type organization, and non-Lemmy social media (incl. Substack). Don't link to Twitter directly, instead use xcancel.com. For Reddit, use old:reddit:com

(Lists may get expanded as necessary.)

Ban lengths, etc.

We will use some leeway to decide whether to remove a comment.

If need be, there are also bans: 3 days for lighter offenses, 7 or 14 days for bigger offenses, and permanent bans for people who don't show any willingness to participate productively. If we think the ban reason is obvious, we may not specifically write to you.

If you want to protest a removal or ban, feel free to write privately to the admin that applied the rule (check modlog first to find who was it.)

founded 2 years ago
MODERATORS
all 27 comments
sorted by: hot top controversial new old
[–] Mudman@sh.itjust.works 32 points 3 months ago
[–] fubarx@lemmy.world 17 points 3 months ago

They've already found several security flaws: https://lemmy.world/post/45676911

[–] arcterus@piefed.blahaj.zone 13 points 3 months ago* (last edited 3 months ago) (2 children)

I'm kind of surprised they're actually going through with the zero-knowledge proof setup. This is pretty much the only method I find mostly acceptable for stuff like this tbh.

which would work on any device

This part seems unlikely. It'll work on "most" devices but if you're running something weird like a Linux phone I doubt it'll work (although since it's open-source I guess someone could potentially add support).

EDIT: nvm I read the spec, it's more like "minimal knowledge" but they can still track everything pretty easily currently.

[–] General_Effort@lemmy.world 5 points 3 months ago (2 children)

It doesn't seem very sensible to me. The specs say that a ZKP proof "should" be used.

Basically, you get a token from some source that knows your age and identity, such as the government. You pass this token on to some other entity that wants to know if you are above a certain age.

If both of these parties record the tokens they send and receive, then your browsing history can be tied to your identity. Realistically, this would only happen if the government wants it.

Using ZKP, you could prove that you have a valid token, without disclosing the details. But if the government decides that the tokens have to be recorded, then sites simply would not accept the ZKP.

I think one could also make a more subtle and limited attack by issuing special tokens. Say, someone's accused of being a terrorist, or violating copyright. Then they could be issued a special token which instructs receivers to record their activity and forward it to the police.

[–] unexposedhazard@discuss.tchncs.de 5 points 3 months ago* (last edited 3 months ago) (2 children)

Yeah as far as i am aware, there is no such thing as zero-knowledge proof in practice for this kind of thing. If there are "bad actors" in other words "the police" with access to both the government database and (through a warrant or backdoor) the websites data, then the whole anonymization is gone. Its a sandcastle concept and an attempt to trick the population by making it sound fancy when its not at all.

[–] General_Effort@lemmy.world 2 points 3 months ago (1 children)

ZKP has a specific meaning in cryptography. In fairness, it does a little here. But yes, it is basically a marketing term. Like "blockchain" or whatever.

Eventually, the idea here is to divide the population into 2 classes, one of which is to be denied access to certain information or services. If privacy is the only potential problem one sees with that, then... well...

[–] unexposedhazard@discuss.tchncs.de 2 points 3 months ago* (last edited 3 months ago)

Well yeah the inherent absurdity of age verification itself is a whole separate topic, but i think that battle is already kind of lost sadly. Our societies are so overobsessed with safety, there is no way they will not fall for the whole protect the children shtick.

[–] arcterus@piefed.blahaj.zone 1 points 3 months ago

From what I can tell from the ZKP spec and the research paper linked there, it seems like it should work correctly. In other words, even if the government and the website collaborate, it can't actually determine it's you. That requires that it's implemented right and that it's always used though, which is not the case since it's an "experimental feature."

[–] arcterus@piefed.blahaj.zone 3 points 3 months ago* (last edited 3 months ago) (1 children)

Hm, I'm reading the spec. It seems more simplistic than I was expecting.

Issuance of Proof of Age attestations (step 3)

Once the User's age has been verified, the AP may either issue the Proof of Age attestation directly to the User's AVI or generate a pre-authorized code and provide it to the User as part of a credential offer. At a later stage, the User can present this credential offer through their AVI to obtain the Proof of Age attestation.

Confirmation and presentation (step 5)

The AVI receives the Proof of Age request and presents it to the User. The User reviews the request details, verifies the information, and confirms the transaction to proceed.

The AVI securely transmits the Proof of Age attestation to the RP.

Guess it does just pass the attestation around.

2.2.3 Revocation and Re-Issuance In its current form, the solution does not support revocation or re-issuance. Adding support for these features would introduce additional complexity, which could hinder the rapid adoption of the solution.

The attestation is ideally only used once and issued in batches, so this is both good and bad I guess, since if they ask to track you and they haven't already recorded all the attestations, they'll need to wait for you to generate more.

Unlinkability: The goal of the solution is to prevent user profiling and tracking by avoiding linkable transactions. Initially, the solution will rely on batch issuance to protect users from colluding RPs. Zero-Knowledge Proof (ZKP) mechanisms will be considered to offer protection. More details are provided in Section 7.

Basically a big TBD. Lovely.

The more subtle attack you mention could probably be avoided if the root certs and so on or whatever equivalent they're using are public and you check that the attestation given to you doesn't include extraneous details (which ideally the app would do for you). Not sure how that'll interact with the zkSNARK solution provided as an "experimental feature."

It doesn't really matter though since they can just record the attestations when they're issued, so they just have to say "look for these attestations" to whatever site and they can track your visits.

It is recommended that the Proof of Age attestation be designed as a single-use credential and remain valid for a maximum period of three (3) months from the date of issuance. If a revocation mechanism is required, a status list may be utilized as an effective solution for managing the revocation status of attestations.

Of course, using it in batches is only "recommended," so I guess they could just issue it once and continuously reuse it, in which case it would be very easy for websites to link it to you.

There's probably more I could pull out, but yeah, doesn't seem great based on the spec :|

EDIT: based on my reading of the ZKP spec linked in the main spec, it seems like it should work correctly, but as long as it's an "experimental feature" and not always used it's not really useful. They mention that in cases where the ZKP setup can't be used it should be able to fallback to the token setup. Ideally it really shouldn't do that, especially if it doesn't specifically tell you that it can't continue without using ZKPs and thus potentially leaking your identity.

[–] General_Effort@lemmy.world 1 points 3 months ago

After I first skimmed the specs, I had thought it would require constant check-ins with the attestation provider. Apparently, you need to get the attestation installed only once. I have trouble seeing how that could work out.

So a kid gets a phone from some cool older brother or an unaware grandpa. What stops them using that single phone to verify everyone in school?

Of course, the kids might not bother when you can just use a VPN or some non-compliant, foreign service.

[–] ExLisper@lemmy.curiana.net 1 points 3 months ago

I’m kind of surprised they’re actually going through with the zero-knowledge proof setup.

We'll see what it is when they publish the code (if they will publish it) but they claimed it will be zero-knowledge from the beginning so it's not surprising at all that they still claim that.

[–] crandlecan@mander.xyz 9 points 3 months ago* (last edited 3 months ago) (1 children)

~~www.tor.org, right?~~
~~www.tor.gov, right?~~
~~www.tor.edu, right?~~
www.torproject.org! Right? :). Edit: nope. Per the reply below: https://i2p.net/en/.

[–] Jajcus@sh.itjust.works 8 points 3 months ago

Because the easiest argument against tech giants is "they hurt children". If the tech giants can 'prove' they don't serve children the argument is gone. So the techs are lobbying for age verification. They don't even care if it works, when it is not their responsibility. Of course the problem is not about the kids only, but the whole business model based on advertising, data collection and manipulative algorithms. But it is easier and better for business to age verify and 'ban social media for kids' than to fix actual problems.

[–] Shamber@lemmy.world 8 points 3 months ago (2 children)

Who's running the background here?

[–] smiletolerantly@awful.systems 13 points 3 months ago (2 children)

There isn't one. Local, on-device zero knowledge proof in a cross-platform OSS app. You scan your ID's NFC tag, once. Site only gets "is over 18 y/n" info. We all already have these IDs and they are used for a bunch of stuff, from doing taxes to creating bank accounts.

[–] eksb@programming.dev 1 points 3 months ago (3 children)

So when the site got "is under 18" yesterday and "is over 18" today, they now know your birthday. Cool.

[–] AlmightyDoorman@kbin.earth 8 points 3 months ago

The site can not request the information by itself, so you would have to actively do this procedure by yourself. And why would you try to send a certificate if you are under 18. And this trick only works once in a lifetime only on website that track you in a way (the certificate is not able to be used to track you, afaik not even across individual usages, so if you use a porn website every day and have to send a new certificate every day it's not able to track you).

[–] Honytawk@discuss.tchncs.de 3 points 3 months ago

Still doesn't know you name, location, sex, and every other verifiable metric.

And your plan only works once in a blue moon (literally).

[–] smiletolerantly@awful.systems 2 points 3 months ago (1 children)

No. As the other person said. The answers to the zkp do not refer to each other. All the site knows is SOME user was not 18 yesterday, and today SOME user is 18 (or 24.. or 89...). No relation between the two zkps/certs.

[–] forrgott@lemmy.zip 2 points 3 months ago

Browser fingerprinting is a thing, though. The site already know who you are. This doesn't really change anything.

[–] kbal@fedia.io 1 points 3 months ago

Oh, really? So it depends on some kind of user-inaccessible secure enclave TPM type of thing? That would sort of rule out the "works on any device" objective.

[–] Tryenjer@lemmy.world 8 points 3 months ago* (last edited 3 months ago)

The leash is getting shorter, paving the way for authoritarianism.

[–] sloelk@piefed.social 7 points 3 months ago

If it works the way they promote, isn't it a good middle way and alternative to other options? If it is open source, we can check it how it really works. My opinion at the moment is, that they try better than a lot of others.

So this way a service the user wants to use could set automatically to child protected besides this app delivers a prove for more. This way also the big tech player could set into responsible way without collecting all your data to know if you are old enough?

I understand that also a education for all internet users is necessary and still a partly regulation of the big tech and others. I'm surprised that EU is going this router and really happy that it does not sounds like a surveillance system.

Any other Ideas how to solve the age check problem nowadays? And move the whole responsibility to the parents does not help. Also parents need help with all the stuff around to protect their children.

[–] kbal@fedia.io 3 points 3 months ago

Ursula von der Leyen says it is "completely anonymous" and that it is tied to one's passport or ID card. The technical details of how this apparent contradiction is resolved do not seem to be available.

I wonder if it will be as shitty as its various predecessors.

[–] Asfalttikyntaja@sopuli.xyz 2 points 3 months ago

Where are all those parents who should protect their kids? Does they even know what their kids are doing? Or do they even care?