01 / Fast steps
- Drop or select the PDF you want to protect.
- Type the password that will be needed to open it.
- Download the encrypted copy. Your original file is untouched.
Drop a PDF, choose a password, and download a copy that will not open without it. The encryption runs inside your browser with AES-256, so the document and the password you picked are never transmitted to anyone, which for this particular tool is not a detail but the whole point.
Your files never leave your device.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Good to know
It depends entirely on the encryption the tool picked, and the range is enormous. The PDF standard still allows 40-bit RC4 from 1996, which is recoverable in minutes on an ordinary computer, and 128-bit RC4, which is also broken. Only AES-256, introduced with PDF 2.0, is considered sound today, and it is what this tool always uses. Given that, the weak link becomes the password itself: AES-256 with the password "1234" is not secure, because attackers guess passwords rather than attack the cipher. A long passphrase you can remember beats a short complicated one.
Because of what the alternative involves. When a website encrypts a PDF for you, it receives two things in the same request: the document you consider sensitive enough to lock, and the password that opens it. Both sit in that server's memory, and often on its disk, for as long as its retention policy says. You are protecting a file from strangers by first giving it and its key to a stranger. Here the qpdf engine runs as WebAssembly inside your tab, the encrypted copy is written straight to your disk, and nothing about either is transmitted.
A PDF can carry two. The user password is the one that has to be typed before the file opens, and it genuinely encrypts the content. The owner password only governs permissions such as printing or copying text, and when a file has restrictions but no user password its content is not encrypted at all, which is why any tool can strip those restrictions in a second. This tool sets your password as both, so the file is really encrypted and the protection cannot be removed by someone who does not know it.
Yes, as long as you know it: Remove PDF password does exactly that, also in your browser. Keep the original unencrypted file somewhere safe anyway. If the password is lost, the document is not recoverable by us or by anybody else, and any site claiming it can crack an AES-256 PDF is either guessing passwords or lying.