The zero-knowledge file sharing tool you miss. Same browser-side encryption, same URL-fragment keys, running today.
Updated May 18, 2026
Firefox Send was a good idea executed well. Drop a file. Encrypt it in the browser. Get a link that self-destructs. Mozilla shipped it in 2017 and pulled it in 2020 after abuse complaints overwhelmed their small team. Privacy-aware users have been searching for a replacement ever since.
Zippd is the closest spiritual successor. Same architecture. Similar UX. We added the abuse handling that Send didn't have time to build.
If you loved Firefox Send, you'll feel at home on Zippd. The encryption model is identical. The flow is familiar. The difference is that this one is built to survive the abuse load that killed Send.
| Feature | Zippd | Firefox Send (RIP) |
|---|---|---|
| Status | Online | Shut down March 2020 |
| Encryption | AES-256-GCM in browser | AES-128-GCM in browser |
| Key in URL fragment | Yes | Yes |
| Account required | No (optional for bigger limits) | No (optional for 2.5 GB) |
| Max anonymous file size | 2 GB | 1 GB |
| Max registered file size | 20 GB | 2.5 GB |
| Expiry | 7 days anon / 30 days registered | Up to 7 days |
| Download count limit | Yes, configurable | Yes, 1–100 |
| Abuse handling | Moderation queue + DMCA flow | Mozilla gave up after malware abuse |
Mozilla pulled Send in March 2020 after security researchers documented malware operators using it as a delivery channel. The team paused uploads to add abuse reporting and account requirements. They never restarted it. The official reason was "shifting priorities." The real reason: a small team couldn't keep up with the abuse load on a free, anonymous file-sharing tool.
That's a real lesson. One Zippd took seriously from day one:
None of that makes abuse impossible. It does make Zippd sustainable in a way Send wasn't.
The technical design is almost a one-to-one match. Anyone who read Mozilla's open-source Send code will recognize the model:
#k=… part. Browsers never send fragments to servers.Differences are in scale and tuning. AES-256 instead of AES-128, both fine in practice. S3 multipart upload with parallel streams replaces Send's single-stream approach. The visual design is 2026 rather than 2018.
Send launched with the Firefox brand behind it. Privacy-minded users trusted Mozilla in a way they don't trust an unknown new service. We have to earn that one upload at a time.
Send's code was open-source and reviewed by Mozilla's security team. Zippd's crypto runs in plain JavaScript you can audit in DevTools — same accessibility, less institutional weight behind it.
The most important feature. Firefox Send is a Wikipedia entry now.
Send capped anonymous at 1 GB and registered at 2.5 GB. We double the first and roughly 8x the second. The economics work because we run lean — no Mozilla-scale overhead to amortize.
Parallel multipart with up to 8 concurrent streams. Send used a single-stream design that got noticeably slow above a few hundred megabytes.
Send encrypted file contents but the metadata — filename, MIME type, plaintext size — was visible to the server. We encrypt all of it. The database stores opaque ciphertext for the metadata blob.
Registered users earn a fixed rate per 1,000 unique downloads. See the current rate. Send had no payouts.
Muscle memory translates almost directly:
#k=… fragment.New thing: registered users get a dashboard with file history. Send didn't have that. If you don't want it, don't register. The anonymous flow is fully featured on its own.
No. We're a separate, independent service. We adopted the technical pattern Send pioneered because it works.
Anything could shut down. The specific reason Send died — overwhelming abuse on a small team — is something we addressed structurally from day one with the moderation queue and aggressive expiry defaults. We're built to absorb abuse, not collapse under it.
Yes. It's the modern standard for authenticated encryption. NIST recommends it. Your bank uses it. Signal uses a variant. The math is well-understood and the Web Crypto API implementation in your browser is audited by the people who ship your browser.
The file is unrecoverable. Same answer Send gave. Same reason — the key was never on our servers in the first place.
Send a file. If it doesn't feel like coming home, tell us what's off.
Send up to 20 GB encrypted in your browser. No Dropbox subscription. No account at all.
Same drag-and-drop simplicity. Browser-side AES-256 encryption. No subscription pushing yo...
Same zero-knowledge encryption Mega is known for. No bulky desktop client. No account requ...
Same zero-knowledge encryption Mega is known for. No bulky desktop client. No account requ...