How to Convert PNG and JPG Images to PDF Privately
A careful PNG-to-PDF or JPG-to-PDF workflow keeps page images on your device, preserves their intended order, and ends with a check of the finished document.
Read guide →Encrypt a PDF with 256-bit AES using qpdf compiled to WebAssembly, so neither the file nor the password reaches a server.
Drop a PDF here or click to browse
This PDF is processed in your browser and is not uploaded to opentools.
Reviewed 2026-08-15
Encryption is handled by qpdf, the same library many command line workflows rely on, compiled to WebAssembly and run inside the page. The document is encrypted with 256-bit AES, which is the strongest scheme the PDF specification defines and the one current readers expect.
This is the part that matters when the file is sensitive: a server-side encryption service has to receive your unprotected document and your chosen password in order to do the work. Here both stay in the tab. The encrypted output is assembled locally and handed to your browser as a download.
If you leave the owner password blank it is set to match the user password. The user password is the one needed to open the document, so that combination is the straightforward "you need this password to read the file" setup rather than a permissions-only restriction that most readers ignore anyway.
It uses 256-bit AES, the strongest option in the PDF specification, applied by qpdf. A password of reasonable length and randomness is not feasible to brute force; a short dictionary word is, so the password you choose matters more than the cipher.
No. The document is processed by WebAssembly and JavaScript running inside the page, so the bytes never leave your device. There is no upload step and nothing to delete afterwards.
The user password is required to open the document. The owner password governs permissions such as printing and editing, and can bypass those restrictions. Leaving the owner field blank sets it to the user password.
No. Nothing about the document or the password is stored anywhere, and the encryption has no back door. Save the password before you distribute the file.
Yes, in any reader that supports AES-256, which covers current versions of Acrobat, Preview, Chrome, Edge, and Firefox. Very old readers predating the standard may not open it.
Browse every pdf tools, or jump straight to pdf security.
A careful PNG-to-PDF or JPG-to-PDF workflow keeps page images on your device, preserves their intended order, and ends with a check of the finished document.
Read guide →The meaningful distinction is not the interface but where bytes are processed, stored, logged, and returned.
Read guide →A browser-local PDF size reducer can decrease PDF size without an upload, but this workflow rasterizes pages and may remove selectable text, links, forms, and document structure.
Read guide →