All posts

PDF Security: Passwords, Encryption, and Permissions Explained

The ImgToPDFConvert Team3 min read

Sending a confidential contract, financial report, or medical record as an unprotected PDF is like mailing a postcard — anyone who intercepts it can read it. PDF supports built-in security features that control who can open, edit, print, and copy your documents. Here is what each option does and when to use it.

The two types of PDF passwords

1. Open password (user password)

This password is required to open the PDF. Without it, the file cannot be viewed at all. The content is encrypted — not just hidden behind a prompt.

Use when: The document contains sensitive information and should only be accessible to authorised recipients.

2. Permissions password (owner password)

This password restricts what a reader can do with the PDF — printing, copying text, editing, or extracting pages — without preventing them from opening it. The document opens normally, but certain actions are blocked.

Use when: You want anyone to read the document but prevent editing or copying (e.g., a published report, a signed contract).

PDF encryption levels

EncryptionKey lengthSecurity level
RC4 40-bit40 bitsWeak — trivially crackable
RC4 128-bit128 bitsLegacy — adequate for low-sensitivity documents
AES 128-bit128 bitsStrong — meets most compliance requirements
AES 256-bit256 bitsStrongest — recommended for sensitive data

Modern PDF tools use AES 256-bit encryption by default. If your tool still offers RC4, switch to one that supports AES.

When to use PDF security

Financial documents

Tax returns, bank statements, and invoices should be password-protected before emailing. Share the password through a different channel (text message, phone call) — never in the same email.

Use a permissions password to prevent editing while allowing the recipient to read and print. This is not a substitute for digital signatures, but it adds a layer of deterrence.

Internal drafts

Combine password protection with a watermark that reads "CONFIDENTIAL" or "DRAFT." The watermark provides visual deterrence; the password prevents unauthorised access.

Medical and personal records

Healthcare documents often require encryption for regulatory compliance (HIPAA in the US, GDPR in Europe). AES 256-bit encryption meets these requirements.

What PDF security does NOT do

  • It does not prevent screenshots. Anyone who can view the document can take a screenshot.
  • It does not track access. A password-protected PDF does not tell you who opened it or when.
  • Permissions passwords are not bulletproof. Some PDF tools can remove permissions restrictions without the owner password. For true security, use the open password (encryption) instead.
  • It does not notarise the content. For proof of authorship or integrity, you need digital signatures, not passwords.

Best practices for PDF security

  1. Use AES 256-bit encryption. Anything less is inadequate for sensitive content.
  2. Share passwords out-of-band. Send the PDF by email and the password by text — never together.
  3. Use strong passwords. At least 12 characters, mixing letters, numbers, and symbols. "password123" defeats the purpose.
  4. Layer your defences. Encryption + watermark + limited distribution is stronger than any single measure.
  5. Keep unprotected originals. If you forget the password, encrypted PDFs cannot be recovered. Store the unprotected version in a secure location.

Frequently asked questions

Can I remove a password from a PDF I own?

Yes, if you know the password. Open the PDF with the password, then re-save it without protection. Many PDF tools offer a "remove password" option.

Does password protection increase file size?

Negligibly. Encryption adds a few kilobytes of overhead regardless of document size.

Can I password-protect a scanned PDF?

Yes. Encryption works on all PDFs regardless of whether the content is text-based or image-based.

Is watermarking a substitute for encryption?

No. A watermark is a visual deterrent — it marks the document but does not prevent access. Encryption prevents anyone without the password from reading the content. Use both for maximum protection.


Protect your documents: Watermark PDF, Compress PDF, Merge PDF, or browse all converters.

Convert a file for free

Every tool on ImgToPDFConvert runs in your browser — no signup, no watermark, files discarded instantly.

Browse all tools

Keep reading