Password-protecting a PDF is often presented as a simple security measure, but the reality is more nuanced. Not all "PDF protection" is equally strong β and understanding the difference between metadata protection, open-password encryption, and permissions passwords is essential to choosing the right method for your use case.
This requires a password to open the PDF at all. Without the password, the file appears encrypted and cannot be read. This is implemented using AES-128 or AES-256 encryption in compliant PDF tools. It's the most meaningful form of PDF protection for controlling who can access a document.
This restricts what an authenticated user can do with the document β printing, copying text, editing forms, extracting pages. The file can still be opened without a password; the permissions password only prevents certain operations in compliant PDF viewers. Technically sophisticated users can bypass permissions restrictions.
Some tools add metadata indicating a document is "protected" or set security flags in the document dictionary. Without actual encryption, this is purely advisory β a well-formed PDF viewer may respect these flags, but they provide no actual access control. Folium's browser-based Protect PDF tool operates at this level (because true AES encryption requires server-side cryptographic operations that browsers cannot perform securely).
Folium's Protect PDF tool adds security metadata and protection flags to your PDF. This is appropriate for:
We're transparent that this is not AES encryption. For sensitive documents requiring true access control, use a desktop tool as described below.
Acrobat Pro provides the gold standard for PDF password protection, implementing AES-256 encryption (the same encryption standard used by governments and banks).
If you forget the password on an AES-256 encrypted PDF, recovery is effectively impossible. There is no "forgot password" option. Store your password in a password manager before saving the encrypted file.
LibreOffice is a free, open-source office suite that can export PDF files with full AES-256 password encryption β no Acrobat subscription required.
The strength of AES-256 encryption depends entirely on your password. A weak password makes AES-256 trivially breakable with GPU brute-force attacks.
| Password Type | Example | Time to Crack (GPU) | Verdict |
|---|---|---|---|
| Short common word | hello | Milliseconds | Never use |
| 6 random lowercase | kxmpvw | Minutes | Too short |
| Date + word | Jan2025contract | HoursβDays | Weak |
| 12+ mixed characters | F7#mKx2@rLpQ | Centuries | Good |
| 4-word passphrase | correct-horse-battery-staple | Millenia | Excellent |
PDF encryption is appropriate for:
PDF encryption is not sufficient for:
All Folium tools run in your browser β no upload, no account, no watermark.
Browse All 20 PDF Tools β