Merging encrypted PDFs is awkward in most tools. Some refuse outright, some silently strip the encryption, and some leave the unlocked file in a temp folder. Here is how to merge password-protected sources cleanly without leaving plaintext copies on disk.
Encrypted Sources, Local Decrypt, Clean Output
PDF Merge & Split runs entirely in your browser. No account, no upload, no watermark.
Add to Chrome, FreeHow encryption works in PDFs
PDF encryption is at the file level, with two passwords:
- User password, required to open the file.
- Owner password, required to modify, print, or extract content.
You need at least the user password to merge an encrypted source.
Merging in the extension
- Drop your encrypted source PDFs into Merge mode.
- For each protected file, the extension prompts for the user password.
- Type the password (or paste from a manager). The file decrypts in memory only.
- Click Merge. The output is generated from the unlocked content.
- Choose whether to save the output unencrypted or with a new password.
At no point is an unlocked copy written to disk unless you explicitly save it that way.
When sources have different passwords
If you are merging files from different organizations with different passwords, the extension stores each source's password only for the duration of the merge. After download, all in-memory passwords are cleared.
Common errors and fixes
| Error | Cause | Fix |
|---|---|---|
| "Wrong password" | Typo or wrong password supplied | Try again, paste from a manager if possible |
| "Owner password required" | Source has a restrictive owner password | Provide the owner password (the user password is not enough) |
| "Unsupported encryption" | Source uses an old or unusual encryption scheme | Re-export the source from its original tool with current encryption |
Re-encrypting the output
By default the merged output is unencrypted. Pro-tier users can set a password during save:
- Pick AES-256 encryption (modern standard).
- Set user and owner passwords as needed.
- Output is encrypted before download, no unencrypted version is written.
How to Merge Encrypted PDF Files, Tools Compared
| Tool | Per-source passwords | In-memory decrypt only | Re-encrypt output | Cost |
|---|---|---|---|---|
| PDF Merge & Split (extension) | Yes | Yes | Pro tier | Free / Pro |
| Adobe Acrobat Pro | Yes | Yes | Yes | $14.99/mo |
| iLovePDF (web) | Yes | Server-side | Limited | Free tier |
| Smallpdf (web) | Yes | Server-side | Limited | Free tier |
| qpdf (CLI) | Yes | Yes | Yes | Free |
Get It Done in Under a Minute
Install the free Chrome extension and process your PDFs locally. Works on Windows, Mac, Linux, and Chromebook.
Add PDF Merge & Split to ChromeRelated Guides
- Merge Confidential PDFs Privately
- Combine PDFs Without Uploading
- PDF Merger With No Email or Signup
- PDF Merger That Works Offline
Frequently Asked Questions
Will the extension store my password anywhere?
No. Passwords are held in memory only for the duration of the merge and are cleared when the merge completes or the popup closes.
Can I merge encrypted and unencrypted sources together?
Yes. The extension prompts only for the encrypted ones; the unencrypted sources are loaded normally.
Will the merged output have the same encryption as the strongest source?
No. The merged output is unencrypted by default. You can choose to encrypt it during save (Pro tier) with whatever scheme you prefer.
What if the source uses an old RC4 encryption scheme?
The extension supports RC4 and AES-128/256. Very old or non-standard schemes may not work, in those cases re-export the source from its original tool.
Is in-memory decryption secure?
It is as secure as the browser sandbox itself. Cleartext content is never written to disk. Browser memory is not accessible to other web pages, only to the extension that loaded it.