v1.0.0-stable

VaultProtocol Documentation

Official documentation for the VaultProtocol platform – a Zero-Knowledge end-to-end encrypted vault management system. Learn how to integrate, build, and extend using our API.


What is VaultProtocol?

VaultProtocol is a privacy-first platform built from the ground up on a Zero-Knowledge Architecture. This means our servers are entirely blind to the contents of your data. All encryption and decryption happens exclusively on the client's device.

Zero-Knowledge by design. We cannot read your data, and neither can anyone who intercepts the network traffic. Your Master Password never leaves your device.

Core Technology Stack

LayerTechnologyPurpose
Key DerivationPBKDF2-SHA256Derives 256-bit encryption keys from Master Password
EncryptionAES-GCM 256-bitAuthenticated encryption of all vault data
MemoryEphemeral RAM StateKeys are never persisted to disk or storage
BackendSvelteKit + PrismaStateless API, stores only ciphertext blobs
DatabasePostgreSQL (Neon)Encrypted data persistence

Quick Navigation