Skip to content
anyutil.io

How to password protect a PDF, and when it actually helps

Adding a password to a PDF takes under a minute and costs nothing. What matters more is knowing what the password protects you from, and what it does not.

· 3 min read

You are about to email a contract, a payslip, or a scan of your passport. Somewhere in the back of your mind is the thought that email is not exactly a sealed envelope. Putting a password on the PDF is the quick, sensible answer, as long as you understand what it does and does not do.

What a PDF password really protects

PDF encryption comes in two flavours, and the difference matters:

  • An open password encrypts the whole file. Without the password, the content is unreadable, and with modern AES encryption there is no realistic way around it. This is the one you want for sensitive documents.
  • A permissions password leaves the file readable but asks viewers not to print, copy or edit. "Asks" is the right word: PDF readers are free to ignore these flags, and many do. Treat permissions as a polite request, not security.

A strong open password on a modern PDF is genuinely solid protection. The weak point is never the encryption; it is sending the password in the same email as the file. Send the document by email and the password by another channel, a text message or a phone call.

Adding the password

  1. Open Protect PDF and drop the file in.
  2. Choose a password. Length beats cleverness: four random words outdo any eight-character symbol soup.
  3. Download the protected copy.

The encryption runs in your browser. The unprotected original never leaves your computer, which is rather the point of the exercise; encrypting a confidential file by first uploading it unencrypted to a stranger's server is a contradiction in terms.

Removing a password you know

The reverse situation is just as common: your bank sends statements locked with a password, and typing it every time gets old. If the document is yours and you know the password, Remove PDF password strips it so the file opens normally. Store the result somewhere sensible, since it is now unprotected.

What passwords will not do

A password stops outsiders opening the file in transit and at rest. It does nothing once the intended recipient has it open: they can print it, photograph it, or forward the decrypted copy. If you need a record of who received what, that is a job for watermarking each copy, not for a password.

For most everyday cases, an open password plus a separately sent key is exactly the right amount of security: cheap, quick, and strong where it counts.

Frequently asked questions

Can a PDF password be cracked?

A permissions password, often yes, since readers may simply ignore it. An open password with modern AES encryption can only be guessed, so a long password is effectively uncrackable and a short common one falls quickly.

Is it safe to password protect a PDF online?

Only if the encryption happens on your device. Our tool runs in the browser and the file never leaves your computer. Be wary of any service that uploads the unprotected file to its servers first.

What is the difference between an open password and a permissions password?

The open password encrypts the content: no password, no reading. The permissions password only sets flags against printing, copying or editing, which viewer applications are free to ignore.

How should I send the password to the recipient?

Through a different channel than the file. Email the PDF, then text or call with the password. Putting both in one email protects against nothing.

I forgot the password to my own PDF. Can I recover it?

There is no back door; that is what encryption means. Your options are finding the password, or asking whoever produced the file for a fresh copy.

Tools from the article

Back to all articles