Hacker News new | ask | show | jobs
by ahtihn 1641 days ago
Just load the state's public key into the verification apps, have the identity QR code be signed with the state's private key and you're done. You can now verify identities without the state ever being aware of verifications taking place.

No need for blockchain when a central authority is issuing identity documents anyway.

If you want to delegate signing authority just do something like SSL certs.

1 comments

Yes, exactly. And now think of all the limitations of running a PKI.

For many use cases, Crypto doesn't do things a PKI can't. It just does them without some of those limitations.

> It just does them without some of those limitations.

How so?

The hard problem is linking a public key to a real-world identity. A blockchain doesn’t help with this in any way.