Skip to main content

ZFK — ZeqField Key Activation

Layer 1 of 5. AES-256-GCM key derivation · PBKDF2-SHA256 · 200,000 iterations · admin-only.

ZFK is the foundation of the ZeqField cryptographic layer. It derives a 256-bit encryption key from the HULYAS framework constants — the HulyaPulse frequency (1.287 Hz), Zeqond interval (0.777 s), coupling constant α, and operator count — combined with the ZEQ_FIELD_KEY environment secret via PBKDF2-SHA256 at 200,000 iterations.

The derived key encrypts all PII in the Zeq.dev system using AES-256-GCM authenticated encryption. Without ZEQ_FIELD_KEY, ZFK falls back to a DATABASE_URL-derived key — functional but weaker.

CipherAES-256-GCM
Key DerivationPBKDF2-SHA256
Iterations200,000
IV Size96-bit (random)
Auth Tag128-bit GCM
Key SourceZEQ_FIELD_KEY + HULYAS salt
AuthAdmin

Endpoint

GET /api/admin/zeqfield/status
Cookie: zeq_admin_token=<token>
curl https://www.zeq.dev/api/admin/zeqfield/status \
-H "Cookie: zeq_admin_token=<token>"

Response fields

FieldTypeDescription
cipherstringAlways AES-256-GCM
ZEQ_FIELD_KEYstring"configured" or "fallback (DATABASE_URL hash)"
protocolsstring[]All five active ZeqField protocol names
endpointsobjectPublic and auth-required protocol endpoints