Legal
Privacy Policy
Last updated: 25 June 2026
Marsdrop is built so there's as little to know about you as possible. Your files are encrypted in your browser before they reach us, and the decryption key never touches our servers. This policy explains the little we do handle.
1. What we cannot see
- The contents of your files — they're encrypted (AES-256-GCM) in your browser before upload.
- Your decryption key — it lives only in the link fragment (after
#) and is never sent to us. - Your file's real name — it is stored encrypted.
- Any password you set — only a one-way hash (PBKDF2) is stored, never the password itself.
2. What we store
To run the service, we keep the minimum metadata needed for a drop to work:
- The encrypted file blob (until it expires or is deleted).
- Technical metadata: file size, content type, your chosen expiry and download limit, download count, the encrypted filename, an integrity hash, and timestamps.
- A hashed (not raw) IP address, used only to rate-limit abuse.
- A hash of your private management token, so we can verify you own a drop.
3. How long we keep it
Every drop has an expiry and a download limit that you choose. When a drop expires, is revoked, or hits its download limit, both the encrypted blob and its metadata are deleted by an automated cleanup process. We don't keep copies.
5. Service providers
We rely on a few infrastructure providers who process data on our behalf:
- Cloudflare R2 — stores the encrypted file blobs (ciphertext only).
- Cloudflare Turnstile — bot protection on uploads.
- Supabase — stores the technical metadata described above.
None of these providers receive your decryption keys or plaintext files.
6. Your choices
You control each drop directly: set a short expiry, limit downloads, add a password, or revoke it instantly with your management link. For any questions about your data, contact us at hello@marsdrop.in.
7. Changes to this policy
We may update this policy as the product evolves. Material changes will be reflected by the "last updated" date above.