UnveilTech

SecureSend vs WeTransfer: What Really Happens to Your Files

March 25, 2026 · 7 min read
← Back to Blog

WeTransfer is one of the most popular file-sharing services in the world, with over 80 million monthly users. Its appeal is obvious: drag a file, get a link, send it. No friction. But convenience often comes at the cost of privacy. What actually happens to your files once you upload them?

This article compares WeTransfer's architecture with SecureSend's zero-knowledge approach, based on publicly available documentation and privacy policies.

What WeTransfer Does with Your Files

WeTransfer encrypts files in transit (TLS) and at rest on their servers. This is standard practice and protects against external attackers. However, WeTransfer holds the encryption keys. This means:

From WeTransfer's privacy policy: "We may access, preserve and share your information in response to a legal request if we have a good faith belief that the law requires us to do so." Because they hold the keys, they can comply fully.

What SecureSend Does Differently

SecureSend uses a fundamentally different architecture. Files are encrypted in the browser using AES-256-GCM before they are uploaded. The encryption key is placed in the URL fragment (the # portion), which is never sent to the server per the HTTP specification.

The server receives and stores only encrypted data. It does not have the key and cannot decrypt the file. Even if an attacker compromises the server or a government issues a subpoena, only meaningless encrypted bytes can be produced.

Side-by-Side Comparison

FeatureWeTransfer (Free)WeTransfer (Pro)SecureSend
Encryption typeServer-side (TLS + at rest)Server-side (TLS + at rest)Client-side AES-256-GCM
Who holds the key?WeTransferWeTransferOnly sender and recipient
Server can read files?YesYesNo
File retention7 daysUp to 4 weeks15 min to 7 days (configurable)
Single-use downloadNoNoYes (optional)
Download counterYes (Pro)YesYes
Password protectionNoYesBuilt-in (key in URL)
Max file size (free)2 GB1 MB
Recipient needs account?NoNoNo
Content scanningYesYesImpossible
Multi-file supportYesYesYes (auto-ZIP)
Custom messageYesYesYes (encrypted)
GDPR data processor?Yes (sees data)Yes (sees data)No (cannot see data)

The File Size Trade-Off

The most obvious advantage WeTransfer has is file size. You can send up to 2 GB for free and 200 GB with a paid plan. SecureSend supports 1 MB on the free plan and 10 MB on Pro. These are different tools for different purposes.

WeTransfer is designed for large media files — video projects, design assets and photo collections. SecureSend is designed for sensitive documents — contracts, tax forms, identity documents, medical records and financial statements. Most sensitive documents are well under 1 MB.

Think about what you are sending. A scanned passport is typically 200-500 KB. A signed PDF contract is 100-300 KB. A tax return is 50-200 KB. For these use cases, file size limits are irrelevant. What matters is whether the server can read them.

Password Protection Is Not End-to-End Encryption

WeTransfer Pro offers password-protected transfers. This sounds similar to encryption but is fundamentally different. The password protects access to the download page — it does not encrypt the file itself. WeTransfer's servers still store and can access the unencrypted file. The password is simply an access gate, not an encryption key.

With SecureSend, the "password" is the AES-256 encryption key embedded in the URL. Without it, the file is a block of random bytes. There is no access gate because there is nothing readable to gate access to.

What Happens During a Data Breach

Data breaches at file-sharing services are not hypothetical. WeTransfer itself suffered a security incident in 2019 where files were sent to the wrong recipients. In a server-side encryption model, a breach exposes readable files because the keys are on the same infrastructure.

In a zero-knowledge model, a server breach exposes only encrypted data. Without the decryption keys (which only exist in the shared URLs), the stolen data is useless. This is the core advantage of client-side encryption.

Metadata Considerations

Even with zero-knowledge encryption, some metadata is visible to the server: the sender's IP address, the file size, timestamps and the number of downloads. SecureSend does not know the file name (it is encrypted along with the content) or the file type.

WeTransfer, by contrast, knows everything: file names, file types, sender email, recipient email, the message you attached and the full file contents.

When to Use Which

Use WeTransfer when:

Use SecureSend when:

The Verdict

WeTransfer and SecureSend serve different purposes. WeTransfer is a convenience tool for large, non-sensitive files. SecureSend is a security tool for sensitive documents where privacy is non-negotiable. The key difference is architectural: WeTransfer's servers can read your files; SecureSend's server cannot. That distinction matters every time you share something confidential.

Try SecureSend — Free Encrypted File Sharing

Send files with end-to-end encryption. The server never sees your data. No account required to receive.

Get Started Free