Zero-Knowledge Biometrics is a new approach to decentralized biometric authentication that avoids storing, sharing, or reconstructing biometric data. Rather than relying on sharding, it uses secure Multi-Party Computation (sMPC) to verify a user’s identity without revealing their biometric data to any party.
It’s called “zero-knowledge” because neither the user device nor the server learns anything about the actual biometric data - only whether the submitted sample matches the enrolled profile. This significantly enhances both privacy and security.
Unlike traditional decentralized models that distribute fragments of biometric data across servers (and often still allow reconstruction), Zero-Knowledge Biometrics never exposes or stores the data in a way that makes reconstruction of the data or image possible. The biometric is transformed into a cryptographic format at the point of capture, and that format is what is used throughout the authentication process.
Understanding how sMPC works is easiest through the Millionaires’ Problem in cryptography. Two people want to know who is richer, but neither wants to disclose their actual wealth. Secure Multi-Party Computation solves this by allowing them to compute the answer - who is richer - without revealing any personal financial details. The process produces only the result, not the inputs.
Zero-Knowledge Biometrics applies this same principle to facial authentication:
During Enrollment
The user takes a selfie or facial scan
It’s transformed locally into an unrecognizable cryptographic format
This transformed template is stored in the cloud, not the raw image
During Authentication
The user takes a fresh selfie
That image is again transformed locally
The transformed template is compared to the stored cryptographic proof using sMPC
No raw data is ever reconstructed or exposed
The entire process happens in less than 300 milliseconds, with no user friction and no data leakage - at rest, in transit, or in use.
The end result is that Zero-Knowledge Biometrics offers the security and scalability of centralized systems, with the privacy of local biometrics - without inheriting the downsides of either. It works across platforms and devices, supports seamless recovery if a device is lost, and maintains full compliance with privacy regulations like GDPR.