Aadhaar Validator

Verify Indian Aadhaar (UIDAI) numbers using the Verhoeff algorithm.

Privacy First: Validations run locally. Numbers are never sent to any server.
How it works: Aadhaar uses the Verhoeff algorithm for its checksum, which detects all single-digit errors and all transposition errors (swapping two adjacent digits). Unlike Luhn (used in credit cards), Verhoeff uses complex permutation tables based on dihedral group D5.

Powered by Verhoeff Algorithm.