Start with device proof
The device opens with its identity, a fresh nonce, and an integrity check.
Auth-X is a lightweight identity layer for IoT systems that need reliable trust decisions without the weight of enterprise infrastructure.
Authentication flow
This is the implemented sequence: the device identifies itself, receives a fresh challenge, proves the session, and completes confirmation before traffic is trusted.
The device opens with its identity, a fresh nonce, and an integrity check.
The verifier returns a session-specific challenge before any trust decision is made.
The device answers with a challenge-bound proof; identity, freshness, and integrity are checked together.
Both sides confirm the session context, then the protected device session is installed.
Cryptographic foundation
Auth-X brings together existing cryptographic primitives in a purpose-built, lightweight approach for connected devices.
Built from existing cryptographic primitives and brought together in a purpose-built lightweight approach.
Security properties
These are properties of the authentication flow above—not additional handshake steps.
Separate device identities let the verifier make an intentional decision for every endpoint.
Fresh challenge material keeps old proofs from becoming new permissions.
Invalid, stale, or mismatched proofs stop the flow before a trusted session is installed.
Observed lab evidence
Results below come from the recorded 16 April EDS-3 server run and are shown as observed engineering evidence, not a universal performance guarantee.