Protect a PDF with a password
Lock a document so it asks for a password. Your file never leaves this device.
- Nothing is uploaded
- Works offline
Drop your PDF here
Add a password that has to be typed before the document will open. It is encrypted on this device and never uploaded.
Encrypted here, not on a server
Password-protecting a document on most sites means uploading the very file you are trying to keep private, and handing over the password with it. Docqify encrypts it in your browser instead, using AES-128 — the standard security handler that Acrobat and every mainstream reader understand. The password is used to derive the key and then forgotten when the tab closes. It is never sent anywhere, because the page is not permitted to send anything anywhere.
- The encryption is AES-128, written as a standard PDF security handler, so the file opens in any normal reader once the password is given.
- The permission switches are recorded in the document and respected by mainstream readers, but nothing enforces them. Once the password is accepted the content is readable, and software that ignores those flags can do as it likes.
- There is no way to recover a forgotten password — not by us, not by anyone. Nothing is stored, so keep the original.
- Everything runs on your device. The page ships a Content Security Policy that blocks connections to any other origin, so neither the document nor the password can be sent anywhere.
Questions
Protect a PDF — the details
PDF tools
Already have a PDF?
The same guarantee applies to every one of these: the file is opened by your browser, worked on there, and never sent anywhere.
- Merge PDFCombine PDFs into a single document. Your files never leave this device.
- Split PDFBreak a PDF into separate documents. Your file never leaves this device.
- Compress PDFMake a PDF small enough to send. Your file never leaves this device.
- Rotate PDFFix pages that came out sideways. Your file never leaves this device.
- Extract PDF pagesTake the pages you need and leave the rest. Your file never leaves this device.
- Remove PDF pagesTake out the pages you do not want. Your file never leaves this device.
- Add page numbersNumber the pages and watch where they land. Your file never leaves this device.
- PDF to JPGTurn PDF pages into images. Your file never leaves this device.
- PDF to PNGTurn PDF pages into lossless images. Your file never leaves this device.