Remove a PDF password
Give it the password and it gives you back the same document with the encryption gone. Not a file that still asks and lets anything through — the protection is genuinely removed, and the text stays selectable because the pages are rebuilt rather than reprinted.
Neither the document nor the password leaves this tab. Every other tool for this asks you to upload both at once.
Drop a PDF here
It is read in this tab. Neither the document nor the password is sent anywhere.
or drop a folder here, or paste an image with Ctrl + V
Nothing is uploaded. The decryption runs on your own processor, in this tab.
The two passwords, which is the thing nobody explains
A PDF can carry two, and they do different jobs. The user password is the one that opens the document: without it the file is ciphertext and there is nothing to look at. The owner password is the one that changes it, and it controls permission flags — may this be printed, may text be copied, may it be edited.
The confusion comes from a file with an owner password and no user password. It opens for anybody, and then refuses to print. People reasonably describe that as "password protected", search for a password remover, and find tools promising to unlock a PDF without the password — which for this case is true, because there was never any encryption to break, only a flag asking readers to behave.
| User password | Owner password | |
|---|---|---|
| Asked for when | Opening the file | Changing its permissions |
| Protects by | Encryption. The contents are unreadable | A flag readers are asked to honour |
| Can be bypassed | No — the key comes from the password | Yes, by any reader that ignores it |
| This page needs | Either one. Both unlock the same document. | |
What "we can unlock any PDF" really means
There is no back door in the format and no master key. The file encryption key is wrapped with a hash of the password, and for a document written this decade that hash is deliberately expensive to compute — the AES-256 scheme runs at least sixty-four rounds of AES over sixty-four copies of the input before it will even tell you whether a guess was right. It is designed to make guessing cost money.
So a service that unlocks encrypted PDFs without the password is doing one of two things. Either it is trying common passwords at scale, on its own hardware, with your confidential document sitting in its queue. Or the document was never encrypted and it is clearing a permission flag, which is honest work but not what was advertised. This page does the second thing too — but only with the password, and without the upload.
Why encryption schemes from 2003 still matter
The documents people need to unlock are rarely new. They are a mortgage statement from a bank that has since been bought, a contract scanned in 2011, a payslip archive from a payroll system nobody runs any more. Those files use RC4 — forty-bit in the oldest cases — and some modern tooling has dropped support for it entirely on the reasonable grounds that it is broken.
Broken for protecting a new document and necessary for opening an old one are not in conflict. This reads every revision of the standard security handler: RC4 40-bit and 128-bit, AES-128, and both flavours of AES-256. It only ever writes the newest one.
What the file looks like afterwards
The same document. Pages are copied as the objects they already were, so text stays selectable and searchable, vector artwork stays sharp, and photographs keep the exact JPEG data they arrived with — nothing is re-compressed and nothing is re-rendered.
Two structural things do change, and neither affects what you see: compressed object containers are unpacked, and the cross-reference table is rebuilt as a plain one. Both are ordinary transformations, and the result may be very slightly larger than the encrypted original as a consequence.
Then what
A decrypted document is a document anyone who gets a copy can read, which is worth a thought before emailing it. If the point was to get at the contents and then re-protect them, put a new password on it — the new one will be AES-256 rather than whatever the original used. If parts of it need to be genuinely unreadable rather than merely locked, redact it, which destroys the text rather than hiding it.
Questions
How do I remove a password from a PDF?
Drop the file in, type the password it was locked with, and download the result. The output is the same document with the encryption taken off entirely — not a file that still asks and accepts anything.
Can you remove a password I do not know?
No, and nothing else can either. The document is genuinely encrypted: the key is derived from the password, so without it there is nothing to derive the key from. Any site claiming to unlock a PDF without the password is either running a dictionary attack on a server — with your document in its hands — or is only removing permission flags, which is a different thing entirely.
It will not let me print or copy, but it never asked for a password. Why?
Because that is a permission flag rather than a password. A PDF can carry an owner password that restricts printing, copying and editing while still opening for anyone, and readers are asked to honour those flags. If you have the owner password, put it in here and the restrictions come off with it.
Which kinds of encryption does this open?
All the ones in circulation: RC4 at 40 and 128 bits, AES-128, and AES-256 in both its forms. That matters more than it sounds — the scanned statement or old contract people usually need to unlock was written years ago with a scheme modern tools sometimes skip.
Does the document lose anything?
Text stays selectable, images keep their original compression, and the pages are the pages you started with — nothing is re-rendered. The file is rebuilt structurally rather than reprinted, so the only thing that changes is that the encryption is gone.
Is my file or my password uploaded?
Neither, and this is the page where it matters most. Uploading an encrypted document and its password to a website hands over both halves at once — the locked thing and the key to it. Here the decryption happens in this tab, on your own processor, and the Network tab stays empty while it runs.
Is it legal to remove a password from a PDF?
Removing protection from your own documents, or ones you have been given the password for, is ordinary use. Circumventing protection on a document you are not entitled to read is not, and no tool changes that. This one requires the password, so it cannot help with the second case anyway.
What BriskFile will not do to you
-
Your files never leave your device
Every conversion runs in your browser. Open DevTools, watch the Network tab, and you will see no upload — because there is not one.
-
No account, no email, no watermark
Nothing to sign up for and nothing stamped on your images. There is no step between choosing a file and getting it back.
-
No limits at the download button
No daily cap, no file counter, no "upgrade to download". If the tool starts a job, it finishes it.
-
Checkable, not just claimed
Open the Network tab and convert something — nothing goes out. Or load the page, disconnect, and watch it keep working: the tool is already on your machine, and your file never leaves it.