Click or Drag PDF here
Works best under 50MB · Processed Locally
Use at least 6 characters. There's no way to recover this password later, so keep it somewhere safe.
Advanced: Restrict printing & copying
These restrictions are enforced by compliant PDF readers. The password above is still required to open the file at all.
Encrypting your file...
Your PDF is Locked
Anyone opening this file will need the password you set. Store it somewhere safe — it can't be recovered.
Download Locked PDFHow to Password Protect a PDF
1. Select File
Choose the PDF you want to lock. It stays on your device the entire time.
2. Set a Password
Type and confirm a password. Optionally restrict printing or copying too.
3. Download
Get your encrypted PDF instantly, ready to share or store safely.
Why Lock PDFs Here?
Real AES-256 Encryption
The same standard used by banks, not a cosmetic "lock" icon.
Your File Never Leaves Your Device
The irony of uploading a confidential file just to lock it, avoided entirely.
Free, No Limits
No daily cap, no account, no watermark on the result.
Quick FAQ
Is this real encryption or just a visual lock?
Real AES-256 encryption, the PDF standard's strongest option. Any reader will require the password to open the file at all.
What if I forget the password?
It can't be recovered by us or anyone else — it's never stored anywhere. Keep a copy of the original unlocked file if you're at all unsure.
Does the file get uploaded anywhere?
No. Encryption runs in your browser using JavaScript. You can verify this yourself in your browser's developer tools Network tab.
How PDF Password Protection Actually Works
What "AES-256" actually means, the difference between the two kinds of PDF password, how strong is strong enough, and the honest limits of what a password can protect.
"Password protected" gets used loosely enough that it's worth being precise about what it actually means for a PDF. Some tools apply what's effectively a UI-level lock — a viewer that asks for a password before displaying the content, while the underlying file itself is still fully readable by anything that skips the prompt. A properly encrypted PDF is different: the password isn't checked by an app, it's mathematically required to reconstruct the file's contents at all. Without it, the data inside is unreadable noise to every PDF reader in existence, not just the one you happened to use, whether that reader is on a laptop, a phone, or an entirely different operating system.
This guide covers what real PDF encryption actually does, the two different passwords a PDF can have and why they serve different purposes, how to judge whether your password is actually strong enough, and where a password's protection genuinely ends — because being clear about the limits is part of using it correctly, not a reason to avoid using it at all. None of it requires a background in cryptography; it just helps to know what you're actually relying on before you send something sensitive out into the world.
What "AES-256" Actually Means
AES stands for Advanced Encryption Standard — a specific, publicly documented method for scrambling data that was selected by the US National Institute of Standards and Technology after years of open review, and has since become the default encryption standard used by governments, banks, and the HTTPS connection securing this very page. The "256" refers to the key size: 256 bits, meaning the number of possible keys is a number so large that trying every combination by brute force, even with enormous computing power, is not a realistic attack in any practical timeframe — estimates for exhausting that key space run well past the remaining lifespan of the sun, which is the scale being talked about when the algorithm itself is described as unbreakable.
When you lock a PDF with a password, that password isn't used to encrypt the file directly. Instead, it's run through a key-derivation process that turns it into the actual 256-bit encryption key, which then scrambles the document's content streams. This is an important distinction: the strength of AES-256 as an algorithm is not in question — what actually determines how hard your file is to open without permission is almost entirely the password itself, not the math behind it.
A weak password with AES-256 behind it is still a weak lock. The algorithm being unbreakable doesn't help if "password123" is guessed in the first ten tries. The password you choose matters more than which encryption tool you use — this is true whether you're locking one document a year or fifty of them every week.
Why AES-256 Replaced Older PDF Encryption
PDF encryption has gone through several generations since the format was first specified, and the version in use matters more than most people realize when judging how protected a file actually is.
Early PDF versions relied on RC4, an encryption method that was reasonable for its time but has since accumulated well-documented cryptographic weaknesses discovered over years of security research — weaknesses serious enough that RC4 is now considered broken for anything security-sensitive, in PDFs and elsewhere. A PDF locked with RC4 in a 40-bit or even 128-bit key can, with modern computing power, be attacked far more practically than one locked with AES-256. Some tools still offer RC4 purely for compatibility with very old PDF readers from the early 2000s that never received support for the newer standard.
AES-256, standardized for PDF in the format's 2.0 revision, closed those gaps and remains unbroken in any practical sense today. This tool defaults to AES-256 for exactly that reason: unless you have a specific, unusual reason to support a PDF reader old enough to predate it, there's no advantage to choosing anything weaker, and there's a real cost to choosing something that's already been shown to have exploitable flaws.
User Password vs. Owner Password
The PDF specification actually defines two separate passwords a document can have, and the distinction trips people up constantly because most tools — including plenty of paid, well-known ones — only ever ask for one and quietly ignore the other:
| User Password | Owner Password | |
|---|---|---|
| What it controls | Whether the file opens at all | Permissions once it's open |
| Who needs it | Anyone viewing the document | Only someone changing permissions |
| Typical use | "You need this to read the file" | "You need this to print/copy/edit" |
| If left unset | File opens with no password | Permissions default to unrestricted |
Most people only need a user password — a single password that's required to open the file at all, which is what this tool sets by default. The optional "restrict printing and copying" setting layers in permission flags without requiring a second password to open the document; anyone with the user password can still open and read it, but compliant readers will honor the restriction on printing or copying. It's worth knowing that permission restrictions rely on the PDF reader respecting them — they're a genuine part of the file format, not just a suggestion, but they're a softer control than the open password itself, which cryptographically blocks access rather than politely asking a reader to comply.
How Strong Does Your Password Actually Need to Be?
Since the encryption algorithm itself isn't the weak point, password strength is where nearly all the real-world risk lives. A few concrete guidelines worth following every time, not just for documents that feel especially sensitive:
- Length matters more than complexity tricks. A 14-character passphrase of unrelated words is typically stronger and easier to remember than an 8-character jumble of symbols.
- Avoid anything guessable from context. Company names, document titles, dates tied to the document, or anything visible in the filename defeats the purpose immediately.
- Don't reuse a password you use elsewhere. If that password is ever exposed in an unrelated breach, this document becomes exposed too.
- Match the strength to the sensitivity. A password protecting a family photo album and one protecting a signed legal settlement don't need to meet the same bar, and treating every file identically usually means the important ones aren't protected quite enough.
A rough, practical target: at least 10-12 characters, not found in a dictionary as a single word, and not tied to information someone targeting you specifically could look up. That single choice affects your actual security far more than anything else covered in this guide.
A Simple Way to Generate a Strong Password
If a truly random password feels hard to come up with on the spot, a reliable low-effort method is stringing together four or five unrelated words that have no logical connection to each other or to the document — not a phrase, just words picked independently, since the strength comes from unpredictability rather than length alone. "Correct horse battery staple" style combinations are memorable specifically because the words don't relate to each other, making them hard to guess through context even though they're easy for a person to recall and retype accurately, including on a phone keyboard where typing a long random string of symbols is genuinely awkward.
For documents that only need to survive a single exchange rather than long-term storage — sending a locked file to a colleague who'll open it within the hour — the bar can reasonably be a little lower than for something locked and stored for years. Matching the effort to how long the protection actually needs to hold is a reasonable, practical trade-off rather than a shortcut.
Confirming the Lock Actually Worked
Before relying on a freshly locked file for anything important, it's worth spending thirty seconds confirming it behaves the way you expect.
Close the downloaded file completely, then reopen it — either by double-clicking it or dragging it into a fresh browser tab. A correctly encrypted PDF will immediately prompt for a password before showing any content at all, not after a delay, and not with a preview visible behind the prompt. Try opening it in more than one reader if you have access to more than one (a phone's built-in viewer plus a desktop application, for instance) — genuine encryption behaves identically everywhere, since the protection lives in the file itself rather than in any particular app's settings, unlike a viewer-level lock that might only be enforced by the one application that created it.
If a reopened file shows content without ever asking for the password, something went wrong in the process and the file should not be treated as protected — re-run the tool rather than assuming it worked, and don't send that file onward until the check passes cleanly.
Sharing the File Without Sharing the Password the Same Way
Encrypting a PDF solves nothing if the password travels alongside it in the same email, the same chat thread, or the same message. Anyone who intercepts one gets the other for free, which defeats the entire purpose.
The standard practice, used across legal, healthcare, and financial industries specifically because it's simple and effective: send the locked file one way, and the password a different way entirely. Email the PDF, then text or call the password. Share it over a messaging app the recipient already trusts, or read it aloud on a call. The specific channel matters less than the fact that it's a different one from wherever the file itself travelled — that separation is what actually makes the password protection meaningful in practice, not just in theory.
What a Password Can't Protect Against
Being honest about the edges of what this actually does is part of using it responsibly:
- A weak password, given enough time. A short, common password can eventually be guessed through automated attempts. Strong, unique passwords are what make this impractical, not the encryption algorithm alone.
- Someone who already has the password. Encryption controls who can open the file, not what a legitimate recipient chooses to do with it afterward, including forwarding it further.
- A device that's already compromised. If malware is capturing keystrokes or screen contents on a device where the file gets opened, the password protection has already been bypassed at a different layer entirely.
- Loss of the password itself. There is deliberately no back door — that's what makes the encryption real — which also means a forgotten password is unrecoverable, not a minor inconvenience.
- A recipient sharing the password further. Once someone has both the file and the password, nothing technical prevents them from passing both along to someone else — the protection controls initial access, not ongoing custody.
- Metadata outside the encrypted content. Depending on how a file was created, some document properties or filenames may remain visible without the password, even though the actual page content does not. Sensitive information shouldn't be placed in a filename regardless of encryption.
None of this makes PDF password protection weak — it means it does exactly one job, extremely well: preventing a file from being opened by anyone who doesn't have the password. Understanding that scope is what lets you use it correctly rather than treating it as a solution to problems it was never designed to solve.
A Note on Typing Passwords Carefully on Mobile
Locking a PDF from a phone is exactly as capable as doing it from a desktop, but small keyboards make password mistakes easy in a way that's worth a moment of extra care.
Use the show-password toggle before submitting rather than typing blind twice and trusting that both attempts matched — it's faster to visually confirm once than to discover a mismatch after the fact. Watch for autocapitalization silently changing the first character of a password field, a common source of "my password doesn't work" confusion later, and disable predictive text or autocorrect for the password fields specifically if your keyboard tends to alter unfamiliar character sequences.
If the document is going somewhere important, typing the password once, revealing it, and reading it back character by character before locking the file takes a few extra seconds and eliminates the single most common point of failure in the entire process — a mismatched password that only becomes obvious once the recipient calls to say the file won't open.
Where PDF Password Protection Comes Up Globally
Locking a PDF isn't a niche need — it's a routine part of how sensitive documents move between people and organisations everywhere:
- HR and payroll. Offer letters, payslips, and appraisal documents containing salary figures are frequently required to be password-protected before being emailed, as standard company policy in many organisations.
- Legal practice. Settlement agreements, case files, and client communications often need to be locked before they leave a firm's systems, particularly across jurisdictions with strict confidentiality obligations.
- Healthcare administration. Referral letters and records containing patient information typically require encryption before transmission under health-data regulations in most countries.
- Accounting and tax. Tax filings, audit documents, and financial statements shared between accountants and clients commonly carry a password requirement, especially during filing season when volume is highest.
- Cross-border data transfers. Regulations like the EU's GDPR don't mandate a specific tool, but encrypting personal data before it crosses borders over email is a widely used, practical way to reduce exposure if a message is misdirected or intercepted.
- Personal use. Scanned ID documents, wills, and family financial records shared with relatives or advisors benefit from the same protection individuals rarely think to apply outside a workplace context.
- Real estate transactions. Purchase agreements, mortgage documents, and title paperwork routinely change hands between buyers, sellers, agents, and lenders, and often need to be locked before crossing between these different parties.
- Freelance and consulting work. Independent contractors handling client financial data, contracts, or proprietary information frequently need to apply the same protections a larger company's IT policy would otherwise enforce automatically.
What connects nearly all of these situations is that the document is moving between parties who don't share the same internal systems or trust boundary — exactly the moment when a password stops being a formality and starts doing real work, and exactly the moment a plain, unprotected attachment is riskiest.
Common Mistakes to Avoid
- Sending the password in the same message as the file. Covered above, and the single most common mistake that quietly defeats the whole exercise.
- Using the same password across many documents. One exposed file compromises every other document sharing that password, turning a single mistake into many.
- Forgetting to keep an unlocked backup. Once locked and the password is lost, there is no legitimate recovery path — keep the original safely if there's any chance you'll need it again.
- Assuming encryption replaces careful sharing. A locked PDF sent to the wrong recipient is still a document mistakenly in someone else's hands — encryption buys you a second layer of protection, not a reason to be less careful with the first.
- Choosing a password tied to the document itself. Using the recipient's name, the document date, or the company name as the password removes most of the actual protection, since these are the first things anyone would try.
- Locking the wrong version of a file. When a document has gone through several drafts, double-check the file being locked is genuinely the final one — encryption doesn't undo the need for basic version control.
- Treating "restrict copying" as equivalent to "prevent screenshots." Permission flags govern what compliant software allows through its own interface; they can't stop someone from photographing their screen, which is a limitation worth knowing about rather than discovering later.
When Company Policy Requires It
Many organisations don't leave PDF encryption to individual judgment — it's written into data handling policy, particularly for anything touching financial records, health information, or personally identifiable data crossing outside internal systems. If that's the situation you're in, a couple of practical notes apply on top of everything above.
First, check whether the policy specifies a minimum encryption standard or password length — AES-256 satisfies essentially every policy in practice, but it's worth confirming rather than assuming, especially in regulated industries with specific audit requirements. Second, keep a personal record (outside the document itself) of which password was used for which file if you're locking many documents over time; a consistent naming or storage convention for passwords matters as much operationally as the encryption strength does, since a forgotten password on a business-critical document isn't just inconvenient, it can be a genuine compliance problem if that document needs to be retrieved later for an audit or legal request. A password manager, used consistently, solves most of this friction without adding meaningful overhead to the process.
Frequently Asked Questions
Is browser-based PDF encryption as strong as desktop software like Adobe Acrobat?
Yes, when the underlying algorithm is the same. AES-256 is AES-256 regardless of which application implements it correctly — the strength comes from the standard itself, not from which company's software applied it.
Can I set both a user password and an owner password at once?
The PDF format supports both simultaneously. For most everyday needs, a single open password with the optional print/copy restrictions covers the situation without needing a fully separate owner password.
Will locking a PDF make the file bigger?
Only marginally. Encryption adds a small, fixed amount of overhead for the security metadata; it doesn't re-encode the actual content the way compression does, so the size stays close to the original.
Can I still search or select text in a locked PDF once it's opened with the password?
Yes, unless copying was specifically restricted using the advanced permission option. Locking a PDF encrypts access to the file, not the text layer within it once legitimately opened.
What happens if I try to lock a PDF that's already password protected?
An already-encrypted PDF generally needs to be unlocked with its existing password first before a new password can be applied. Attempting to re-lock an encrypted file directly typically fails or produces an unreliable result.
Is it legal to password-protect any PDF I want?
Encrypting your own documents, or documents you have the right to modify, is not restricted. The consideration is usually the reverse: certain regulated industries require encryption for specific document types rather than prohibiting it.
Does this work the same way on a phone as on a computer?
Yes. The encryption runs the same way in a mobile browser as on desktop, so locking a PDF from a phone before sharing it works identically, with no app install required.
Does this work the same way on a phone as on a computer?
Yes. The encryption runs the same way in a mobile browser as on desktop, so locking a PDF from a phone before sharing it works identically, with no app install required.
Why does this tool need my password if it never uploads my file?
The password is needed locally to actually perform the encryption calculation inside your browser — it's used in memory for that single operation and is never transmitted anywhere or written to storage, which you can confirm using the Network tab in your browser's developer tools.
Should I restrict printing and copying, or just set a password?
For most sharing situations, the password alone is sufficient. The printing and copying restrictions are worth adding when you specifically want recipients to be able to read a document on screen without being able to redistribute or print copies of it.
Is a locked PDF safe to store in cloud storage like Google Drive or Dropbox?
Considerably safer than an unlocked equivalent — even if the storage account itself were ever compromised, the file's contents remain encrypted and unreadable without the separate password, which is exactly the scenario this kind of protection is designed for.
A PDF password does exactly one thing, but does it completely: without it, the file's contents are not recoverable by any standard PDF reader, on any device, by any means short of guessing the password itself. What determines whether that's meaningful protection in practice comes down to two choices entirely within your control — picking a password strong enough to matter, and sharing it through a different channel than the file itself travelled. Everything else, the algorithm included, is already handled correctly the moment you lock the file. Whether it's a single payslip or a folder of client contracts, the same short list of habits is what separates a password that's genuinely protecting something from one that's just there for show.