this post was submitted on 29 Aug 2025
817 points (99.9% liked)

Technology

74736 readers
2551 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Zwuzelmaus@feddit.org 6 points 4 days ago (2 children)

Age check happens by trusted entity (your government, not some sketchy big tech ass), they create a signed cert with a short lifespan to prevent your kid using the one you created yesterday and without the knowledge which service it is for.

Sorry, not sufficient.

Not secure.

" I certify that somebody is >18, but I don't say who - just somebody "

This is an open invitation to fraud. You are going to create at least a black market for these certificates, since they are anonymous but valid.

And I'm sure some real fraudsters have even stronger ideas than I have.

[–] iopq@lemmy.world 4 points 4 days ago (1 children)

What stops non-anonymous certificates from being sold?

If John Doe views way too much porn, then you expect the site to shut him down? They have no ability to track other site usage. The authorities have to block him after the 10,000th download.

At that point, why does the site need to know? Either the government blocks someone's ID or they don't

[–] Zwuzelmaus@feddit.org 1 points 4 days ago* (last edited 4 days ago) (1 children)

What stops

Not useful to look at it in such a black or white manner. The possibilities are presumably less, and surely not that obvious.

[–] iopq@lemmy.world 1 points 4 days ago

You're not solving any issue by losing privacy. The site itself "knowing" you're John Doe can't tell if that's correct or not. Only the government can verify that, so why give the info to the site?

[–] homoludens@feddit.org 1 points 4 days ago (1 children)

Making the certs short-lived (a few minutes) and single use and having a rate limit for users could make it difficult enough with serious risks (if you make it a crime) for little profit (I doubt many kids will pay serious amounts of money to watch porn; definetly not drug-scale amounts of money).

[–] Zwuzelmaus@feddit.org 1 points 4 days ago (2 children)

You cannot make a certificate "single use" (except if it exists only inside a closed system).

[–] amju_wolf@pawb.social 1 points 2 days ago

The website generates a random value, your government signs a cert for that value. That's what makes it single use and zero trust.

[–] homoludens@feddit.org 0 points 4 days ago

I was using the wording of OP who seems to be talking about tokens. The service asks the trusted entity if the token is valid, the trusted entity deletes the token after the first time.