Unlock my PDF

PDF Security Blog

Practical guides on protecting, sharing, and managing PDFs on iPhone & iPad.

Guide · Security

Best ways to secure a PDF document in 2026

TL;DR — A password with AES-256 encryption is the only PDF feature that genuinely protects content. Everything else — permissions, watermarks, “read-only” flags, security services — is either supplementary or theater. This article ranks the techniques by how much they really protect you.

“PDF security” means very different things depending on who's selling it. Some features stop attackers cold; others stop only honest readers. If you need to protect a real document today, you want to know which is which. Here's the landscape as of 2026, ranked by how much they actually do.

Tier 1 — What actually protects content

1. Open password with AES-256 encryption

This is the one that matters. An open password (sometimes called “user password” or “document password”) encrypts the contents of the PDF with AES-256 — the same algorithm used for encrypted macOS disk images and most modern secure messaging. Without the password, the content is mathematically unreadable.

On iPhone, you can add an AES-256 password to any PDF in under a minute — see How to password-protect a PDF on iPhone.

2. Redaction (permanent removal of content)

If a document contains sensitive parts you don't want to share — account numbers, names, medical data — redaction is the only clean answer. Proper redaction deletes the underlying data and replaces it with a black box or a replacement string. A black rectangle drawn on top is not redaction; the text is still there.

Tier 2 — Useful, but not protection by themselves

3. Owner password (permissions)

A separate password that restricts what someone can do with an open PDF: print, copy text, edit, extract pages. The PDF specification says readers should honor these flags.

4. Watermarks

A visible mark across every page — recipient's name, date, “CONFIDENTIAL”, a barcode. Watermarks don't stop copying; they make leaks traceable and psychologically discourage casual sharing.

5. Expiring share links

Services like Google Drive, iCloud, Dropbox, and Tresorit Send offer links that expire, are restricted to specific accounts, or can be revoked. Useful as a transport layer — not a substitute for file-level protection, because once the recipient downloads it, the file is theirs.

Tier 3 — Feel-good features that don't protect

6. “Read-only” or “flatten”

Flattening converts form fields and annotations into static content. It's useful for rendering consistency but provides no confidentiality — the content is fully visible.

7. Password in the file metadata / signing without encryption

Some tools claim to “secure” a PDF by adding metadata or a digital signature. Both are valuable features — a signature proves who authored a document and that it wasn't modified — but they don't stop anyone from reading it.

8. Obscure file names, hidden folders

Hiding “sensitive.pdf” in a folder called “misc” is security through obscurity. If the file ends up somewhere else, the protection evaporates.

A practical recipe for 90% of cases

If you deal with sensitive documents regularly, this is the minimum-viable workflow:

  1. Before editing anything sensitive, make a working copy. Originals get stored in a locked folder or cloud drive with 2FA; edits happen on copies.
  2. Redact anything that shouldn't be in the shared version (account numbers, third-party names, internal comments). Use a proper redaction tool — don't just draw black rectangles.
  3. Add an AES-256 password to the shared copy. Generate it in your password manager; aim for 14+ characters.
  4. Share the file and the password on two different channels. File by email or link; password by iMessage / Signal / voice.
  5. Revoke access when done. Expire the share link or ask the recipient to confirm deletion for especially sensitive documents.

Step 3, made fast

Unlock my PDF adds an AES-256 password to any PDF on iPhone in seconds. On-device only.

Download on the App Store

Common mistakes to avoid

“I'll just password-protect the ZIP.”

A password-protected ZIP using AES-256 is fine. A legacy-mode ZIP (the default on older Windows tools) uses a weak encryption that can be broken trivially. If you ZIP, verify it's AES-256.

“I'll just flatten the PDF to hide the edits.”

Flattening hides form values but not underlying content. If you redact by covering text with a black shape, a copy-paste in any PDF viewer exposes it. Always use proper redaction.

“I'll send it with the password in the same email.”

You've essentially put the key next to the lock. Anyone who gets the email gets both. Split channels.

“My provider has strong security, the file is safe.”

Your provider has strong security. The recipient's provider, their assistant who reads their email, the vendor who auto-forwards invoices — all unknowns. Protect the file.


Bottom line. In 2026, PDF security is still mostly about the file, not the service. A strong password with AES-256 is the single highest-leverage protection. Everything else is worth doing in addition, not instead.