Aller au contenu principal

Déverrouiller un PDF

Unlock PDF removes restrictions from a document you can already open, in your browser. It does not crack passwords and never will: a PDF with a user password is genuinely encrypted, and a site claiming to remove one without it is either uploading your file to a cracking service or simply lying about what it did.

100 % local

L’interface de cet outil est en anglais.

This removes restrictions from a document you can already open, and decrypts one you have the password for. It does not crack passwords — a PDF with a user password is genuinely encrypted, and any site claiming to open one without the password is uploading your file to try guessing it.

Drop a restricted PDF here

or drop anywhere on this page · Choose a file · 100 MB

Le guide ci-dessous n’est disponible qu’en anglais.

How does Unlock PDF work?

PDF has two different passwords, and almost every confusing thing about locked documents comes from them being called the same word.

The owner password restricts; the user password encrypts

An owner password sets permissions: no printing, no copying text, no editing. The document itself is not protected by it — the content is readable, and the restrictions are flags that conforming readers agree to honour. It is a politeness convention with a password attached. Removing it is a matter of writing the document back without the permissions dictionary, which is what this tool does.

A user password is real encryption. The content streams are encrypted with a key derived from the password, and without it there is nothing to read — not by this tool, not by any tool, not by the person who wrote the specification. If you have the password, type it in and the document is decrypted and written back unencrypted. If you do not, nothing here helps, and neither does anything else that runs in a reasonable amount of time.

Why there is no cracking feature

Because the sites offering one are doing something else. Breaking a modern PDF's AES-256 encryption by brute force is not a thing a web page does; what those services do is upload your document to a server farm and try a dictionary. So you have handed a complete copy of a document you considered worth encrypting to a stranger, in exchange for a decent chance that the password was “Password1”.

That is a bad trade for you and an excellent one for them, and it is the reason this tool does not have that button. If a document is locked and the password is genuinely lost, the answer is the person who created it.

What “unlocked” means here

The output is written without an encryption dictionary and without a permissions entry — so it prints, copies and edits like any ordinary PDF. The page content is unchanged: nothing is re-rendered, text stays selectable, and the file size is close to the original.

The obvious legal point

Removing restrictions from a document you own or are licensed to use is ordinary file handling. Doing it to someone else's document to get around a restriction they set deliberately is a different matter, in most places a legal one. The tool cannot tell the difference; you can.

Input

statement.pdf
owner password set: no copying, no printing

Output

unlocked.pdf
no encryption dictionary,
no permissions entry,
page content byte-identical

What options and edge cases does Unlock PDF support?

What is and is not possible
ParameterTypeDefaultBehaviour & edge cases
Owner passwordrestrictionsremovedPermission flags — no print, no copy, no edit — that conforming readers honour by convention. The content was never protected by them.
User passwordencryptionneeds the passwordReal encryption of the content streams. Type the password and the document is decrypted; without it there is nothing any tool can do.
Password crackingnot implementedneverBrute-forcing AES-256 is not something a web page does. Sites offering it upload your document to a server and run a dictionary attack.
Page contentunchanged—Nothing is re-rendered. Text stays selectable, images keep their resolution, and the file size is close to the original.
Output encryptionnone—The result is written without an encryption dictionary, so it opens without a password anywhere.
Digital signaturesinvalidated—Rewriting the document breaks any signature over it, which is what a signature is for. That is correct behaviour rather than a limitation.
Uploadneverenforced by CSPEspecially relevant here: a document worth encrypting is a document worth not uploading.

Frequently asked questions

Can you remove a password I do not know?

No, and neither can anyone else in a browser. A PDF with a user password encrypts its content with a key derived from that password; without it there is nothing to read. Sites that claim to do this upload your file and run a dictionary attack on a server — so you have given a stranger a complete copy of a document you thought worth encrypting, in exchange for a chance that the password was guessable. If the password is genuinely lost, the person who created the document is the answer.

Why did my PDF open fine but refuse to let me print it?

That is an owner password. It sets permission flags — no printing, no copying, no editing — that PDF readers agree to honour as a convention. The content was never encrypted; your reader is simply declining to do things on the document's behalf. This tool writes the document back without those flags.

Is removing restrictions legal?

For a document you own or are licensed to use, it is ordinary file handling — the same as removing read-only from a file you created. Removing restrictions from someone else's document to get around a limit they set deliberately is a different question, and in many jurisdictions a legal one. The tool cannot tell which situation you are in; you can.

Will unlocking change the document?

Only its encryption and permissions. Page content is not re-rendered — text stays selectable, images keep their resolution, and the file size stays close to the original. What does change is any digital signature: rewriting the document invalidates it, which is precisely what a signature exists to detect and is correct behaviour rather than a bug.

Why not just print to PDF to remove restrictions?

You can, and it works, at a cost. Printing to PDF rasterises or re-renders the page, so you lose selectable text, searchability, any accessibility structure, and often a good deal of quality — and the file usually gets several times larger. This keeps the original page objects intact and simply writes them without the encryption wrapper.

Is my document uploaded?

No, and this page is the one where that matters most. A document with a password on it is by definition something someone decided was sensitive. It is decrypted in this tab, and the page's Content-Security-Policy sets connect-src 'self', so the browser itself would block any attempt to send it anywhere.