Mask emails, phones, IPs, tokens, UUIDs, and secret-looking values in JSON, CSV, XML, and plain text.
Paste logs, payloads, exports, or copied responses and redact the parts you should not leak before posting them in tickets, chats, docs, or bug reports. The scrubber auto-detects JSON when possible, masks common sensitive values, and falls back to safe text-based redaction for CSV, XML, and other formats.
Paste your content, leave the format on Auto Detect unless you need to override it, then click Scrub Sensitive Data. Review the redacted output and copy the safe version.
Sensitive data leaks rarely happen because someone intended to publish a secret. They usually happen because a log snippet, API response, CSV export, XML payload, or support transcript was copied too quickly into a ticket, chat, bug report, or shared document.
This privacy scrubber is designed for that exact moment. Paste the content you want to share, mask the values that should not leave your machine, then copy the cleaned version onward. The first version is especially good for JSON, but it can also scrub CSV, XML, pasted logs, and other text-based formats.
The current version looks for several common categories of sensitive data:
token, password, secret, apiKey, email, or phoneIf the input is valid JSON, the tool parses it and rewrites values more carefully so the output stays valid JSON. For CSV, XML, and other text formats, it applies pattern-based scrubbing directly to the pasted text.
Yes, the tool can work beyond JSON.
That means v1 is already useful across multiple formats, while leaving room for deeper format-specific logic later.
This first version does not try to understand every schema or every proprietary token format.
It does not:
That limitation matters. A scrubber should reduce obvious leakage fast, but users should still review the result before posting anything externally.
For support and debugging work, a reliable flow is:
That gives you a repeatable, low-friction privacy step instead of relying on manual search-and-replace every time.
No. JSON gets the best structured handling, but the scrubber also works on CSV, XML, logs, and other pasted text using format detection plus raw-pattern redaction.
Valid JSON is preserved when the input can be parsed as JSON. Other formats are scrubbed as text, so the layout is usually preserved, but you should still review the result before sharing it.
This tool runs entirely in your browser. Nothing you type or paste is sent to any server — all processing happens locally on your device.