3.1 KiB
id, name, image, section, projectStatus, category, tldr, license, tags, links, extraLinks
| id | name | image | section | projectStatus | category | tldr | license | tags | links | extraLinks | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| anon-aadhaar | Anon Aadhaar | anon-aadhaar.svg | pse | active | application | Tools for building build privacy-preserving applications using government ID cards, specifically Aadhaar cards in India. | MIT |
|
|
|
Overview
Anon Aadhaar is a project that allows Aadhaar ID holders to prove their Indian residency, optionally revealing some aspects of their identity while hiding the others. The project provides ZK Circuits, SDK for Javascript and Solidity, a demo application, and integrates with the PCD framework for a better developer experience.
Features
Anon Aadhaar is a zero knowledge protocol that let Aadhaar owners prove their identity in a privacy preserving way. Key features include:
- Selective Disclosure: If your app request to reveal one of the field from the identity the circuit will reveal it in its output. There only four fields that could be revealed (Age > 18, Gender, State, Pincode). Note that by default the Prover will reveal nothing from the ID.
- Nullifier: Nullifier is a unique identifiers derived from data fields, used to prevent double-spending or duplicate proofs without revealing the actual data.
- Timestamp: The timestamp of the signature associated with the data is converted into a UNIX UTC format, enabling Timebased One Time Password verification at the verifier level.
The protocol is served through an SDK containing:
- TypeScript Library: @anon-aadhaar/core
- Solidity Library: @anon-aadhaar/contracts
- React Library: @anon-aadhaar/react
You can play with our mobile prover, which offer a faster proving time:
We developed a prover for Digilocker, that let you generate ZKPs from official documents stored in the Digolocker App, enabling use cases with proof of degrees, UPI, driver license and more.