Free, browser-based utilities for everyday developer workflows

PII Detector & Redactor

Detect and redact emails, phones, SSNs, cards (Luhn), IPs, IBANs, JWTs, API keys, cookies, and sensitive fields. JSON / CSV / HTTP-header / .env / log aware. Runs locally — no upload.

Scan settings

Detectors by category

Input

Sanitized output

Findings

Custom rules

Regex stays local. Invalid regex / oversized patterns are blocked.

Reports

Masked by default — raw values stay local.

Next Steps

Sanitized output is handed off — never raw input.

JSON Formatter

Pretty-print or compact the sanitized JSON output.

CSV Viewer / Cleaner

Validate sensitive columns are cleared in the sanitized CSV.

HAR Sanitizer & Replay Packager

For full HAR cleanup with request/response body redaction.

HTTP Headers Parser

Re-inspect sanitized headers safely.

HTTP Security Headers Analyzer

Audit sanitized response headers for security posture.

XML / XPath / SOAP Inspector

Inspect XML/SOAP structure after redaction.

JWT & OAuth Toolkit

Decode a JWT locally (only if you genuinely need to inspect it).

Base64 Encoder / Decoder

Decode Basic-auth or Base64 payloads safely.

URL Parser & Query Builder

Strip secrets from query strings after redaction.

.env ↔ Properties ↔ JSON

Convert the sanitized config to another format.

Text Diff & Compare

Diff sanitized output against the original to verify redactions.

Line Tools

Sort / unique / filter sanitized lines.

How to use the PII Detector & Redactor

Paste any text, JSON, CSV, HTTP headers, .env, XML, or log snippet, pick a preset, and click Detect & redact. The tool detects emails, phone numbers, SSNs, credit cards, government IDs, tokens, JWTs, API keys, cookies, internal hostnames, and sensitive field names — then produces a sanitized copy you can copy, download, or hand off to another tool. Useful for sharing logs in tickets, attaching samples to bug reports, sanitizing data before pasting into ChatGPT or Claude, and reducing accidental data leakage. Runs entirely in your browser.

How to use it

  1. Paste your text, JSON, CSV, log lines, headers, .env, or XML into the input.
  2. Pick a preset that matches your context (LLM-prompt safe, ticket/PR, log share, screenshot prep).
  3. Choose a redaction mode: replace, mask, format-preserving, remove, pseudonymize, or hash.
  4. Click Detect & redact. Review the findings list and the sanitized output side by side.
  5. Toggle off any false positives, then copy or download the sanitized version.
  6. Send the sanitized output to another tool via the handoff menu.

What it detects

How it redacts

Workflow handoffs

Once your output is sanitized, hand it off to JSON Formatter, CSV Viewer, HAR Sanitizer, HTTP Headers Parser, Security Headers Analyzer, XML Inspector, JWT Toolkit, Base64, URL Parser, .env Converter, Text Diff, or Line Tools — the next tool will receive the sanitized copy, not the raw input.

Tips & pitfalls

FAQ

Runs locally in your browser. No uploads. No analytics on pasted content.

Related guides