File & Format Converters · Free tool
Protect PDF
Encrypt a PDF with a password so only recipients can open it. Free, instant protection in your browser with no uploads, registration, or downloads needed.
Advertisement
What it does
Adding a password to a PDF protects it from casual access — anyone who needs to open the file must enter the password first. The PDF format supports two password types: a “user password” (also called open password) that gates opening the file at all, and an “owner password” (also called permissions password) that gates restricted operations like printing, copying, or editing while still allowing the file to open. This tool sets the user password — the most common request, since it’s what people mean when they say “password-protect this PDF.”
Under the hood, PDF password protection uses AES encryption (AES-128 since PDF 1.6 / 2003, AES-256 since PDF 1.7 ext 8 / 2008). Modern PDF readers — Adobe Reader, Apple Preview, Foxit, Chrome’s built-in PDF viewer, the Office PDF importer — all support AES-128 and AES-256. The encryption is real: without the password, the file content is mathematically inaccessible. (RC4 40-bit and 128-bit are older standards still widely supported but considered weak — modern tools including this one default to AES-128 or AES-256 instead.)
What this tool does NOT do: redact content (use the redaction tool for that), watermark (use the watermark tool), restrict printing or copying without restricting open (that requires owner-password mode), or recover a lost password (impossible — proper encryption means the only path is brute force, which can take centuries for a strong password). All processing happens in your browser via pdf-lib + WebCrypto, so the file never leaves your device. For sensitive documents (legal, financial, medical) this is essential — uploading to a SaaS PDF service exposes the document content to their servers.
Embed this tool on your siteShow snippetHide
Paste this snippet into any page. Loads on-demand (lazy), no tracking scripts, and sized to most dashboards. Replace the height to fit your layout.
<iframe src="https://freetoolarena.com/embed/pdf-protect" width="100%" height="720" frameborder="0" loading="lazy" title="Protect PDF" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px;"></iframe>How to use it
- Drop your PDF or browse to select.
- Choose a strong password (12+ chars, mix of letters/digits/symbols).
- Optionally re-enter for confirmation.
- Click Protect — the tool encrypts and offers the protected PDF for download.
- Test the protected file in Adobe Reader or your target viewer to confirm it prompts for the password.
When to use this tool
- Sending a confidential document via email — even if forwarded, only password-holders can open it.
- Uploading a sensitive PDF to a cloud share (Dropbox, Drive) where you don’t fully trust the security.
- Compliance with policies that require encryption-at-rest for documents with PHI/PII.
- Before sharing tax returns, contracts, medical records, or financial statements with anyone.
When not to use it
- If you need to share with people who can’t reliably enter passwords (elderly relatives, mass distribution, public archives).
- When the destination platform strips PDF passwords on upload (some web forms, some cloud workflows).
- For redaction needs — passwords gate opening; they don’t hide specific text within an opened document. Use redaction tool instead.
- Printing-restricted distribution — that needs owner-password mode (this tool sets user password).
Common use cases
- Verifying a number or output before passing it on
- Quick use during a typical workday
- Pre-decision sanity-check on inputs and outputs
- Educational use — demonstrating the underlying concept
Frequently asked questions
- What encryption is used?
- Modern tools default to AES-128 or AES-256. Both are considered cryptographically strong — even a 128-bit key brute-force at current computing speed would take longer than the age of the universe. Avoid older RC4-based PDF encryption (still seen in legacy tools) which is vulnerable to known attacks.
- What if I forget the password?
- Lost passwords on properly-encrypted PDFs are essentially unrecoverable. Brute-force tools (PDFCrack, John the Ripper) work only against weak passwords (short, dictionary-words, common patterns). For 12+ character strong passwords, recovery is computationally infeasible. Always store your password in a password manager BEFORE encrypting the file.
- Will the password work in Adobe Reader / Preview / Foxit?
- Yes — AES-128 and AES-256 PDF encryption are universally supported in modern PDF readers (Adobe since 2008, Apple Preview, Foxit, all major browsers’ built-in PDF viewers). Test once in your target viewer before sending if reliability matters.
- Can I email an encrypted PDF?
- Yes, but communicate the password via a separate channel (text message, phone call) — sending password and encrypted file in the same email defeats the purpose. Best practice: encrypted PDF in email, password in SMS or face-to-face.
- Does this tool also restrict printing/copying?
- No — this tool sets the open (user) password only. Restricting printing, copying, editing while still allowing the file to open requires owner-password mode (a separate feature). Most “password-protected PDF” requests just want open-password, which this provides.
- Is browser-based encryption as secure as desktop tools?
- Yes, when implemented correctly. WebCrypto API in modern browsers uses the same AES implementations as desktop crypto libraries. The advantage of browser-based: file never leaves your device. The risk: browser extensions or compromised browsers could potentially observe the password (though this is true of desktop tools too if compromised).
Advertisement
Learn more
Guides about this topic
- Using Our Tools · GuideHow to merge PDFsMerge PDFs free and safely directly in your browser—no watermarks, sign-up, or uploads. Combine documents instantly with our online tool, no download required.
- Using Our Tools · GuideHow to split a PDFSplit a PDF by pages or ranges without uploading to a server. Clear steps, common pitfalls, and a free tool you can use instantly in your browser.
- Design & Media · GuideHow to compress images without losing qualityCompress images without losing quality — pick the right format, dimensions, and quality settings to shrink files fast. Free online guide, no signup.
- Design & Media · GuideHow to resize images without losing qualityResize images without quality loss — Lanczos vs bicubic, downscale tips, AI upscaling limits, web/print sizes, batch tools. Free guide, no sign-up.
- Design & Media · GuideHow to choose image formatsAnalyze JPG, PNG, WebP, AVIF, and SVG trade-offs with our free, browser-only guide. Instant format recommendations for quality, size, and compatibility.
- Design & Media · GuideHow to convert color formatsConvert colors instantly between HEX, RGB, HSL, OKLCH, and CMYK. Free online mapping for digital and print projects with no sign-up required.
Explore more file & format converters tools
- HEIC to PDFCombine iPhone HEIC photos into a single multi-page PDF. Reorder pages, pick A4/Letter or fit-to-image. Browser-only, no uploads, no watermarks.
- HEIC to WebPConvert iPhone HEIC photos to WebP — 25-35% smaller than JPG at the same quality. Universal modern-browser support. Batch in-browser, no uploads.
- HEIC to PNGConvert iPhone HEIC photos to lossless PNG right in your browser. Pixel-perfect output for editing pipelines and archival. Batch supported, no uploads.
- Timestamp ConverterTransform Unix timestamps to ISO 8601 dates and back instantly. Auto-detects milliseconds vs seconds for precise conversion with no sign-up.
- Text to Binary ConverterConvert any text to/from binary using UTF-8 codepoints. Multi-byte chars (emoji, non-Latin) handled correctly.
- Binary ConverterEdit any field to instantly transform numbers across all four bases in your browser. Use this free, ad-free live conversion tool with no sign-up.