Add a password to your PDF file
Click or drop a PDF here
PDF Protect encrypts your PDF with the password you enter, using the @cantoo/pdf-lib library's standard PDF security handler entirely in your browser — your file is never uploaded to a server. The password is set as the document's user password (required to open it), while a separate, non-user-facing owner password retains full permissions; printing, editing, copying, and annotating are restricted for anyone opening it with the password you set.
Is PDF Protect free to use?
Yes, it's free with no signup required.
How secure is the encryption?
It uses the PDF standard security handler (RC4/AES depending on the source document's PDF version) via the pdf-lib encryption implementation. Anyone opening the file will be required to enter the password you set.
Will my file be uploaded to a server?
No, encryption happens entirely in your browser.
Can I set separate owner and user passwords or custom permissions?
The password you enter becomes the user password needed to open the file, and printing, editing, copying, and annotating are restricted by default. There's no UI yet to customize permissions or set a different owner password.