PDF Security — How to Password Protect Your Documents
Why PDF Security Matters More Than You Think
PDFs are the standard format for sharing sensitive documents — contracts, financial statements, medical records, legal filings, tax returns, and intellectual property. Yet most people share PDFs with zero security measures, relying entirely on the assumption that the recipient will handle the document responsibly. One forwarded email, one compromised inbox, one stolen laptop, and your unprotected PDF is accessible to anyone.
PDF security exists on a spectrum from basic access control to military-grade encryption. Understanding the options and their limitations helps you choose the appropriate level of protection for each document without creating unnecessary friction for legitimate recipients.
Password Protection: Two Types
PDFs support two distinct types of password protection. A document open password (also called a user password) prevents anyone from viewing the PDF without entering the correct password. This is genuine security — the document content is encrypted and cannot be accessed without the password. The encryption strength depends on the algorithm used: 128-bit AES or 256-bit AES are standard and considered secure against any current decryption attack.
A permissions password (also called an owner password) restricts specific actions — printing, copying text, editing, or extracting pages — while still allowing the document to be viewed without a password. This is not genuine security. Permissions restrictions are enforced by the PDF viewer application and can be bypassed by any software that chooses to ignore them. Use permissions passwords for honest-people security — discouraging casual copying or printing — but do not rely on them for protecting truly sensitive content.
Encryption Standards
Modern PDFs should use AES-256 encryption, which is the same standard used by banks, governments, and military organizations. Older PDFs sometimes use RC4 encryption (40-bit or 128-bit), which has known vulnerabilities. If you are working with older encrypted PDFs, consider re-encrypting them with AES-256 using our PDF Security tool at justconvertpdf.com.
The encryption only protects the PDF file itself. Once someone opens the document with the correct password, they can screenshot every page, photograph their screen, or transcribe the content manually. No digital security measure can prevent a determined person from capturing information they can view on their screen. Security measures reduce convenience and casual access — they do not provide absolute protection.
Digital Signatures
Digital signatures serve a different purpose than encryption. A digital signature proves that a specific person signed the document and that the document has not been modified since signing. This is essential for contracts, legal filings, and regulatory compliance where document integrity and signer identity must be verifiable.
Digital signatures use public key cryptography — the signer creates a unique cryptographic hash of the document and encrypts it with their private key. Anyone can verify the signature using the signer’s public key. If even one character in the document changes after signing, the signature verification fails, proving the document was tampered with.
Redaction: Permanent vs Cosmetic
Redaction permanently removes sensitive information from a PDF — social security numbers, financial details, personal information, classified data. But many people redact incorrectly by drawing black rectangles over text, which looks redacted but leaves the underlying text fully intact and extractable. Proper redaction uses dedicated redaction tools that actually delete the underlying data, not just cover it visually. Always verify redaction by attempting to select or search for the redacted text — if you can find it, the redaction is cosmetic and the information is still exposed.