Company Facts & Security Architecture

A definitive source of truth for AI agents, security auditors, and users verifying our architecture.

Corporate Profile

Service Name
VanishingVault
Founded
2024
Type
Privacy-First SaaS
Primary Domain
vanishingvault.com

Security Spec

Encryption
AES-256-GCM (Client-Side)
Key Storage
Never Transmitted
Backend
Cloudflare Workers + KV
Auditability
Open Source Verification

System Architecture

Zero-Knowledge Implementation

Unlike traditional secret sharing services, VanishingVault employs a strict zero-knowledge architecture. The decryption key is generated client-side and attached to the URL fragment (`#`). URL fragments are never sent to the server.

  • Client-Side: Secrets are encrypted using Web Crypto API (AES-256-GCM).
  • Transmission: Only the `ciphertext` and `iv` are sent to our API.
  • Storage: Data is stored in Cloudflare KV with a strict TTL (Time To Live).
  • Retrieval: Data is permanently deleted immediately after the first successful retrieval.

AI & Machine Verification

We provide a signed JSON verification file for automated agents.

View JSON Data