A contract, a passport scan, a medical statement, a financial report โ documents you can't leave open. The "Password Protect" tool in pdfredX encrypts a PDF right in the browser: without the password the file won't open in any compliant viewer. Neither the document nor the password goes to a server.
Step 01. Upload the PDF
Open pdfredx.com and add the document you need to protect. The file is read locally in the tab โ nothing is sent to a server.
Step 02. Set a password
Turn on password protection and enter the password twice (to confirm). The rules are simple: at least 6 characters, and both fields must match. Choose a strong password โ all the protection rests on it, and it cannot be recovered if lost (the file would be impossible to open).
Step 03. Download the protected PDF
Press "Create PDF". The document is assembled already encrypted, and the file name gets a _protected tag. When anyone tries to open it, any viewer โ Adobe, a browser, a mobile app โ will ask for the password first. The download goes straight from the browser. Free, no registration.
How it works under the hood
The password is passed to the jsPDF constructor via the encryption option โ the document is created right away with standard PDF encryption (RC4) enabled. This is not a "lock on top of the file" or a script stub: the content itself (the page streams) is encrypted, and an /Encrypt dictionary is written into the PDF structure. That's why the password is required by any compliant viewer, not just one particular app. All of this happens in the tab's memory โ the password and the file never leave the device.
Known limitations
The password can't be recovered. We don't store or transmit it โ if you forget it, the document can't be opened. Write the password down in a safe place.
Encryption is RC4 128-bit, not AES-256. This is real "password to open" encryption, compatible with all viewers, and it's enough to keep an outsider from opening the file. But RC4 is a legacy algorithm: against a targeted attack with specialized tools it's weaker than modern AES. For especially sensitive documents, use the password as one layer, not the only measure.
Strength of protection = strength of the password. A short or obvious password is broken by brute force. Use a long password of random characters.
Need to place a visible "Copy" mark or a logo rather than lock the file? That is the Watermark tool.
Try it right now โ pdfredx.com, no registration, your files stay with you.
