AuthX v2.4 Native Enclaves & C++ Win32 Loader SDK are live • Read Protocol Spec →
AuthX
Sign In Start building for free
Zero-Trust Cryptographic Licensing | RFC 5869 HKDF-SHA256

Software protection behind frosted violet glass.

Eliminate plaintext payloads over the wire. Authenticate native client loaders with hardware-locked cryptographic envelopes, dynamic kill-switches, and automated tenant segregation.

Core Subsystems
Enclave Apps
License Vault
HWID Telemetry
Kill Switches
<AuthXClient />
Application Node: Apex Security Loader
AES-256-GCM Ephemeral Enclave • Hardware Sealed
Zero-Trust Active
WIRE ENVELOPE VERIFICATION 32B HKDF-SHA256
> K_enc: HKDF(IKM=app_sec, Salt=token, Info="payload-encryption")
> K_hmac: HKDF(IKM=app_sec, Salt=token, Info="hmac") [SEGREGATED]
> NONCE: 12 bytes cryptographic entropy verified (Replay Window: 300s)
> AEAD_GCM: 16-byte Poly tag authenticated • Zero bit-flipping malleability
C++ CLIENT HANDSHAKE EXECUTION (AuthXClient.hpp)
AuthX::Client client("https://authx.io", "app_9f8e", secret);
if (client.Initialize()) {
    AuthX::SessionInfo session;
    if (client.Login(license_key, session)) {
        // HWID verified • Memory zeroed via SecureZeroMemory()
        ExecuteProtectedPayload(session.decrypted_payload);
    }
}
Enclave Telemetry
Cipher Suite AES-256-GCM
Clock Skew Limit 120 seconds
CBC Mode BANNED
HWID Fingerprint SMBIOS + CPUID
Heartbeat Sync 300s Active
Open Developer Console
Security Architecture

Engineered for zero-leakage security

Say goodbye to trivial packet sniffing and keygen exploits. Every single client transaction is cryptographically sealed, time-bounded, and machine-attested.

HKDF Key Segregation

Derives separate AES-256-GCM encryption and HMAC-SHA256 authentication keys using domain separation strings. Memory is scrubbed via sodium_memzero immediately after sealing.

Zero-Trust HWID Fingerprint

SMBIOS table, motherboard serial, and CPUID instruction signatures are double-hashed into SHA-256 blind indexes with encrypted storage, stopping account sharing dead in its tracks.

Sub-Second Killswitch

Instantly terminate compromised software versions, rotate app master secrets, or trigger global cryptographic blackouts from the SuperAdmin or Tenant command consoles.