Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Your files, encrypted before they leave your device.
Submit your own product to reach creators and founders looking for the next tool to try.

Most hiring tools organize candidates. Oryx structures how you interview and evaluate them: interview guides per stage, live scorecards during the call, and side-by-side team scoring so decisions rest on evidence, not gut feel.

Create AI images and videos with leading AI models.

TradingPal finds wedges, trendlines, and consolidation breakouts across stocks, crypto, and ETFs - each with a historical track record.

Free Transcripts for Any Video or Audio

Extract and enrich business leads from Google Maps, Apple Maps, and Bing Maps with emails, social profiles, and more.

Export comments from TikTok, Facebook, Instagram, YouTube, Reddit, Threads & Lemon8 to CSV, Excel, or JSON — no signup required.

AI agent workspace that turns ideas into finished work by retaining context, orchestrating agents, and connecting tools.

Free conversational AI search for discovering adult videos across 60M+ results.
Vault Desk is an end-to-end encrypted cloud drive that encrypts every file on your device before it leaves, storing only ciphertext and wrapped keys on its servers.
Vault Desk is an end-to-end encrypted drive that performs all encryption and decryption locally on the user's device. It accepts any file type and produces encrypted blobs with encrypted filenames for storage. The service runs as a web app built with Next.js and React, plus mobile apps for iOS and Android that share the same crypto core. It is developed by the Vault Desk team and uses libsodium primitives: XChaCha20-Poly1305 for file encryption, OPAQUE (RFC 9807) for passwordless-safe login, X25519 for sealed sharing, Ed25519 for signatures, and Argon2id for key derivation. The design ensures that not even Vault Desk can read your files. You can try it for free at vaultdesk.io.
Three steps ensure zero-knowledge: (1) Encrypt on your device — your password derives keys locally and files are encrypted in the browser before upload. (2) Upload only ciphertext — the server receives encrypted blobs and wrapped keys; filenames are encrypted too. (3) Only you hold the keys — sign in from any device to unwrap keys and decrypt locally.
Vault Desk is freemium. Free: 5 GB encrypted storage, sharing and public links. Plus: $4 per month, 250 GB, password-protected links with expiry, priority support. Team: $15 per month, 1 TB, shared team spaces, admin controls and audit logs.
Yes. Zero-knowledge means Vault Desk has zero knowledge of your file contents. Encryption and decryption happen entirely on your device; the server only stores ciphertext and keys that are themselves encrypted (wrapped), so no operator can read your files.
At sign-up you receive a one-time recovery key that independently unlocks your account and allows you to re-wrap your keys under a new password. Since the server never holds your keys, the recovery key is the only backup — keep it safe.
No. The threat model assumes the server can be compromised. An attacker with the full database sees only encrypted blobs and wrapped keys, which are unusable without your password — and your password is never transmitted.
Yes. Vault Desk uses standard primitives from libsodium — XChaCha20-Poly1305, X25519, Ed25519, Argon2id — in a single, small crypto core shared across web and mobile, deliberately designed for auditing.
Encrypted blobs live in object storage; encrypted metadata and wrapped keys live in the database. Vault Desk also offers self-hosting of the entire stack, though the data remains meaningless without the keys only you hold.