What is password-protected file sharing?
In one sentence
Requiring a password before someone can open, download, or decrypt a shared file — adding a second layer of access control beyond just having the URL.
When you share a file via a public link, anyone with the URL can access it. Password protection adds a gate: even with the link, the recipient needs to enter a password to proceed. The link is one factor; the password is the second.
Different tools implement this differently. Cloud transfer services (BulkShare, WeTransfer, Smash) password-gate the download page — the recipient enters the password in the browser before the file downloads. ZIP encryption password-gates the file itself — the file downloads freely but can't be extracted without the password. Document-level encryption (Word, Excel, PDF) password-gates opening the document — the file opens but contents stay encrypted until password is entered.
These four methods sound similar but have different security models, different recipient friction, and different right-fits. We compare them below.