FileShot – zero-knowledge file sharing, 50GB/file free, no paywalls
True zero-knowledge file sharing: keys in URL fragment, server literally cannot decrypt even with access.

Real zero-knowledge (key in URL fragment), 50GB free files, no signup dark patterns.
Privacy-conscious users, developers, anyone sharing sensitive files
Tresorit · Sync.com · Proton Drive
Technical implementation: - AES-256-GCM encryption runs entirely in the browser before upload - Decryption key lives only in the URL fragment — the server receives and stores only ciphertext. Zero-knowledge is real, not marketing - P2P mode: WebRTC direct transfer, nothing touches our servers at all
What's free without an account (competitors charge or require signup for these): - Password-protected links - 50GB per file, unlimited storage total - File previews on the download page - Full tool suite (file conversion, image tools, etc.)
The only reason to create an account: persistent file management. That's it. No dark patterns, no feature gating to force signups.
I noticed some "zero-knowledge" competitors literally ask for your name on signup. If you're privacy-first, why do you need my name? FileShot asks for nothing — you can use every feature anonymously.
Desktop app (Electron), browser extension (Chrome), and PWA also available.
Happy to answer questions about the encryption implementation, P2P architecture, or anything else.
True zero-knowledge file sharing: keys in URL fragment, server literally cannot decrypt even with access.
Keys in URL hash means server literally cannot decrypt — crypto challenge proves it.
Client-side AES-256-GCM for .env sharing, but Wire, OnePassword, and Bitwarden vaults already solve this.
Eight years of maintenance but privnote and 1Password already solve this.
Magic-byte scanning catches disguised executables; but Tresorit and Sync.com already do encrypted transfer.
One-time secret sharing with URL fragment encryption, but Yopass and Privnote solved this.