Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identity check with ZKP #241

Open
radumarias opened this issue Nov 23, 2024 · 0 comments
Open

Identity check with ZKP #241

radumarias opened this issue Nov 23, 2024 · 0 comments
Assignees
Milestone

Comments

@radumarias
Copy link
Member

radumarias commented Nov 23, 2024

The idea is to check user identity with a third-party identity checker. If they hold illegal documents and the government comes to us, we will redirect them to the third-party checker to get their real identity, and we will not be held responsible.

Performing identity verification using Zero-Knowledge Proofs (ZKPs) involves allowing one party (the prover) to prove to another party (the verifier) that they know or possess specific information without revealing the actual information itself. Here's how you can implement an identity check with ZKPs.

Constraits

  • Don't keep any of the user data. We don't want to complicate things with GDPR
  • Only keep some reference from the identity checker

Indentity checkers

What 3rd party provider can we use for that? LinkedIn uses Persona, but I don't know if they offer services like this.

https://chatgpt.com/share/6741ced3-2a24-8003-94b5-186bbf95ff88

Structure notes

  • Create a dedicated crate for this that uses rencfs (the core) as a lib. You can create attractions and common minimalistic generic functionality in the core but keep the core more generic
@radumarias radumarias moved this to Todo in rencfs Nov 23, 2024
@radumarias radumarias added this to the 1.0.0-rc1 milestone Nov 23, 2024
@Eyob94 Eyob94 self-assigned this Dec 13, 2024
@radumarias radumarias moved this from Todo to In Progress in rencfs Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants