Advertisement

Password-protect a PDF

Add a password so only the right people can open it. The encrypting happens on your own machine.

100% private · runs locally Verify it yourself

How to password-protect a PDF

  1. Drop your PDF above. Drag it in, or click to browse.
  2. Set a password. Type it twice to confirm. The advanced options let you restrict printing, copying or editing as well.
  3. Click Protect PDF, then Download. The encrypted copy is built on your device. Anyone opening it needs the password.

Encryption that happens on your device

The average “protect PDF” site works like this. Your document goes up to a server, gets encrypted there, and comes back by download or email. Your confidential file has passed through someone else's computer, and on some sites the password went with it. Sleek PDF encrypts the file right here in the browser, with standard encryption any reader can open. Do it before a contract or a bank statement goes out by email.

Two passwords that do different jobs

PDF has two kinds of password, and confusing them is behind most disappointments with this feature.

The user password, sometimes called the open password, is the one that actually matters. Without it the file cannot be decrypted, and its contents are unreadable. This is real cryptography, and it is what you want when a document must not be readable by whoever finds the email it was attached to.

The owner password governs the permissions: whether the document may be printed, copied from, or edited. Nothing enforces these restrictions cryptographically. The file is fully decrypted, and every reader is asked to respect a set of flags saying what the author would prefer. Well-behaved software honours them. Software that doesn't is a search away, and every one of those restrictions can be stripped in seconds. Treat permissions as a "please don't" sign, not a lock.

If you set only one password here, it serves as both, so anyone who can open the file also has full rights over it. Setting a separate owner password is what makes the permission limits mean anything at all to someone holding just the open password.

Choosing a password, and getting it to the recipient

Encryption strength is decided by the document itself: the tool matches the strongest scheme the file's PDF version supports, which for most modern documents means AES. Older files declare older versions and get correspondingly older schemes. Either way the practical weak point is the password and how it travels, not the cipher.

What a password doesn't do

Encryption controls who can open the document, not what happens next: once a recipient opens it, they can save a copy, screenshot it, print it, or pass on both file and password. Nor does it clean what is inside the file: metadata naming the author, or text sitting invisibly under a black rectangle somebody drew, is encrypted along with everything else and fully readable to anyone who opens it. Encrypt as the last step, after redacting and checking what the file carries, not instead of them.

To go the other way on a file whose password you know, Unlock PDF removes it.

Common uses for password-protecting PDFs

  • Secure a bank statement: a password on the financial documents before you email them.
  • Protect medical records: encrypt health records so only the recipient gets in.
  • Restrict printing or copying: stop a shared file being printed or copied onward.

Frequently asked questions

How do I password-protect a PDF?

Drop your PDF above, type a password twice, click Protect PDF. The encrypted copy downloads immediately, and it will ask for that password every time anyone opens it.

What kind of encryption is used?

Standard PDF encryption. It's the ordinary password-to-open scheme every reader already understands, so nobody needs special software to open what you send them.

Can I stop people from printing or copying?

Yes. “Restrict what viewers can do (advanced)” disallows printing, copying or editing. Those limits apply to anyone opening with the regular password, so set a separate owner password to keep full rights for yourself. One caveat: permission flags depend on the viewer respecting them. The open password is the stronger thing. That one encrypts the file outright.

If I lose the password, can I get in?

No. There is no backdoor and nobody to ask for one; encryption that could be undone without the password would not be protection. Write it down somewhere safe.

Is my PDF or password uploaded?

Neither one. Typing a password into a web page is a reasonable thing to be nervous about, so: the encryption runs in your browser, and the network tab will show you nothing was sent.