Protect a PDF with a password

Add standards-compatible AES-256 password encryption to a PDF in your browser. The password is used on your device and is never sent to or stored on a server.

Drop your PDF file here or click to choose a file PDF file · processed on this device

Protect PDF in three steps

Add interoperable PDF password protection without a server round trip. A local qpdf WebAssembly worker writes standard AES-256 encryption, so the output remains a real PDF rather than a proprietary encrypted archive.

Encryption is AES-256, applied by the qpdf engine, which is the standard mainstream PDF readers expect. A file protected here opens with its password anywhere that opens PDFs, rather than only in the tool that made it.

Choose a password you can send separately. The weak point of a protected PDF is almost never the cipher; it is that the password gets emailed in the same thread as the document, leaving both in one inbox. Sending the file one way and the password another is what makes the protection worth applying at all.

Protection controls opening, not what happens afterwards. Once a recipient has the password they can read, copy, print, and forward the contents, and permission flags that claim otherwise are advisory and widely ignored by readers. If material must not be redistributed, encryption is not the control that achieves it.

A forgotten password cannot be recovered, by us or by anyone else. That is the point of the cipher. Keep the original unencrypted file somewhere safe before protecting the copy you are sending.

The password is typed into a page with nowhere to send it. It is used by a local worker and exists only in memory while the document is written, which is a materially different proposition from uploading a confidential file and its password together.

  1. 1

    Choose an unlocked PDF

  2. 2

    Enter and confirm a strong password

  3. 3

    Encrypt and download the protected PDF

Frequently asked questions

Which encryption is used?

The output uses PDF-standard AES-256 encryption through qpdf WebAssembly.

Can FileGizmo recover a forgotten password?

No. Keep the password safely; it is not stored or sent anywhere.

Will normal PDF readers open the result?

Modern readers that support PDF 1.7 AES-256 encryption can open it with the password.

Is the password uploaded?

No. Both password and PDF stay in the local browser worker.

Related guides

How to sign a PDF without extra softwareAdd a visible signature to a PDF in the browser, understand when Apple Markup works, and know when a certificate-backed signature is required instead.How to properly redact a PDFLearn why drawing a black box does not remove PDF data, what true redaction must destroy, and how to verify a redacted document before sharing it.How to remove a password from a PDF you ownTake the password off a bank statement, payslip, or policy PDF you own, entirely in your browser, plus what to do when the file refuses to unlock.How to sign a PDF on Windows, Mac, iPhone, or AndroidAdd a visible signature to a PDF on any common device, choose the right built-in or browser tool, and verify the signed copy before sending it.