Files
pse.dev/content/projects/anon-aadhaar.md
Kalidou Diagne b4b1bb56e6 migrate project data from .ts to Markdown files (#453)
* migrate project data from .ts to Markdown files
2025-06-13 22:05:23 +04:00

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
keywords themes types builtWith
Anonymity/privacy
Social
Identity
Voting/governance
build
play
Legos/dev tools
Lego sets/toolkits
Proof of concept
circom
rsa
TypeScript
Solidity
website github telegram twitter
https://anon-aadhaar.pse.dev/ https://github.com/privacy-scaling-explorations/anon-aadhaar https://t.me/anon_aadhaar https://twitter.com/AnonAadhaar
play
label url
Try it out: On-Chain Voting App https://boilerplate.anon-aadhaar.pse.dev/

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:

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: