Unlock PDF — Decrypt a Locked File or Remove a PDF Password
Open .tmx files from ToolMintX Lock PDF back to the exact original, or remove the password from a standard PDF (returned as page images). You need the password. Runs in your browser.
Opens .tmx files from ToolMintX Lock PDF back to the exact original PDF.
Also removes the password from a standard PDF — but returns it as page images (see below).
Upload locked file
Drag & drop a .tmx encrypted file or a password-protected PDF
Max 50MB • .tmx,.pdf
Two very different jobs behind one button
“Unlock a PDF” sounds like one operation, but this tool actually does two quite different things depending on what you hand it, and the difference matters enough to explain up front. It looks at the first few bytes of your file to decide which path to take, and the result you get — and its quality — depends entirely on that.
If you upload a ToolMintX .tmx file — the encrypted envelope made by Lock PDF — the tool reverses that encryption and hands you back the exact original PDF, byte for byte. Nothing is lost, because the .tmx file literally contains your original PDF in encrypted form; decrypting it reproduces the same bytes you started with. That is the clean, lossless path, and it is what this tool was really built for.
If you upload a standard password-protected PDF — the kind an employer, a bank, or Acrobat produces — the tool takes a different route, and this is the one to understand before you rely on it. It can open the PDF with your password and remove the protection, but the way it has to do that in a browser turns the pages into images. The rest of this page walks through both paths, why the second one behaves the way it does, and how to decide whether it is the right tool for your file.
The ToolMintX path: exact, lossless, private
A .tmx file is not a PDF — it is an encrypted container that holds a PDF. When Lock PDF made it, your document was encrypted with AES-256 and wrapped with a small header holding the random salt and initialization vector needed to reverse the process. Unlocking is the mirror image: the tool reads the header, derives the same 256-bit key from the password you type using PBKDF2 (the same 100,000 SHA-256 iterations Lock PDF used), and decrypts the contents.
Because AES-GCM also carries an authentication tag, the decryption step can tell whether the key was right. A correct password produces the original PDF and the tool hands it straight back; a wrong password fails the authentication check and you get a clean “incorrect password” message rather than a corrupted download. There is no rendering, no rebuilding, no quality loss — the bytes that come out are the bytes that went in when you locked the file. Selectable text stays selectable, the file size is the same, and the document is exactly what you had before.
This is why the Lock PDF / Unlock PDF pair is best thought of as a private safe for your own documents: you put a PDF in, carry the encrypted .tmx around wherever you like, and take the identical PDF back out on the other side. Both halves run entirely in your browser, so the password and the document never touch a server.
The standard-PDF path: why the text turns into a picture
Removing the password from an ordinary encrypted PDF sounds like it should be just as clean, and in a desktop application it often is. In the browser there is a specific technical wall, and it is worth being honest about exactly where it sits.
The browser’s PDF engine can read a password-protected PDF once you give it the password — it can decrypt the streams internally and draw every page on screen. What it does not expose is a way to write those decrypted streams back out as a new, unprotected PDF. So to give you a file with no password, the tool does the only thing it can from a web page: it renders each page to a canvas at 2× resolution and assembles those canvases into a fresh PDF as JPEG images. The result opens anywhere with no password, and visually it looks like your document — but every page is now a flat image.
The consequences are concrete and worth stating plainly. The text is no longer selectable— you cannot highlight or copy a sentence. It is no longer searchable— Ctrl-F finds nothing. A screen reader sees a picture, not words, so accessibility drops. And because photos of text are heavier than the text itself, the file usually grows — in our own testing a small text document came out many times larger after this conversion. The tool shows a clear warning on the result when this path was taken, so you are never surprised by it.
When does that trade still make sense? When the goal is simply to get a viewable, printable, password-free copy and you do not need the text to be live — archiving a statement you will only ever look at, or handing someone a document to read. When it does not make sense — you need to edit, copy from, or search the file — the better move is to remove the password in whatever application created the PDF, because that keeps the real text. And if the file originally came from ToolMintX Lock PDF, none of this applies: use the .tmxfile, not a re-exported PDF, and you get the exact original back.
This needs the password — it is not a cracker
Both paths require you to know the correct password, and that is a deliberate line, not a missing feature. This tool removes protection from files you are entitled to open; it does not attempt to guess, brute-force, or bypass a password you do not have. There is a practical reason and a principled one. Practically, modern PDF encryption and the AES-256 used by ToolMintX are built specifically to make guessing infeasible — a strong password simply cannot be worked around in any reasonable time. Principled: a tool that broke into documents on demand would be a tool for reading other people’s files, which is not what this is.
So the honest scope is: you locked it, or you were given the password, and you want it open. If you locked a ToolMintX file and forgot the password, there is genuinely no recovery path — because the encryption happens in your browser and the password is never transmitted or stored, nobody, including us, holds a key to fall back on. That is the direct cost of real privacy, and it is why keeping the password safe matters as much as the encryption itself.
Where the work happens
Everything runs in your browser. For a .tmx file the decryption uses the browser’s built-in Web Crypto API; for a standard PDF the page-rendering uses a PDF engine whose worker file is served from this site itself, not fetched from a public CDN. That second detail is easy to overlook but important to the privacy claim: a tool that quietly pulled its engine from a third-party server would be leaking at least the fact that you are unlocking a document to that server. Serving the engine from the same origin means unlocking makes no outside request at all, so “nothing leaves your browser” holds for both paths, not just the ToolMintX one.
The password you type is used only to derive a key in memory. It is never written down, never sent anywhere, and gone the moment you leave the page. The same is true of the file itself — it is read into memory, processed, and offered back to you as a download, with no copy retained.
Related tools
The natural companion is Lock PDF, which makes the .tmx files this tool opens losslessly. If a standard PDF came back as images and the file is now heavier than you want, the PDF compressor can bring the size down. And if your real goal was never the password but the hidden information inside a file — author names, edit history, other metadata — the PDF metadata remover strips those while leaving an ordinary, openable PDF.
How to Use
Upload the locked file — a ToolMintX .tmx file, or a standard password-protected PDF.
Enter the correct password. This tool does not crack or bypass passwords.
Click Unlock PDF.
Download the result: the exact original for a .tmx file, or a password-free image PDF for a standard PDF.
Features
Common Questions
About Unlock PDF
Open .tmx files made by ToolMintX Lock PDF back to the byte-exact original PDF. Also removes the password from a standard password-protected PDF you know the password to — though that path returns each page as an image, so its text is no longer selectable. You must know the password; this does not crack or bypass protection. Everything runs in your browser and the PDF engine is self-hosted, so nothing leaves your device.
Also known as: remove pdf password, decrypt pdf, unprotect pdf, open tmx file, decrypt locked pdf.
Processing Note
Unlock PDF runs in your browser, so the input you enter is processed locally on this page and is not uploaded to a ToolMintX account.
Tool Limits
PDF tools can preserve and rearrange documents, but they cannot guarantee that every viewer, printer, government portal, or third-party form will accept the file without a final check.
Explore More
PDF to JPG
Convert each page of your PDF into a high-resolution JPG image.
Client-sideJPG to PDF
Combine JPG and PNG images into one PDF, one image per page.
Client-sideHTML to PDF
Render HTML markup to a paged PDF that matches the preview exactly.
Client-sidePDF Compressor
Shrink scanned and image-heavy PDFs in your browser.
Client-side