| ▲ | goldthreads 3 hours ago |
| ZKP is 100% bullshit. It’s a new word invented by people who don’t know hashing and databases already exist. |
|
| ▲ | nojokepoke 2 hours ago | parent | next [-] |
| PAKE has been using ZKPs for a decade. Here. Read this : https://en.wikipedia.org/wiki/Password_Authenticated_Key_Exc... Funny that not only are you ignorant you are violently confident in your ignorance. I suffer from this sometimes too so I get it. Get some help. |
| |
| ▲ | diamondclouds 2 hours ago | parent [-] | | > Alice sends out It relies on trusting that Alice’s request is valid. If Alice sends another proof, she will have a different balance. Alice decides what to send. The server blindly accepts it. You actually don’t want that for a lot of security and that’s why nobody uses ZKP for passwords or really anywhere outside theory - dumb theory that doesn’t understand basic web dev. We already have hashing and databases. There is a narrow use case for trusting clients - like receiving updates from intranet or p2p devices - maybe you use ZKP to omit unnecessary pii. But that’s it. It’s not what you think it is. | | |
| ▲ | Groxx 2 hours ago | parent | next [-] | | > Alice sends out Alice can send anything in any cryptographic scheme involving two parties, the only real safety in any of it is "are the odds of an accepted different value low enough to be impractical for an attacker". Does that apply here too? | |
| ▲ | nojokepoke an hour ago | parent | prev [-] | | Please explain how Alice’s request can ever be not valid. It’s literally a pre authenticated exchange. Also nice sock puppet. |
|
|
|
| ▲ | Retr0id 3 hours ago | parent | prev | next [-] |
| A great way to announce that you don't understand ZKP |
| |
| ▲ | goldthreads 3 hours ago | parent [-] | | Explain why you need ZKP for their flagship problem - the “prove you’re 21” thing. Or choose any case you like. Explain why I can’t do it without this hilariously elementary philosophy detached from real world dev. No cheating! I get access to the same resources. Explain why I need ZKP. | | |
| ▲ | striking 2 hours ago | parent | next [-] | | I think the fine article says it best when it says > After doing a bit of research, we decided that the most common real world use cases of zero-knowledge proofs (age verification, crypto, etc) aren’t particularly interesting to us. We enjoyed the graphs and theory of computation and networked computing though. We hope you had fun playing around with interactive proofs too. The inclusion of this statement makes your comments look rather bizarre and strangely combative by comparison. Maybe we can just enjoy a bit of math together? | |
| ▲ | Retr0id 3 hours ago | parent | prev [-] | | I actually don't think ZKPs solve the age verification problem (for a variety of reasons that won't fit here), but they solve plenty of more interesting problems. Private transactions in Zcash, for example. | | |
| ▲ | diamondclouds 2 hours ago | parent [-] | | Only because zcash trusts the sending node - whoever is hosting that ledger. If they had no clue who it was, like the typical http web, they could not allow a sender to be a prover, since they would not be able to verify their balance. At some point a balance inquiry would have to reveal who they are. It only works if you trust the banker. Or by being a middleman. You send [payment service] the money and they send it to the recipient, hiding your info. |
|
|
|
|
| ▲ | diamondclouds 3 hours ago | parent | prev | next [-] |
| It has a use case in peer-to-peer or anywhere that you want the server to trust the connections. Sometimes you want clients to be authoritative (although rare). |
|
| ▲ | Ar-Curunir an hour ago | parent | prev [-] |
| Yes, they just hand out Turing Awards for bullshit. |