Password-protect or unlock your PDF files.
or click to browse
AES-256 (PDF 2.0, revision 6) — the strongest standard PDF encryption, the same strength Adobe Acrobat Pro produces. It runs entirely in your browser via qpdf compiled to WebAssembly; your file and password never leave the device. A correctly-chosen 12+ character password is infeasible to brute-force at this strength. Your text and layout stay intact — the file is encrypted in place, not flattened to images.
No — and by design, no one should. Strong encryption is only strong because it cannot be reversed, which is the whole point of protecting a document. The practical guardrail is to save the password the moment you set it (a password manager, or a written note kept somewhere secure) and to keep an unencrypted backup of any important PDF before encrypting the copy you will share.
Basic password protection unlocks full access once the password is entered. Advanced permission flags (print-disabled, copy-disabled) exist in the PDF spec but are widely ignored by third-party viewers — treat them as a hint, not a guarantee.
Yes — the entire decrypt / re-encrypt pipeline runs inside your browser tab. The password and file bytes never leave your device.
Privacy: Encryption and decryption both run in-browser through qpdf (WebAssembly, AES-256). No passwords, no file contents, and no metadata cross the network.