Skip to content
epitometool

PDF unlock / password remove

PDF tools

Remove the password and permission restrictions from a PDF you can already decrypt — locally.

Updated

Up to 200 MB. The PDF and password stay on your device — decryption runs locally in a worker.

  • Vpaste PDF
  • Enterunlock

Quick start

How to unlock a password-protected PDF

Remove a PDF's open password and permission restrictions, entirely in your browser.

  1. Step 1
    Drop or pick the locked PDF

    Drag the PDF onto the drop zone, click to pick it, or paste from the clipboard. The file stays on your device.

  2. Step 2
    Enter the password (if required)

    If the PDF prompts for a password when you open it, type that password. PDFs with only owner-permission restrictions don't need any input.

  3. Step 3
    Unlock and download

    Hit Unlock PDF. A Web Worker decrypts with @cantoo/pdf-lib and re-saves the document without the /Encrypt entry. Download <basename>-unlocked.pdf.

In-depth guide

Unlock a password-protected PDF in your browser

This tool removes a PDF's password protection and permission restrictions so the file opens freely and prints, copies and annotates without prompts. You need to know the password — we use it to decrypt the document, we don't crack it. Everything runs locally with @cantoo/pdf-lib in a Web Worker; the file and the password never leave your browser.

User password vs owner password

PDFs can carry two passwords:

  • User password (sometimes "open password") — required to open the document. Without it, no viewer can show the content. This is what most people mean when they say a PDF is "locked".
  • Owner password (sometimes "permissions password") — the document opens without prompting, but operations like printing, copying, editing or commenting are blocked. Owner passwords protect the publisher's intent; user passwords protect the content itself.

This tool removes both. If the PDF needs a user password to open, type it in and click Unlock. If it only has owner restrictions, just click Unlock — no input needed.

What encryption methods are supported

The library we use understands every standard PDF encryption mode in current PDF readers:

  • RC4-40 — original PDF encryption (Acrobat 3 to 5). Weak by modern standards but still readable.
  • RC4-128 — Acrobat 6 and later.
  • AES-128 — Acrobat 7 and later, revision 4.
  • AES-256 — Acrobat X and later, revision 5 / 6 (with SHA-256 password hashing).

Whatever the original encryption, the unlocked output is plain — no /Encrypt entry, no permission flags. The visible content is byte-for-byte the same; only the encryption envelope is gone.

Privacy & safety

The PDF is parsed in a Web Worker; the password you type is passed into the worker's PDFDocument.load(); the document re-saves without the /Encrypt entry. There's no network round-trip and no server-side copy at any step. The password isn't logged, isn't stored, and exists only in the worker's memory for the lifetime of the operation.

When to use it vs alternatives

Use this tool when you need a fast, one-off PDF task and want the document to stay in your browser. Desktop editors or command-line tools are better for heavily encrypted files, regulated review workflows, or very large batch jobs that need repeatable automation.

Common pitfalls

  • Password-protected, digitally signed, or archival PDFs may need a specialist workflow before editing.
  • Large scans can use a lot of memory, especially on phones or older laptops.
  • Check the downloaded file before replacing the original, because compression, OCR, or conversion can change visual details.

Frequently asked questions

Does this break the password — or do I need to know it?

You need to know the password. This is an unlock tool, not a password cracker. If a PDF asks for a password to open it, type the password here; the tool then saves a copy without encryption. Documents protected only by an owner / permissions password (which open without a prompt but block printing or copying) can be unlocked without typing anything.

Is my PDF or password uploaded anywhere?

No. The PDF is loaded into a Web Worker in your browser via @cantoo/pdf-lib, decrypted locally with the password you typed, and the result is offered as a download. There's no network round-trip — open DevTools → Network to verify. Your password never leaves the tab.

What restrictions can this remove?

Both the user password (which gates opening the file) and the owner password (which gates printing, copying, modifying, annotating, form filling, assembly and accessibility). All become unrestricted in the saved copy.

What encryption methods are supported?

@cantoo/pdf-lib handles the standard PDF encryption stack — RC4-40, RC4-128, AES-128 and AES-256 (revisions 2 through 6). Modern PDFs (Acrobat X and later) default to AES; older ones use RC4. Both work as long as you know the password.

Will the unlocked file look identical to the original?

Yes — text, images, fonts, signatures and form fields are preserved. The only thing missing is the /Encrypt entry and its restrictions. Visually the document is identical.

Is removing my own password legal?

Yes, when you own the document or have the rights to decrypt it. Removing DRM from copyrighted content you don't own may be illegal in your jurisdiction (e.g. DMCA in the US). This tool helps with the common case of unlocking PDFs you legitimately need to use.

Why won't my password work?

Check capitalisation and trailing spaces — passwords are case-sensitive. If you've copied from a manager that adds a trailing newline, that breaks the match. Also try the user password if you've been using the owner password (or vice versa).

Keep exploring

More tools you'll like

Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.