Blog

PDF Encryption Explained: User Password vs Owner Password

PDF security is widely misunderstood. Many people assume "password protected" means the same thing across all PDFs, when in reality there are two fundamentally different mechanisms at play โ€” one providing genuine cryptographic security, the other providing only a suggestion of restriction. This guide explains both, and what they actually mean for your documents.

PDF Encryption Levels: 40-bit, 128-bit, and 256-bit AES

PDF encryption has evolved through several generations, each offering dramatically stronger protection:

40-bit

PDF 1.1โ€“1.3 (Acrobat 2โ€“4). RC4 cipher. ~1 trillion possible keys.

Status: Completely obsolete

Can be cracked in seconds on modern hardware. Do not use for any sensitive document.

128-bit

PDF 1.4โ€“1.6 (Acrobat 5โ€“7). RC4 or AES-128 cipher.

Status: Acceptable but aging

AES-128 remains computationally secure. RC4 variant is weak. Used in many documents created pre-2010.

256-bit

PDF 1.7 ext / 2.0 (Acrobat 9+). AES-256 cipher.

Status: Current standard

Considered computationally unbreakable with current technology. The standard for all new PDF security.

The encryption level only matters for the open (user) password โ€” it determines how hard the password is to crack. For owner (permission) passwords, the encryption level is largely irrelevant, as we'll explain below.

User Password vs Owner Password: The Critical Difference

User Password (Open Password)

Encrypts the entire PDF file content. Without the correct password, the file content is mathematically scrambled and unreadable. Even knowing the encryption algorithm doesn't help โ€” you need the key (derived from the password). This is genuine security.

Who uses it: Securing confidential documents โ€” tax returns, financial statements, medical records, legal agreements.

Owner Password (Permission Password)

Does not encrypt the file content. The content remains readable. A flag is set in the PDF metadata restricting certain operations (print, copy, edit). PDF readers enforce these flags โ€” but the content itself is fully accessible to any tool that reads PDFs without following restriction flags.

Who uses it: Publishers, businesses, and individuals wanting to prevent casual copying or unauthorised printing โ€” not for security against determined users.

How PDF Readers Enforce Permissions

When a PDF has an owner password set, PDF readers like Adobe Acrobat Reader, Chrome, and Foxit respect the permission flags by:

Crucially, this enforcement is voluntary on the part of the PDF viewer software. A tool that processes PDFs without caring about permission flags โ€” such as Ghostscript, a PDF printer driver, or most PDF conversion tools โ€” simply ignores these flags entirely and processes the content as if there were no restrictions.

The fundamental limitation of owner passwords: An owner password is a promise, not a lock. It asks cooperating software to restrict actions. Any non-cooperating software โ€” which includes most developer tools and many online converters โ€” ignores the restriction completely. Owner passwords stop casual users; they do not stop anyone who is motivated.

Why Owner Passwords Are Trivially Removed

Because the content is not encrypted, removing an owner password doesn't require decryption โ€” it requires writing a new copy of the same PDF without the restriction flags. This is exactly what happens when you:

None of these methods need to "crack" anything. They simply read the content (which is available to read) and write it to a new file without the restriction metadata.

Summary Comparison Table

FeatureUser PasswordOwner Password
Also calledOpen password, document passwordPermission password, restriction password
Content encrypted?Yes โ€” mathematically scrambledNo โ€” content is fully accessible
Can be opened without password?NoYes
Removal difficultyRequires password or brute forceTrivial โ€” any PDF writer removes it
Provides real security?Yes, if strong passwordNo โ€” only deters casual users
Encryption strength matters?Yes โ€” determines crack resistanceNo โ€” content is already readable
Good use caseConfidential document protectionPreventing accidental editing in workflow
Best practice for document security: If you need to genuinely protect a PDF, use an open (user) password with AES-256 encryption and a long, unique password stored in your password manager. Owner passwords alone provide a false sense of security โ€” treat any owner-password-only PDF as effectively unprotected against anyone with moderate technical knowledge.

Which PDF Version Should You Use?

ScenarioEncryption LevelPassword Type
Sharing sensitive financial dataAES-256 (PDF 1.7+)User password (open)
Preventing accidental edits to a formAES-128 is fineOwner password (permissions)
Distributing read-only reportsAES-256Owner password (copy/edit)
Client proofs before approvalAnyOwner password (print/copy)
Medical or legal recordsAES-256User password required

Frequently Asked Questions

Can a PDF have both a user password and an owner password?

Yes โ€” a PDF can have both simultaneously. In this case, users need the open password to view it, and additionally need the owner password to perform restricted actions. Providing the user password gives read access; providing the owner password grants full permissions on top of that.

Is 128-bit AES encryption still safe in 2026?

AES-128 remains computationally secure against brute force โ€” there are no known practical attacks against the AES algorithm itself at 128-bit key length. However, if the password used to derive the encryption key is weak (short, common, or dictionary-based), the password can be cracked regardless of the encryption strength. The password quality matters more than 128 vs 256-bit for practical security.

Do all PDF programs support the same encryption?

Most modern PDF software (Acrobat, LibreOffice, PDFtk, etc.) supports AES-128 and AES-256. Very old PDF readers (pre-2007) may not support AES-256 encryption. If you need your encrypted PDF to be opened by legacy software, AES-128 has broader compatibility while still being secure for most purposes.

Remove PDF Restrictions Instantly โ€” Free

Unlock permission-restricted PDFs for printing, editing, and text copying. No sign-up, processed securely.

Open PDF Unlocker โ†’