How secure PDF redaction works

Redaction should make hidden text unrecoverable, not just invisible. Most online tools fail this: they draw a black box but leave the text — or its geometry — in the file.

The glyph-position leak

The 2022 paper Story Beyond the Eye (arXiv:2206.02285) tested popular PDF redactors and found most leak the redacted content. Two failure modes: the characters stay in the content stream behind the box, or — even when deleted — the surrounding glyph advance widths and positions still encode the hidden string's length and identity, allowing reconstruction.

What SecureRedact does instead

All in your browser

Every step runs client-side via pdf.js, pdf-lib, and a canvas renderer. Your file is never uploaded. Try it now →