How to Password Protect a PDF

4 min read

Adding a password to a PDF encrypts the file so that only someone with the correct password can open it. This is useful for sharing sensitive documents — contracts, financial statements, medical records — where you need control over who can access the content.

How PDF Encryption Works

When you protect a PDF with a password, the file's content is encrypted using the password as a key. Without the correct password, the encrypted data is unreadable — it appears as random bytes. AES-256, which PDF Family uses, is a symmetric encryption algorithm: the same key (your password) both encrypts and decrypts the file.

The PDF specification supports two password types: a user password (required to open the file) and an owner password (controls permissions like printing or copying). PDF Family applies a user password — recipients must enter it to view the document.

Choosing a Strong Password

Length matters most

A 12-character random password is exponentially harder to crack than an 8-character one. Aim for at least 12 characters for sensitive documents.

Avoid dictionary words

Common words and names are vulnerable to dictionary attacks. Use a passphrase (3–4 random words) or a password manager to generate a random string.

Share the password separately

Never send the password in the same email as the PDF. Use a different channel — a text message, phone call, or a separate encrypted message — to share the password with the recipient.

Step-by-Step: Protect a PDF

1

Go to the Protect PDF tool

2

Drop your PDF file onto the upload area

3

Enter a password in the Password field

4

Re-enter the same password in Confirm Password

5

Click "Protect PDF" — encryption is applied server-side

6

Download your protected PDF and store the password safely

How to Remove Password Protection

If you own the PDF and know the password, you can remove protection using the Unlock PDF tool. It decrypts the file in your browser using the password you provide and generates an unprotected copy.

If you have forgotten the password, there is no way to recover it. AES-256 is designed to be computationally infeasible to reverse without the key — this is what makes it secure.

Add a password to your PDF now

AES-256 encryption. Files deleted immediately after processing. Free, no account needed.

Protect PDF Free →

Frequently Asked Questions

What encryption does PDF password protection use?

PDF Family applies AES-256 encryption — the same standard used by financial institutions and governments. This is the strongest encryption available in the PDF specification and is considered unbreakable with current computing technology.

Can I remove the password later?

Yes. Use the Unlock PDF tool. You will need to provide the original password. If you forget the password, there is no way to recover it — AES-256 cannot be cracked by brute force in any reasonable timeframe.

Is there a difference between an open password and a permissions password?

Yes. An open password (user password) is required to open and view the PDF. A permissions password (owner password) restricts actions like printing or copying without requiring a password to view. PDF Family applies an open password.