Free · Real AES encryption · Nothing uploaded

Protect PDF

Add a real password to a PDF, or remove one you already know — entirely in your browser. Genuine AES encryption, not a cosmetic lock.

Drop a PDF here or browse

Add or remove a password from your PDF

🔒 Encryption and decryption happen entirely on your device — your PDF and password are never uploaded.

How to protect or unlock a PDF

Lock a PDF with a password before sharing it, or remove a password you already know — without sending your file to a server.

📄

1. Add your PDF

Drop in any PDF; it's processed entirely in your browser.

🔐

2. Choose a direction

Add a password to encrypt it, or enter a known password to remove one.

⬇️

3. Download

Get the protected or unlocked PDF, ready to share.

Password-protecting a PDF is useful for contracts, financial statements, medical records and anything else you don't want opened by just anyone. Adding a password applies real AES encryption, so the file genuinely can't be opened without it in any PDF reader — this is not a cosmetic restriction. Because everything runs locally, your password and document never leave your device. For other ways to secure a document, see the full PDF tools collection, including Redact for permanently removing sensitive content.

Two passwords that do completely different things

PDF encryption defines two separate passwords, and confusing them is the most common mistake in document protection. The user password — sometimes called the open password — is required to open the document at all. Without it the content is genuinely encrypted and unreadable. The owner password — the permissions password — leaves the document openable by anyone and merely records restrictions on printing, copying and editing.

The critical point is that owner-password restrictions are advisory. The file is technically encrypted, but the decryption key is derived in a way any conforming reader can compute without the password, because the reader must be able to display the document. Honouring a "no printing" flag is a politeness that compliant software chooses to observe, and free tools that strip these restrictions in seconds are trivially available.

So if the requirement is "only certain people may read this", set a user password and choose a strong one. If the requirement is "discourage casual copy-paste", an owner password does that and nothing more. Do not use it to protect anything whose disclosure would actually matter.

Encryption strength, and what it does not cover

The algorithm depends on the PDF version. Older files use RC4 at 40 or 128 bits, which is obsolete — 40-bit RC4 is breakable by brute force on ordinary hardware. PDF 1.6 introduced AES-128 and PDF 2.0 standardised AES-256, which is the only one worth choosing today.

AES-256 itself is not the weak point; your password is. The key is derived from the password, so a document encrypted with AES-256 and the password "summer2026" is protected by roughly the strength of "summer2026". Offline attacks against a PDF are unlimited — there is no server to rate-limit guesses, and an attacker holding the file can test billions of candidates. A long random passphrase from the password generator is the whole defence.

Note also what encryption does not hide. Document metadata may remain readable depending on the encryption mode, and the file's structure — page count, approximate size — is often inferable. Encryption protects content, not the fact that a document exists.

Delivering the password separately

Encryption is defeated entirely by sending the password in the same email as the file, which is nonetheless what happens most of the time. If the channel is compromised, both halves are compromised together, and you have achieved nothing beyond inconvenience.

Send the document one way and the password another — a message to a phone, a spoken call, a password manager's sharing feature. Avoid passwords derived from information the recipient's organisation publishes, such as a date of birth or an invoice number, since those are exactly what an attacker who intercepted the file would try first.

Finally, remember there is no recovery. A PDF encrypted with a strong user password and no record of that password is permanently unreadable — there is no reset link and no support desk. Store it in a password manager before you send the file, not afterwards.

Protect PDF FAQ

Is this actually free?

Yes — completely free, with no sign-up, no watermark and no limit on how many PDFs you protect or unlock.

Is my PDF uploaded anywhere?

No. Both encryption and password removal happen entirely inside your browser. Your PDF and your password never leave your device.

What encryption does it use?

Real AES encryption is applied to the PDF, the same standard used by professional PDF software — not a cosmetic lock. The resulting file genuinely requires the password to open in any PDF reader.

Can I remove a password from a PDF?

Yes, if you know the current password. Switch to the Remove password tab, enter it, and download a normal, unprotected PDF.

What if I forgot the PDF's password?

This tool cannot help recover or bypass a forgotten password — that's the entire point of real encryption; there is no backdoor.

What is the difference between the two password types?

A user (open) password encrypts the document so it cannot be opened without it. An owner (permissions) password leaves it readable by anyone and only records restrictions on printing or copying, which readers may ignore and which free tools remove easily.

Can the password be recovered if I forget it?

No. With AES-256 and a strong password the document is unrecoverable. Save the password in a password manager before distributing the file.