Free Online Protect PDF Tool
This tool checks whether a PDF is already encrypted and explains why adding a password cannot be done client-side, pointing you to tools that can.
Your data is processed entirely in your browser and never sent to any server.
Heads up: this tool cannot add a password in your browser.
The client-side PDF engine used here (pdf-lib) does not implement the PDF standard's AES/RC4 encryption, so it is impossible to apply a real password without uploading your file to a server. Rather than hand you a file that only looks protected, we are upfront about the limitation. Use this page to check whether a PDF is already encrypted, then reach for a desktop tool for true protection.
Tools that can truly password-protect a PDF:
- macOS Preview: File → Export, tick "Encrypt" and set a password.
- Microsoft Word / Adobe Acrobat: Save/Export as PDF with a password.
- The free command-line tool
qpdf --encrypt.
How to Use This Tool
- Read the notice explaining why in-browser password protection is not possible.
- Upload a PDF to check whether it is already encrypted.
- See the result: encrypted, not encrypted, or unreadable.
- Use one of the listed desktop tools to apply a real password.
What Is a Protect PDF?
The PDF standard (ISO 32000) defines password protection using RC4 or AES encryption: a user password controls who can open the file, and an owner password controls permissions like printing and copying. Implementing that encryption correctly requires the full cipher and key-derivation machinery.
The in-browser engine this site uses for PDF editing, pdf-lib, does not implement PDF encryption. That means it genuinely cannot add a working password to your file. Rather than produce a document that merely looks protected — which would give a false sense of security — this tool is deliberately honest about the limitation. What it can do is detect whether a file you load is already encrypted, by attempting to parse it strictly and catching the encryption error.
For real protection, use a desktop tool that implements the standard: the macOS Preview export dialog, Microsoft Word or Adobe Acrobat's save-with-password option, or the free command-line tool qpdf. Your file is read locally here and never leaves your device.
Frequently Asked Questions
Can this tool add a password to my PDF?
Then what does this tool do?
What can I use instead for real protection?
Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.
Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.
Related PDF Tools
Strip owner-level permission restrictions from a PDF that opens without a password. Runs locally.
Add a typed cursive signature or an uploaded signature image to a chosen PDF page and position.
Shrink a PDF by re-saving with object streams and stripping metadata. Shows before and after size.
Combine multiple PDF files into one document, in the order you choose. Runs entirely in your browser.
Stamp page numbers onto every page of a PDF, with a choice of position and starting number.