Utilumo
LightDarkSystem
Guide1 min readUpdated June 29, 2026

How to redact text safely

Short answer

To redact text safely, replace the sensitive parts with a placeholder so the original characters are gone from the file, not merely covered. Hiding text behind a black box or formatting still leaves it in the underlying data.

Hiding is not redacting

Covering text with a black rectangle, changing its color to match the background, or hiding it with formatting leaves the original characters in the file. Anyone can select, copy, or inspect the document to recover them. Real redaction removes the characters entirely.

A classic mistakeBlack boxes drawn over text in a PDF or image often sit on top of the data, not in place of it. The text underneath is still there.

What to redact

  • Names, addresses, phone numbers, and email addresses
  • Account numbers, card numbers, and identifiers
  • API keys, tokens, and passwords pasted into logs
  • Anything that uniquely identifies a person or system
Try it: Text RedactorReplace sensitive spans with placeholders locally, so the original text is removed from the output.Open tool

Check the result

After redacting, read the output as if you had never seen the original. Try to copy the placeholders, and confirm no sensitive detail survives in surrounding context, metadata, or earlier versions of the file.

References

Questions

Is putting a black box over text enough?

No. In most documents the text remains underneath and can be copied or recovered. Safe redaction removes the characters, replacing them with a placeholder.

What about hidden data like metadata?

Redacting the visible text is only part of the job. Files can also carry sensitive details in metadata, so strip that too where relevant.

Does the text redactor upload my content?

No. Redaction happens locally in your browser tab and your text is never uploaded.

Keep reading