Elektrine lite

← Feed

@FineCoatMummy@sh.itjust.works

Post #1528782

2026-04-16 15:15 UTC

> and a pinky promise is not enough. Yah that's my sticking point too! I believe that under good faith, Zero Knowledge Proof could work and guard privacy from both the gov and the sites. But "good faith" is doing heavy lifting. The desire to corrupt the system in some way that turns ZKP into secretly **non**-ZKP is going to be huge. Even if it begins OK, we will all become locked into it. And if it gets corrupted years later, too bad so sad, because we're locked into it! We've already seen intelligence agencies trying to corrupt encryption standards, to look secure when they have a secret flaw. That's the kind of corruption I worry about with ZKP age gates.

Replies (1)

  • You cannot turn a ZKP into being secretely not ZKP without significant effort though. Take the following example protocol: 1. Social media app sends you a token to verify. 2. You append a private secrete string to the token and hash it with a known, collision resistant hash function. 3. You send the hash to the government's server and request an "18+" signature. The signature should correspond to a public key. 4. You send the signature back to the social media app, including the secret you used. 5. The social media calculates the hash of its token + your secret and then checks whether the governmen't signature is valid with that value. The government will not know which social media site was used, the social media site will not discover anything about your identity beyond a binary "is above 18 years old" statement. This is because you control all communication. To discover anything else, they would BOTH have to collude in some significant way. They can only do so in step 5, by having the social media app send the value you gave it to the government. Maybe there exists a protocol that you control that works against this threat as well, I'm not sure. But if they collude in step 5 - what prevents the social media company from sending all information it has about you to the government already all the time, even without age verification? Like IP addresses, phone number, access time etc. If the government further controls all the ISP servers and log which traffic from where goes where, it could certainly identify you already.

    Open ##1528783