Project Library

Anon Aadhaar

Tools for building build privacy-preserving applications using government ID cards, specifically Aadhaar cards in India.

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 Passord verification at the verifier level.

The protocol is served through an SDK containing:

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.

Applications:

Anon Aadhaar banner
Project status
Active
Funding
PSE projects
License
MIT

Discover more

AnonKlub

A mechanism for anonymous proof of Ethereum address ownership.

Inactive

Semaphore

A zero-knowledge protocol for anonymous interactions.

Back to project library