PDFly · Blog

What a Used Laptop Sale Taught Me About PDF Security

A few years ago I sold a used laptop on a local marketplace. Before handing it over, I deleted every file I could find, wiped the browser history, the works. Weeks later, the buyer messaged me — a PDF I'd exported from a scanned tax form still had my full name, address, and account number sitting quietly in the file's metadata, even though the visible page looked clean. I hadn't touched it. I didn't even know PDFs carried that kind of hidden baggage.

That was my first real lesson that a PDF looking clean and a PDF being clean are two different things. Since then I've paid a lot more attention to what's actually inside these files, not just what shows up when you open them.

The stuff hiding in plain sight

Every PDF carries metadata — author name, software used, sometimes a company name pulled straight from your Word template, timestamps, occasionally even the file path from your computer. Most of the time it's harmless. Occasionally it's not. I've opened PDFs from other companies and found internal file paths that told me way more about their folder structure than they probably intended.

Then there's the layer people almost never think about: old edits. If a document has been revised inside certain editors without being flattened or re-exported properly, earlier versions of the text can sometimes still be recovered from the file. I didn't believe this until I tried it myself on an old contract draft and pulled out a paragraph that had supposedly been deleted two revisions earlier.

Encryption isn't just a password

For a long time I thought "secure PDF" meant "PDF with a password," full stop. Turns out there's a difference between weak and strong encryption under the hood, and a lot of tools still default to the weaker standard because it's more compatible with older PDF readers. If you're sending something genuinely sensitive — financial records, medical documents, anything with legal weight — it's worth checking whether the tool you're using applies proper AES-256 encryption rather than the older, much easier to crack RC4 standard. Most people never check this. I didn't, for years.

The digital signature confusion

I used to conflate three completely different things: typing your name at the bottom of a document, drawing a signature with your mouse, and an actual cryptographic digital signature that verifies the document hasn't been altered since signing. The first two are fine for everyday agreements. The third one matters when you need to prove, technically and legally, that nothing changed after the signature was applied. I learned this distinction the awkward way, when a client asked if our signed agreement was "certified," and I had to admit I genuinely didn't know what that meant at the time.

What actually happens when you "delete" something

This is the one that still bothers me. Deleting a page from a PDF, or dragging a black box over a paragraph, doesn't necessarily remove the underlying data — it can just hide it visually while the original content sits untouched in the file's structure. I've tested this on my own documents by selecting supposedly "deleted" text and, more than once, it was still there, fully selectable, just invisible. Proper redaction actually strips the data out. Covering it up does not. That distinction sounds small until you're the one who accidentally shipped a document with something underneath a black box that shouldn't have been recoverable.

Sharing is where most of the risk actually lives

Encryption and redaction get most of the attention, but honestly, the riskiest moment for most documents is the boring part — the sending. Wrong email address. Reply-all instead of reply. A shared drive folder with looser permissions than you thought. I've started treating "who can actually access this link or file" as seriously as the protection on the document itself, because a perfectly encrypted PDF sitting in a public folder isn't protected by much of anything.

What I actually check now before sending anything sensitive

I've settled into a rough habit rather than a rigid checklist. Before a document with anything personal, financial, or confidential goes out, I ask myself three things: does the metadata reveal anything I don't want it to, is the encryption actually strong enough for what's in the file, and am I certain the recipient is who I think they are. That third one sounds obvious, but it's the one I've slipped on most often.

For the actual protection step, I use PDFly's Protect PDF tool — it applies real encryption rather than a token password prompt, and it's straightforward enough that I don't have to second-guess whether I set it up correctly. I still double check the metadata separately, since password protection and metadata scrubbing aren't the same job, no matter how often people assume they are.

None of this makes a document bulletproof. Nothing really does. But most of the security failures I've seen — including my own — weren't from someone deliberately breaking in. They were from a file that quietly carried more information than anyone realized, sent to someone who technically shouldn't have had it. That's a much more ordinary problem than most security advice makes it sound, and it's also, thankfully, a much easier one to fix once you know to look for it.

A

Alex Rivera

PDFly Team

← Back to all tools