Facenition · Whitepaper
Privacy-first decentralised identity, secured by the face
A conceptual overview of how Facenition combines face biometrics with strong cryptography to authenticate people and protect data, without building a biometric database. Written for security, privacy and product leaders.
Version 1.0 · Public overview · Contains no confidential implementation details
Section 01
Executive summary
Facenition is a privacy-first decentralised identity platform that lets organisations verify a person by their face and protect data on that basis, without storing faces or operating a biometric database. A live face is processed in the moment and combined with secrets the user controls to produce a compact, revocable identity token. That token, not the face, is what an organisation keeps.
The problem it solves. Authentication today still leans on passwords and shared secrets that are routinely phished, reused and stolen, while the biometric systems meant to replace them create permanent databases of data that can never be reset if leaked. Organisations are forced to choose between weak credentials and heavy biometric liability.
Why biometrics and encryption belong together. A face proves who is present; cryptography proves integrity and confidentiality. Used alone, a biometric is a liability to store and a password is trivial to steal. Bound together, a live face cryptographically tied to keys and tokens, you get authentication that is both hard to forge and safe to hold, because what persists is protected, scoped and reversible.
Key differentiators
No biometric database
Faces are processed transiently and discarded. Only non-reversible tokens are stored.
User-controlled identity
Tokens depend on inputs the user holds, so identity is not centrally owned.
Scoped & revocable
A token works only in the context it was made for and can be re-issued at will.
Cryptography-native
Standard, well-understood cryptographic primitives bind identity to data protection.
Business benefits
- Lower breach liability, no irreplaceable biometric asset to steal.
- Reduced compliance scope, less sensitive data held means a smaller governance and audit surface.
- Stronger authentication, phishing-resistant, possession-light verification of a real person.
- Better user experience, fast, passwordless verification with nothing to remember.
- Faster integration, a simple API that drops into existing identity stacks.
Section 02
The identity problem
Digital identity is still anchored to secrets, passwords, one-time codes, knowledge questions, that are easy to lose and easy to steal. The result is a threat landscape where the front door, not the firewall, is the weakest point.
80%+
of breaches involve stolen, weak or reused credentials, according to widely reported industry research.
#1
phishing remains a leading initial-access vector for attackers year after year.
Billions
of leaked credentials circulate in breach corpuses, fuelling credential-stuffing at scale.
Where it breaks down
- Password weaknesses. Reuse across sites, predictable patterns and human memory limits make passwords inherently fragile.
- Credential theft. Phishing, malware and breach dumps turn one leaked secret into access across many services.
- Account takeover. Stolen credentials and intercepted one-time codes let attackers impersonate legitimate users.
- Synthetic & duplicate identities. Fabricated or recycled identities slip through onboarding that only checks documents, not the person.
- User friction. Password resets, code prompts and lockouts frustrate users and drive abandonment and support cost.
The market has responded with more factors and more friction, but the underlying issue is unchanged: secrets can be copied, and the data we collect to verify people often becomes the next thing worth stealing. A durable answer has to verify the person while holding less, not more, sensitive data.
Section 03
Vision & principles
Facenition is built on a small set of principles that shape every design decision. They position the platform around outcomes, privacy, control, assurance, rather than any particular mechanism.
Privacy by design
The most private system is one that never collects what it doesn't need. Faces are processed, not stored.
User-controlled identity
People should hold the keys to their own identity. Verification depends on inputs the user controls.
Strong cryptography
Identity and data protection rest on standard, peer-reviewed cryptographic practice, no security through obscurity.
Regulatory alignment
Data minimisation and clear consent are first-class, making privacy obligations easier to meet.
Zero-trust posture
Every verification is evaluated on its own merits; no implicit trust is granted by network or prior state.
Interoperability
Facenition augments existing identity stacks rather than replacing them, via a simple, standards-friendly API.
Section 04
Solution overview
At a conceptual level, Facenition turns a live face into protected access through a short, one-directional pipeline. Each stage hands a safer artifact to the next, and the original biometric never leaves the moment of capture.
User face
A live capture from camera or upload
↓
Biometric processing
The face is read and reduced to a compact representation
↓
Cryptographic binding
The representation is bound to user-controlled secrets and scope
↓
Secure authentication
A fresh capture is checked against the stored token
↓
Protected data access
Verified identity gates sessions, decisions and keys
Lifecycle
Enrollment
A user presents a live face once. Facenition combines it with the user-controlled inputs and scope to produce an identity token, which the relying application stores against the account. The face is discarded.
Verification
When the user returns, a fresh live capture is processed with the same inputs and compared to the stored token. A genuine match confirms the same person is present; the system tolerates the natural variation between captures while rejecting different people.
Authentication
A successful verification becomes an authentication signal your systems can act on, issuing a session, satisfying a second factor, or unlocking a protected resource. Facenition returns a simple decision (and optionally a confidence score) that slots into existing logic.
Recovery
Because tokens are revocable, recovery is straightforward: a user re-enrolls to produce a fresh, unrelated token, and the old one is retired. There is no permanent biometric secret to reset, the reset that traditional biometrics never had.
This is a conceptual description. The internal processing and binding mechanisms are intentionally not disclosed; the platform's guarantees do not depend on keeping them secret, only its competitive edge.
Section 05
Privacy architecture
For most stakeholders, privacy, not cryptographic detail, is the deciding factor. Facenition's architecture is designed so that the privacy story is simple to state and easy to defend.
No raw biometric storage
Facenition does not retain raw faces or build a central gallery of users. Captures are processed transiently and discarded. What persists is a token that contains no image and no reusable biometric.
Template protection
The compact representation derived from a face is protected before it ever becomes a stored artifact, and is bound to user-controlled inputs. A stored token is non-reversible: it cannot be turned back into a face, and on its own reveals nothing about a person's appearance.
Encryption of biometric-derived data
Any biometric-derived material is protected in transit and, where retained, at rest using standard encryption. Identity-bound keys can be used to encrypt the data a verification unlocks, so confidentiality follows the verified identity.
Data minimisation
The platform collects the minimum needed to perform a verification and keeps the minimum needed afterward, typically just a token. Less data held means less to govern, secure and disclose.
Consent management
Enrollment is an explicit, user-initiated act. Because tokens are scoped and user-controlled, consent maps cleanly to purpose: a user can enroll for one context without that decision extending to another.
Data lifecycle management
Tokens have a clear lifecycle, created at enrollment, used at verification, expired or revoked on demand, and replaced by re-enrollment. Deletion is meaningful because there is no shadow biometric copy to leave behind.
Section 06
Security model
Facenition is designed against a practical threat model. The table below maps common threats to the protections the architecture provides. Specifics such as thresholds, matching logic and anti-spoofing techniques are deliberately omitted.
| Threat | How Facenition mitigates it |
| Database breach | No biometric is stored; tokens are non-reversible and scoped, so a stolen store yields nothing that can be replayed or turned back into a face. |
| Replay attacks | Verification requires a fresh, live capture each time; a captured static artifact does not satisfy a live check. |
| Stolen devices | A token alone cannot impersonate a user, verification still requires a live face and the matching user-controlled inputs, and can be combined with additional factors. |
| Insider threats | Least-privilege access controls and scoped tokens limit what any single actor can obtain or reuse; there is no central biometric trove to abuse. |
| Credential theft | Face verification reduces reliance on shared secrets that can be phished, reused or dumped, removing the attacker's favourite entry point. |
| Synthetic / duplicate identity | Quality and liveness screening, plus same-person consistency checks, raise the bar against fabricated or recycled identities at onboarding. |
The model assumes a capable adversary with access to leaked data and stolen devices, and is built so that compromising any single artifact, a token, a device, a database, does not by itself grant access. Defence-in-depth, not a single secret, is the goal.
Section 07
Cryptographic foundation
Facenition relies on well-established, industry-standard cryptography rather than novel or unpublished primitives. The security of the platform rests on the strength of these standards and on sound key management, not on secrecy of the algorithms.
- Industry-standard primitives. Facenition leverages widely vetted authenticated encryption and hashing standards for confidentiality and integrity.
- Secure key management. Keys are generated, used and retired following standard key-management practice, with separation between identity material and the data it protects.
- Cryptographic binding. Identity is bound to keys and tokens so that access to protected data follows a successful, live verification rather than possession of a static secret.
- Hardware-backed security where applicable. Where the deployment environment provides secure elements or trusted hardware, Facenition can take advantage of them to strengthen key protection.
Facenition uses standard cryptographic building blocks and secure key-management practices. This document intentionally does not describe how keys are derived or how identity is bound, those details are not required to evaluate the platform's guarantees.
Section 08
Compliance & governance
By holding far less sensitive data, organisations using Facenition can reduce the scope and burden of their compliance programmes. Facenition is designed to align with the requirements below; alignment describes design intent and supports an organisation's own compliance, and is distinct from formal certification.
| Framework | How Facenition helps |
| GDPR | Supports data minimisation and privacy-by-design, simpler lawful-basis and consent handling, and easier data-subject requests because there is no stored biometric to disclose or erase. |
| SOC 2 | Architecture aligns with the security, availability and confidentiality trust-service criteria; reduced data holdings simplify controls and evidence. |
| ISO 27001 | Fits an information-security management system through clear data classification, minimisation and lifecycle controls. |
| Regional privacy laws | Helps address CCPA/CPRA, BIPA and similar biometric-privacy regimes by avoiding the collection and retention of identifiable biometric records. |
Governance is strengthened by the same property that drives the privacy story: when the most sensitive data is never collected, retention, access and breach-notification obligations all shrink. This document describes alignment and design intent; specific certifications are pursued as part of the roadmap and stated explicitly only once achieved.
Section 09
Use cases
Facenition fits anywhere an organisation needs to prove a real person is present, and it does so while reducing, not increasing, the sensitive data held.
Enterprise login
Passwordless, phishing-resistant sign-in for web and internal applications, replacing or strengthening passwords with a live face check.
Workforce authentication
Strong second-factor or step-up verification for employees and contractors, and face-gated entry for physical access points.
Financial services
High-assurance verification for account access, payment approval and high-risk actions, with a confidence score for risk-tiering.
Healthcare access
Verify clinicians and patients at the point of care without building a biometric record of a sensitive population.
Customer onboarding
Match a live selfie to a document portrait during KYC, with quality and liveness screening to cut failed and fraudulent sign-ups.
Data protection
Bind decryption of sensitive files or records to a live, verified face so confidentiality follows identity.
Section 10
Roadmap
Facenition's direction is to broaden reach and deepen enterprise fit while holding the privacy-first line. The roadmap below is indicative and high-level.
Platform expansion
Broader platform & regions
Wider availability, additional language and SDK coverage, and expanded deployment options including on-premises.
Mobile
Native mobile capabilities
First-class mobile capture and on-device support to bring face verification natively into apps.
Authentication
Additional factors
Complementary factors and step-up options that combine cleanly with face verification for higher-assurance flows.
Enterprise
Deeper integrations
Turn-key connectors for major identity providers and enterprise directories, plus richer policy controls.
Assurance
Certifications & audits
Pursuit of formal third-party attestations to complement the platform's privacy-by-design foundation.