about
PANDA//VAULT is a free toolkit of zero-knowledge, privacy-first utilities — encrypted chat, anonymous file drop, burn-after-reading paste, disposable mail, a private forum, an offline encryptor, PGP signing and verification tools. No accounts. No tracking. No logs. The guiding rule is simple: you can't leak, lose, or be forced to hand over what you never hold.
our ethos
Privacy should be the default, not a paid upgrade or a buried setting — and it should be available to everyone, anonymously, with nothing to sign up for. We build tools that hold as little as physically possible about you, and we'd rather a feature do less than quietly know more than it claims.
Where a tool encrypts your data, it is encrypted in your browser before anything is sent — the server only ever sees ciphertext it cannot read. We don't log IP addresses. We don't set tracking cookies. We make no third-party requests, so no outside company ever sees that you were here. And almost everything self-destructs on a timer.
what sets us apart
Nothing to register, no email, no profile. There is no user database to breach because there are no users — only ephemeral, encrypted data.
Even abuse rate-limiting is done with a one-way keyed hash that stores no address and rotates daily, so buckets can't be reversed or linked across days.
No CDNs, no fonts from Google, no analytics, no ad pixels. Every asset is self-hosted, so no external service ever observes a visitor.
Not just the message body — handles, room names and precise timestamps are bundled inside the ciphertext or hashed, so the server can't see who, where, or exactly when.
The client code on this site ships unobfuscated. Open the source, read it, verify our claims for yourself — security through transparency, not obscurity.
We only call something "end-to-end encrypted" or "zero-knowledge" when it literally is. Each tool states plainly what it does — and doesn't — protect.
technology & code hardening
Every tool is built on vetted, standard cryptography (the browser's Web Crypto API and the audited OpenPGP.js library) and shipped behind layered server hardening:
how we design
Security marketing usually rounds up. We round down. If a tool isn't truly end-to-end encrypted, we won't pretend it is — for example, our disposable email is anonymous and ephemeral, but inbound mail arrives in plaintext over the internet, so the receiving server necessarily sees it; we label it receive-only and anti-tracking, never "zero-knowledge."
Likewise, no website can defeat a compromised device, and passphrase-based encryption is only as strong as the passphrase. We tell you these things up front, because trust is built on what a tool can't do as much as what it can.
on the roadmap
Everything here runs in the browser today. Next, we plan to bring the same zero-knowledge toolkit to native desktop applications for Windows and Linux — so the tools work offline-first, outside any browser, with the same no-accounts, no-tracking principles.
These are intentions, not promises of a date — we'd rather ship them right than ship them fast.