Technical Documentation

The Zero-Knowledge Protocol

An overview of Vaulternix's ephemeral architecture and security model.

1. Introduction

Vaulternix is designed to operate without a persistent database for user content. Unlike traditional "End-to-End Encrypted" (E2EE) apps that store encrypted blobs on a central server, Vaulternix aims for a RAM-only existence.

2. Architecture

The system relies on a mesh of ephemeral nodes established via WebRTC.

CLIENT A
(Keys in RAM)
WebRTC
SIGNALING SERVER
(Handshake Only)
P2P
CLIENT B
(Keys in RAM)

3. Cryptography Standards

4. Threat Model

Vaulternix protects against:

Limitations: We cannot protect against a compromised endpoint device (e.g., malware on your phone taking screenshots).

Open Source Verification

The core crypto libraries are open source. You can audit the build.

git clone https://github.com/advlst/vaulternix-core