Skip to main content
Back to Blog
4 min read

How to Password Protect a PDF — Encrypt Your Documents

Sending a PDF with sensitive information? Adding a password is the simplest way to make sure only the intended recipient can open it. Here's how PDF encryption works and the best ways to protect your documents.

Why Password Protect a PDF?

  • Emailing sensitive data — tax returns, contracts, medical records, financial statements
  • Sharing confidential drafts — prevent unauthorized access before a document is finalized
  • Regulatory compliance — HIPAA, GDPR, and other regulations may require encryption for certain documents
  • Preventing unauthorized distribution — control who can open, print, or copy your content

How PDF Encryption Works

When you add a password to a PDF, the contents are encrypted using either AES-128 or AES-256 encryption (the same standard used by banks and governments). Without the password, the file is unreadable — it's not just hidden, it's mathematically scrambled.

Methods to Password Protect a PDF

Using Adobe Acrobat (paid):

  1. Open the PDF in Acrobat
  2. Go to File → Protect Using Password
  3. Choose "Viewing" (user password) or "Editing" (owner password)
  4. Enter your password and save

Using Preview on Mac (free):

  1. Open the PDF in Preview
  2. Go to File → Export as PDF
  3. Check "Encrypt" and enter a password
  4. Save the new protected copy

Using LibreOffice (free):

  1. Open the PDF in LibreOffice Draw
  2. Go to File → Export as PDF
  3. In the Security tab, set your passwords
  4. Click Export

Using online tools:

Many online tools offer PDF encryption, but be careful — you're uploading your sensitive document to their server. This defeats the purpose of protection. Always prefer tools that process locally in your browser.

Choosing a Strong Password

Password TypeExampleStrength
Weakpassword123Crackable in seconds
MediumMyDoc2025!Crackable in hours
Strongk$9Lm#xP2vQ7Practically unbreakable
Passphrasecorrect-horse-battery-stapleStrong and memorable

Tips for strong PDF passwords:

  • 12+ characters — longer is always better
  • Mix character types — uppercase, lowercase, numbers, symbols
  • Avoid dictionary words — "confidential2025" is weak
  • Use a passphrase — a string of random words is both strong and memorable
  • Don't reuse passwords — use a unique password for each document

User Password vs Owner Password

FeatureUser PasswordOwner Password
What it doesPrevents opening the fileRestricts printing/copying/editing
EncryptionFull content encryptionMetadata restriction
Security levelHighLow (easily bypassed)
Use caseTruly sensitive documentsCasual copy protection

For real security, always use a user password. Owner passwords are easily removed by most PDF tools and browsers.

After Protecting Your PDF

  • Share the password separately — send it via a different channel (e.g., text message if you emailed the PDF)
  • Keep a record — store passwords in a password manager
  • Test it — open the protected file to verify the password works before sending
  • Compress the PDF first if needed — encrypt the compressed version so the file is both small and secure

Related Guides