How to Password Protect a PDF for Free (No Adobe Required)
You have a PDF with sensitive information — tax returns, a contract, medical records, employee data — and you need to lock it down before emailing it. Adobe Acrobat costs $23/month. You don't need it.
Here's how to password protect any PDF for free, right now.
The Fastest Way: Use a Browser-Based Tool
The simplest option is a web tool that encrypts your PDF without installing anything. PDFShift's Password Protect tool works directly in your browser:
- Upload your PDF (or drag and drop it)
- Enter the password you want to set
- Download the encrypted file
The entire process takes about 10 seconds. Your file gets encrypted with AES-256 — the same standard banks use. Anyone who opens the file will need to enter the password first.
Privacy note: Look for tools that process files in your browser rather than uploading them to a server. Client-side encryption means your document never leaves your computer.
Free Desktop Options by Platform
Windows: Use LibreOffice (Free)
LibreOffice Draw can open and re-save PDFs with password protection:
- Download LibreOffice from libreoffice.org (free, open source)
- Open your PDF in LibreOffice Draw
- Go to File → Export as PDF
- Click the Security tab
- Click Set Passwords — you'll see two options:
- Open password: Required to view the PDF at all
- Permission password: Controls printing, copying, and editing
- Set your password and click Export
LibreOffice uses 128-bit AES encryption. The downside: complex PDFs with fancy layouts may not render perfectly since Draw re-interprets the file. For simple documents, it works great.
Mac: Use Preview (Built-In)
Mac users already have what they need:
- Open the PDF in Preview (double-click the file)
- Go to File → Export
- Check the Encrypt checkbox at the bottom
- Enter and verify your password
- Click Save
That's it. Preview uses AES-128 encryption. The only limitation is that you can't set separate permissions (like blocking printing while allowing viewing) — it's all-or-nothing password protection.
Linux: Use pdftk or qpdf (Command Line)
If you're comfortable with the terminal, both pdftk and qpdf handle PDF encryption:
Using qpdf:
qpdf --encrypt YOUR_PASSWORD YOUR_PASSWORD 256 -- input.pdf output.pdf
Using pdftk:
pdftk input.pdf output output.pdf user_pw YOUR_PASSWORD
Both are available through your package manager (apt install qpdf or apt install pdftk). The qpdf option gives you 256-bit AES, while pdftk uses 128-bit RC4 by default.
Understanding PDF Encryption Levels
Not all PDF passwords are created equal. There are two types:
User password (open password): Blocks anyone from opening the file without the password. This is what most people want. The PDF is genuinely encrypted — the content is scrambled and unreadable without the key.
Owner password (permissions password): Lets anyone open and view the PDF, but restricts what they can do — no printing, no copying text, no editing. This is weaker protection. Many PDF readers ignore owner passwords entirely, and they can be removed with free tools. Don't rely on this for real security.
The rule of thumb: If the information is actually sensitive, use a user password. Owner passwords are a suggestion, not a lock.
What Encryption Standard Should You Use?
Quick comparison:
- 40-bit RC4 — Ancient. Crackable in minutes. Avoid.
- 128-bit RC4 — Old but still takes effort to crack. Fine for casual use.
- 128-bit AES — Solid. Used by Mac Preview. Good enough for most people.
- 256-bit AES — Current standard. Used by banks, government, and modern PDF tools. Use this for anything genuinely sensitive.
Most modern tools default to AES-128 or AES-256. If you're given a choice, pick 256-bit AES.
Tips for Strong PDF Passwords
A password-protected PDF is only as strong as the password itself.
- Use 12+ characters. A 6-character password can be brute-forced in hours. Twelve characters takes centuries.
- Mix it up. Letters, numbers, symbols.
TaxReturn2026!beatspassword123. - Don't reuse passwords. If you use the same password for your PDF and your email, one breach compromises both.
- Share the password separately. Email the PDF, then text the password. Never put both in the same message. This seems obvious but people do it constantly.
- Write it down somewhere safe. If you forget the password, the encryption is doing its job — against you. There's no "forgot password" recovery for an encrypted PDF.
When You're Protecting Multiple Files
If you regularly deal with sensitive PDFs — HR documents, financial reports, client contracts — doing them one at a time gets old fast. A few options:
- qpdf scripting: Write a simple bash loop to encrypt a whole folder of PDFs with the same password
- PDFShift Pro: Batch process multiple files at once, including password protection, watermarking, and compression in a single workflow
For one-off files, the free tools above are all you need. Batch tools earn their keep when you're handling volume.
Common Problems and Fixes
"I set a password but the recipient can still copy text." You probably set an owner password instead of a user password. Re-encrypt with a user password (open password) for real protection.
"The password-protected PDF won't open on my phone." Most modern PDF readers handle encrypted files fine. If yours doesn't, try Adobe Acrobat Reader (free) or Foxit Reader. Both handle AES-256 without issues.
"I need to remove the password later." Open the file with the password, then re-export or re-save without encryption. On Mac, open in Preview → Export → uncheck Encrypt. Online, use any "unlock PDF" tool after entering the current password.
"Can someone crack my password?" With AES-256 and a strong password (12+ characters, mixed types), not realistically. The encryption itself isn't the weak point — the password is. A 4-digit password on AES-256 is like putting a bank vault door on a cardboard box.
The Bottom Line
You don't need to pay for Adobe Acrobat to password protect a PDF. Use PDFShift's free protect tool for quick browser-based encryption, Preview on Mac, LibreOffice on Windows, or command-line tools on Linux. Pick AES-256 when you can, use a strong password, and share it through a different channel than the PDF itself.
Ready to try it?
Add password protection to any PDF or unlock a password-protected PDF. Secure your documents with encryption.
🔐 Password Protect — Free Online ToolGet notified about new PDF tools
AI-powered features coming soon — summarize, chat with, and extract data from PDFs.