PDF Protect
Add a password to any PDF file. Your file stays on your device — processing happens in your browser for maximum privacy. No uploads to our server.
Protect Your PDF
How It Works
- 256-bit AES encryption — bank-level security for your PDF
- User password required — anyone opening the file must enter the password
- Max file size: 50 MB
- Your file is processed on the server and deleted immediately after download
About PDF Protect
What Is It?
PDF Protect adds password security to your PDF files using AES-256 encryption — the same standard used by banks and governments to protect sensitive data. Once protected, anyone trying to open the PDF must enter the password you set. Without it, the file is cryptographically scrambled and unreadable. Our tool runs server-side using qpdf (or pdftk as a fallback), which means the encryption is applied at the professional level — not a superficial lock that a determined person could bypass by renaming the file or opening it in a different viewer.
How PDF Password Encryption Works
When you protect a PDF, the tool doesn't just slap a password prompt on top of an otherwise readable file. It encrypts the actual document content — the page descriptions, text, images, fonts, and metadata — using AES with a 256-bit key derived from your password. The PDF specification supports several encryption algorithms: RC4 (40-bit and 128-bit), AES-128, and AES-256. Our tool uses AES-256, the strongest option available in the PDF 2.0 standard. A 256-bit key has 2256 possible values — a number so large that even if every computer on Earth tried cracking it from the dawn of the universe, they wouldn't be close to done. The practical security of your PDF depends almost entirely on the strength of your password, not the encryption algorithm. AES-256 with the password "1234" is trivially breakable. AES-256 with a 16-character random password is, for all practical purposes, uncrackable.
Choosing a Strong Password
The single most important thing you can do is pick a password that can't be guessed or brute-forced. Good: at least 12 characters, mixing uppercase, lowercase, numbers, and symbols. Avoid names, dates, dictionary words, and common substitutions (p@ssw0rd is no better than password). A passphrase — several random words strung together — can be both strong and memorable: "correct-horse-battery-staple" is vastly stronger than "Tr0ub4dor&3" despite being easier to type. Just don't use famous examples like that one. Also, share the password through a different channel than the PDF itself. Emailing someone a protected PDF and then emailing them the password in the same thread defeats the purpose. Use a phone call, text message, Signal, or tell them in person.
When Should You Password-Protect a PDF?
Password protection adds friction — for you and the recipient — so use it when the sensitivity justifies the inconvenience. Financial documents: tax returns, bank statements, payroll reports. Legal documents: contracts, settlement agreements, NDAs. Medical records: test results, doctor's notes, insurance forms (this may also be a HIPAA requirement depending on your context). HR files: offer letters, performance reviews, salary information. Personal identification: scanned passports, driver's licenses, social security cards. Basically, if losing the PDF would cause real harm — identity theft, financial loss, legal exposure — encrypt it. For a dinner recipe or a public event flyer, skip the password.
Limitations of PDF Security
Know what PDF encryption protects against and what it doesn't. It protects against: someone opening the file without the password, casual snooping on a shared computer, a lost USB drive falling into the wrong hands, and the file being intercepted in transit (assuming the password was shared separately). It does not protect against: someone watching over your shoulder as you type the password, malware or keyloggers on your computer capturing your keystrokes, the recipient sharing the password and the PDF with others, or sophisticated attacks against weaknesses in specific PDF reader implementations. Also, once someone opens the PDF with the password, they can typically print it, take screenshots, or even use a PDF unlock tool (like ours) to create an unprotected copy — unless you also set permissions restrictions. Our tool applies a user (open) password only; it doesn't currently set owner-level permissions that restrict printing or copying. For that level of control, you'd need Adobe Acrobat or a dedicated DRM solution.
What Happens to My File on the Server?
Your PDF is uploaded to our server for processing (because qpdf runs server-side), encrypted immediately, then offered for download. After you download the protected file, the server-side copy is deleted. We don't retain, inspect, or log the contents of your PDF. The maximum file size is 50 MB to keep processing times reasonable and prevent abuse. If you're uncomfortable with server-side processing for an especially sensitive document, consider using offline tools like qpdf directly on your own machine.
Frequently Asked Questions
What if I forget the password? There is no recovery mechanism. The encryption is designed to be mathematically irreversible without the key. Write the password down somewhere secure, use a password manager, or both. Can I protect a PDF that's already protected? You'd need to unlock it first, then re-protect it with your new password. Layering encryption doesn't add meaningful security and often causes compatibility issues. Does encryption increase the file size? A small amount — typically 2-5 KB for the encryption dictionary and metadata. The page content size is essentially unchanged.