If a colleague sent you a password-protected PDF and typing the password every time is friction, you can strip the password once and save an unlocked copy — locally, no upload, no signup. This post shows how, and then explains the one thing you should not use this for.
The five-second version
- Open Zro7 Unlock PDF.
- Drop the encrypted PDF onto the drop zone.
- Enter the password you already have.
- Click Unlock PDF.
- Download the decrypted copy.
The decryption happens in your browser via pdf-lib — the PDF and the password never leave your device. You can verify this in DevTools → Network.
What you need before you start
You must know the user password (the one that opens the file). Zro7 does not — and cannot — bypass a password you don't know. That's how AES-256 works: without the key, the content is noise.
The difference between user and owner passwords
- User password — required to open the file. Removing it produces a normal PDF anyone can read.
- Owner password — restricts printing / editing after the file is open. Zro7 Unlock PDF also lifts these restrictions once you supply the user password.
When you should not use this
Never strip the password from a PDF you don't own or aren't authorized to distribute in unlocked form — bank statements shared under confidentiality, legal exhibits, patient records. The password is the sender's expression of intent. Unlock the copy for your convenience; don't publish the result.
Related tools
- Lock PDF — add AES-256 encryption to an unprotected PDF.
- Change PDF Password — rotate the password without producing an intermediate unlocked copy.
- Inspect PDF — see what encryption and permissions a PDF actually has.
Why doing this in the browser matters
Uploading an encrypted PDF and its password to a free online "unlock" service defeats the encryption in the worst way — the plaintext arrives on someone else's server along with the key. Doing the unlock locally keeps both on your device, which is the guarantee the encryption was meant to provide.
Zro7