How to password-protect a PDF
Contracts, payslips, medical results: some PDFs should not open for whoever finds them in an inbox. PDF has encryption built in, and you do not need Acrobat to use it.
Add a password
- Open Protect PDF and type the password the reader will need. Optionally set a different owner password that allows editing and permission changes.
- Drop one or more PDFs.
- Download. The files are encrypted with AES-256, the strongest scheme the PDF standard supports.
Send the password separately — a text message, not the same email. Encryption is only as good as the password, so use a long one; a passphrase of four random words beats Pa$$w0rd by a wide margin.
Remove a password
Typing the password every time gets old. Unlock PDF makes an unprotected copy of a file whose password you know. It also removes owner restrictions (no printing, no copying) — leave the password field empty for those.
It cannot crack a password you do not know. If you have lost it, the file stays locked; that is the point.
Protection versus deterrence
A password stops someone from opening the file. A watermark does not stop anything, but "CONFIDENTIAL — for Anna, 21 Sep" across every page makes a leaked copy traceable. Use both for sensitive documents.
All three tools run qpdf and pdf-lib in your browser; neither the file nor the password is sent anywhere.
Published 2026-09-21