• 5 Posts
  • 163 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle


  • The only true solution to this is cryptographically signed identities.

    One method is identity verification tied to a public key, which can be done with claims aggregation (I am X on GitHub, and Y on LinkedIn, and Z on my national ID, etc), but this removes anonymous use.

    Another is a central resource to verify a user’s key is a real human, where only one entity controls the identity verification. While this allows pseudo anonymous use, it also requires everyone to trust one individilual entity, and that has other risks.

    We’ve been discussing this with FedID a lot, lately.