Why encrypt a PDF
Emailing a PDF with sensitive content — a contract, tax document, medical record, or financial statement — without protection means anyone who intercepts it (a misdirected email, a shared inbox, a compromised account) can open it freely. Adding a password requires the correct password before the file will even open, which is a meaningful extra layer, especially for documents sent over email.
How the encryption works here
The tool applies standard PDF encryption (typically AES-128 or AES-256, depending on your PDF viewer's support) directly in your browser. Because processing happens locally, your file and the password you set are never transmitted to a server — which matters, since sending a sensitive document *to* a password tool defeats the purpose if that tool isn't handling it locally.
Choosing a good PDF password
Don't reuse a password you use elsewhere — if the PDF is intercepted, a reused password risks other accounts too.
Share the password through a different channel than the one you sent the PDF (e.g., text message if the PDF went by email) — this is the actual security benefit of encryption; sending both together in the same email defeats it.
For long-term sensitive documents, consider a passphrase rather than a short password, for the same reasons covered in our Password Strength tool.
FAQ
What if I forget the password I set?
Since encryption happens locally and no password is stored anywhere, there is no recovery option — keep a secure copy of the password (e.g., in a password manager).
Will the recipient need special software to open it?
No — any standard PDF reader (Adobe Reader, Preview, browser PDF viewers) will prompt for the password and open the file normally once entered.