Protocolo
OMEGA
Zero-Knowledge Terminal Architecture & Protocol. E2EE communication framework over Tor Hidden Services. Client-side WebCrypto encryption, blind relay transport, zero-persistence memory model.
Zero-Knowledge Terminal Architecture & Protocol. Framework de comunicación E2EE sobre Tor Hidden Services.
Non-technical summary of the architecture and audit results.
Resumen no técnico de la arquitectura y resultados.
Cryptographic primitives, protocol topology, hardening specs.
Primitivas criptográficas, topología, hardening.
E2EE Confidentiality Protocol
Protocolo de Confidencialidad E2EE
End-to-end encryption using WebCrypto API (RSA-OAEP, AES-256-GCM, PBKDF2). Key derivation happens entirely in the browser. Routing nodes and blind relays operate as transport only.
Cifrado de extremo a extremo usando WebCrypto API. La derivación de claves ocurre completamente en el navegador.
Core Mechanism
Mecanismo Central
- 01 Tor routingEnrutamiento Tor
Payloads routed through the Tor network.Cargas enrutadas a través de Tor. - 02 Client-side encryptionCifrado local
Encryption and key management executed locally.Cifrado y gestión de claves local. - 03 Memory volatilityMemoria volátil
Session data held in RAM. Memory overwritten on termination.Datos en RAM, se sobrescriben al finalizar.
Deployment
Despliegue
Single executable. Node.js runtime with embedded Tor binary. Generates a new .onion address on each launch.
Ejecutable único con Node.js y Tor embebido. Genera una nueva dirección .onion en cada inicio.