The Zero-Knowledge Vault is a client-side, zero-knowledge encryption tool. Encryption is processed locally within your browser's secure context. Your private messages and decryption keys never touch the server, nor do they leave your browser in an unencrypted state. All sensitive data travels via the URL fragment (#), which is never sent to the server.
| ALGORITHM | AES-GCM 256-BIT |
| DERIVATION | PBKDF2 (100k ROUNDS) |
| FOOTPRINT | ZERO DISK PERSISTENCE |
| ENCODING | HEX FRAGMENTATION (VP/VK) |
Authenticated encryption for tamper-proof data integrity
Hardens passwords using 100,000 rounds of SHA-256
VK fragments are timestamped and expire based on selection
RAM-only decryption with no disk footprint left behind