#ifndef ZK_WEB_PAGE_H #define ZK_WEB_PAGE_H // Embedded web interface for Zero-Knowledge Authentication // Includes: HTML, CSS, JavaScript, and crypto libraries (elliptic.js, CryptoJS) const char ZK_WEB_PAGE[] = R"rawliteral( ESP32 Zero-Knowledge Auth

Zero-Knowledge Auth

ESP32-C6 Secure Unlock

Privacy First: Your password is never transmitted. The device only receives an encrypted, derived key over an ECIES tunnel.

Device Unlocked!

Authentication successful

Session Information

Status Active
Authentication Method Password
Key Derivation PBKDF2-SHA256
Encryption ECIES (P-256 + AES-CBC + HMAC)
Authenticated At --
Device Uptime --
)rawliteral"; #endif // ZK_WEB_PAGE_H