PDFCloak
LOCAL
HomeUnlock PDF

Unlock PDF

Remove password protection from PDFs you have access to.

In-browserNo upload

Unlocking a PDF means removing its password protection so the file can be opened, edited, and shared without entering a password every time. This tool is for people who have the password and want to produce a clean, unencrypted copy of their own document. It is not a cracking tool and it is not a circumvention tool. You supply the password, the tool decrypts the file in your browser, and you download the result. Nothing touches a server. Note: this tool ships in v1.1 and is not yet live.

Still building this one
Unlock PDF is in active development

We're building unlock pdf to work entirely in your browser, just like every other tool on PDF Cloak. No shortcuts — same privacy guarantee.

Get notified when Unlock PDF launches

We're still building this tool. Drop your email and we'll let you know the moment it's ready.

Unlocking a PDF means removing its password protection so the file can be opened, edited, and shared without entering a password every time. This tool is for people who have the password and want to produce a clean, unencrypted copy of their own document. It is not a cracking tool and it is not a circumvention tool. You supply the password, the tool decrypts the file in your browser, and you download the result. Nothing touches a server. Note: this tool ships in v1.1 and is not yet live.

When to use this tool

The most common reason is convenience. You have a financial statement, a legal filing, or an archived report that is password-protected. You know the password. You reference the document regularly and entering the password every single time is a minor annoyance that adds up. Unlocking the file gives you a copy you can open instantly whenever you need it.

Workflow compatibility is the second big reason. Many PDF tools — including merge, compress, extract, and split — cannot operate on encrypted files. The encryption prevents programmatic access to the document's content streams. If you want to merge three PDFs and one of them is locked, you need to unlock it first before the merge tool can read its pages.

Archival is another practical scenario. You set a password on a document years ago. The file is now part of a permanent archive. You want to remove the password so the document remains accessible in the future without depending on someone remembering or finding the credentials. Passwords get lost over time. Archival copies should be accessible.

Accessibility compliance occasionally requires unlocking. Screen readers and assistive technologies sometimes struggle with encrypted PDFs, especially those with permission flags that restrict text extraction. Removing the encryption ensures the document is fully accessible to everyone who needs it.

How PDF unlocking works

PDF encryption wraps the file's content streams in a layer of cryptography. Each stream — page content, images, fonts, form data — is encrypted individually using a key derived from the document's password through the PDF specification's key derivation algorithm.

When you provide the correct password, the tool performs the key derivation to reconstruct the encryption key. It then decrypts every encrypted stream in the document, one by one. The decrypted data is the original content: the same drawing operators, the same image bytes, the same font programs that existed before the file was encrypted.

The final step is writing a new PDF. This new file contains all the same content streams, but in their decrypted form. The encryption dictionary is removed. The cross-reference table is rebuilt. The result is a standard, unencrypted PDF that any reader can open without a password.

Under the hood, this process uses the same cryptographic primitives as the encryption step, just in reverse. For AES-encrypted files, each stream is decrypted using AES in CBC mode with the derived key and the stream's initialization vector. For older RC4-encrypted files, the RC4 cipher is applied to reverse the encryption. The tool handles both transparently — you provide the password, it figures out the encryption method from the file's metadata.

The underlying engine for this is qpdf, a well-established open-source PDF transformation library. Qpdf handles the low-level parsing of the PDF structure, the cryptographic operations, and the assembly of the output file. It has been battle-tested across millions of files and correctly handles edge cases that trip up less mature implementations — things like encrypted files with mixed encryption methods, unusual key lengths, and nonstandard encryption dictionaries created by quirky PDF generators.

One important nuance: qpdf differentiates between user passwords and owner passwords. If a PDF has only an owner password (restricting printing, copying, etc.) but no user password, the file can technically be opened by anyone — the content is either unencrypted or encrypted with an empty user password. In this case, the tool can remove the restrictions without you providing any password at all. But if the file has a user password, that password is essential. Without it, decryption is mathematically impossible.

Common issues

You do not have the password. This is the most common dead end. If you do not know the user password, this tool cannot help. AES-256 encryption with a reasonable password is computationally infeasible to break. There is no backdoor, no master key, and no secret trick. If you lost the password to your own document, your options are limited to trying passwords you might have used (check your password manager, email archives where you might have shared the password, or notes you made when creating the file). We cannot decrypt files without the correct key.

Owner-only restrictions vs. user password. People often confuse these. If a PDF opens normally but prevents you from printing or copying text, it has owner-password restrictions but no user password. In that situation, the restrictions can be removed without knowing the owner password — many tools, including this one, handle this transparently. But if the PDF demands a password before it shows you anything, it has a user password, and you must know it.

Proprietary DRM systems. Some e-books, academic publications, and corporate documents use DRM that goes beyond the PDF specification's native encryption. Adobe Digital Editions uses ADEPT. Some publishers use custom protection schemes. These are not standard PDF passwords — they are application-level rights management enforced by specific software. PDF Cloak handles standard PDF encryption only. If your file is protected by a proprietary DRM system, you need the publisher's authorized software to manage access.

File appears corrupted after unlocking. This is rare but can occur with PDFs generated by unusual or non-compliant software. If the original file has structural issues that the encryption layer was masking (corrupted cross-references, malformed stream lengths), those issues become visible in the decrypted output. The problem is in the source file, not the unlocking process. Try opening the original encrypted file in a robust reader like Adobe Acrobat to verify it is valid before unlocking.

Mixed encryption in a single file. Some PDFs use different encryption for different parts of the document — one method for content streams, another for embedded files. Qpdf handles these cases correctly, but they can cause confusion if you are trying to decrypt the file with a different tool and getting partial results. PDF Cloak processes the entire file in one pass.

What to expect from our tool

When this tool launches in v1.1, the workflow will be straightforward. Load your encrypted PDF. If the file requires a user password, you will be prompted to enter it. If the file only has owner-password restrictions, the tool will detect that and offer to remove them directly. Enter the password, click unlock, and the tool decrypts the document in your browser.

The decryption process is fast. Even for large files, the cryptographic operations complete in seconds. The output is a standard PDF, identical in content and appearance to the original, minus the encryption layer. Download it and open it in any reader without being prompted for a password.

Your original encrypted file remains untouched. You can keep it as a secured archive and use the unlocked copy for day-to-day reference. The password you entered is used only for the decryption operation and is discarded immediately afterward. It is never stored, transmitted, or logged anywhere.

Because this tool runs client-side, your encrypted document and your password stay on your machine for the entire process. There is no point at which either piece of data leaves your browser. For sensitive documents — financial records, legal files, personal information — this is the safest way to remove encryption. No third party ever has access to either the locked file or the key that opens it.

Related tools
What the tool does

Built for documents you can't afford to lose.

Runs in your browser
No server round-trip. Your file is processed by WebAssembly right in this tab.
Preserves quality
No re-encoding by default. Structure, links, and metadata survive intact.
Nothing to leak
Files never leave your device. Close the tab and everything is gone.
Unlock PDF · FAQ

About this tool, specifically.