Security & Privacy

PDF Security 101: How to Password-Protect, Unlock, and Share PDFs Safely

The two kinds of PDF passwords, how AES-256 encryption works, how to protect or unlock a document you own, and why browser-local processing matters for sensitive files.

Jul 16, 20268 min readBy Novus PDF Studio Team

PDFs carry some of our most sensitive paperwork — tax returns, contracts, medical records, bank statements — so it's worth understanding how to lock one down, how to open one you're authorized to access, and how to share protected files without accidentally leaking them.

This is a practical primer, not a cryptography lecture. By the end you'll know the two kinds of PDF passwords, roughly how the encryption works, and exactly which free, browser-local tool to use for each job. For the bigger picture on the format itself, start with what a PDF is.

The two kinds of PDF passwords

PDF security starts with a distinction that trips a lot of people up. A PDF can carry two different passwords, and they do very different things:

  • Open (user) password — required just to open and read the document. Without it, the file's contents stay encrypted and unreadable.
  • Permissions (owner) password — lets the file open freely but restricts what you can do with it: printing, copying text, modifying, or annotating. The document is readable; the actions are gated.

A single PDF can use either or both. A public brochure might set only a permissions password to prevent edits, while a confidential report would set an open password so no one can read it without the key.

How PDF encryption actually works

When you add an open password, the PDF's contents are scrambled with an encryption algorithm — modern tools use AES-256, the same standard governments and banks rely on. The password you choose is transformed into a key that encrypts the file; without that key, the data is mathematically infeasible to recover.

Readable#%&@$?*!#%&@$?*!#%&@$?*!AES-256
An open password turns readable pages into AES-256 ciphertext; only the correct key unlocks them again.

This is why a strong, unique password matters: the encryption is only as good as the secret protecting it. Something like Summer2024 falls to a dictionary attack in seconds; a long, unpredictable passphrase does not.

How to password-protect a PDF

Protect PDF applies AES-256 encryption and permission controls locally in your browser — your file and your password never touch a server.

  1. 1

    Open Protect PDF

    Load your document into Protect PDF.

  2. 2

    Set your passwords

    Add an open password to control who can read the file, an owner password to control what they can do, or both.

  3. 3

    Choose permissions

    Decide whether to allow printing, copying, modifying, and annotating. Leave a box unchecked to block that action.

  4. 4

    Protect and download

    Generate the protected PDF. It's encrypted on your device and downloads immediately — the password is used in memory only, never stored or sent.

Don't lose the password: Because the encryption is real, there's no back door. If you forget an open password on a file only you hold, the contents are effectively unrecoverable — store it in a password manager.

How to unlock a PDF you own

If you have a PDF you're authorized to access but the password protection has become a nuisance — say you need to merge or edit it — Unlock PDF removes the protection using the document's own credentials.

  1. 1

    Open Unlock PDF

    Load the protected file into Unlock PDF.

  2. 2

    Enter the authorized password

    Provide the password you're entitled to use. The tool verifies it and decrypts the file locally.

  3. 3

    Download the unlocked copy

    Export a clean, unprotected PDF you can freely merge, split, or edit.

Authorized use only: Unlocking is for documents you own or have permission to access. It requires the correct password — it is not a way around protection you aren't entitled to remove.

Why browser-local processing matters for sensitive files

Here's the uncomfortable irony of most 'protect your PDF online' sites: to encrypt your confidential file, you first have to upload it unencrypted to their server. For genuinely sensitive documents, that upload is the exact exposure you were trying to prevent.

Every tool here avoids that entirely. Encryption, decryption, and every password stay inside your browser tab — there's no upload, no queue, and no server-side copy. See the how it works page and our privacy policy for the details.

Best practices for sharing protected PDFs

  • Use a strong, unique passphrase — long and unpredictable beats short and clever.
  • Send the password separately — never in the same email as the file; use a text message or a call.
  • Set permissions to match intent — block copying or printing when the content shouldn't spread.
  • Re-protect after editing — merging or unlocking produces an unencrypted file, so run it back through Protect PDF before sharing.

Key takeaways

  • PDFs support an open password (to read) and a permissions password (to restrict actions) — sometimes both.
  • Strong protection uses AES-256; the encryption is only as strong as your password.
  • Protect PDF adds passwords and permissions locally; Unlock PDF removes them from files you're authorized to open.
  • Avoid sites that make you upload sensitive files — browser-local tools keep the document and password on your device.
  • Share the file and its password through separate channels, and re-protect anything you've edited.

Keep reading

Privacy note: every tool mentioned in this article runs entirely in your browser. Files, passwords, and settings stay in the tab and are discarded when you close it — no uploads, no queue, and no server-side copy. More on the how it works page.