Protect a PDF with a password

Encrypt a PDF so it can only be opened with a password.

Protect PDF needs a connected conversion service. This operation can't be done reliably in the browser or with plain PHP, so Quire is built to call a real document-conversion engine here. Once CONVERT_API_KEY is set in config/config.php, this tool becomes fully functional โ€” nothing is faked in the meantime.

Drag & drop a file here, or click to browse

Accepts .pdf ยท processed via connected service
๐Ÿ”’ When connected, files are sent to the configured conversion service over an encrypted connection and are not stored longer than needed to process your request.

How it works

1

Upload your PDF.

2

Set an open password.

3

Download the encrypted file.

Frequently asked questions

Real PDF encryption needs a cryptography library beyond what plain browser JavaScript can safely provide โ€” Quire connects to a server-side engine for this rather than faking it.

Related tools