Passwordless auth for humans and agents
No passwords. No passkeys. No phishing.
Device-bound auth for users. Cryptographic identity for AI agents.
npm install @hawcx/reactWhy Hawcx
Security primitives designed for production authentication, not password recovery.
Device-Bound
Credentials never leave the device. No cloud sync, no transfer, no phishing surface.
Zero-Knowledge
The server receives only a proof — never the secret. Nothing to steal, nothing to leak.
Quantum-Resilient
Ephemeral per-session keys. No long-lived public keys for harvest-now-decrypt-later attacks.
Choose your stack
Frontend SDKs handle the auth flow. Backend SDKs verify the result.
Quickstart
Build a login flow in five minutes
Install the frontend SDK, render the authentication state machine, and exchange the result on your backend.
Security model
Device-bound auth without passkeys
Credentials stay on the device while the server verifies cryptographic proof instead of handling secrets.