Secrets & PII Scrubber
Redact secrets and scrub PII patterns from logs and text.
Sensitive data: Anything you enter is processed in your browser only. It is never uploaded or logged on a server.
Redacting secrets and scrubbing PII
Incident response and support workflows require sharing logs without exposing API keys, bearer tokens, emails, or credit card patterns. Scrubbers apply pattern libraries and masks to produce shareable excerpts.
Redaction is imperfect when secrets lack recognizable formats. Review output manually and rotate any credential that might have leaked before scrubbing. Custom internal token formats may need supplemental regex rules in your pipeline.
PII regulations may forbid certain fields in tickets entirely, not just masked. Scrubbing complements policy; it does not replace legal review for GDPR or HIPAA contexts.
Scrub locally before attaching logs to vendor support portals. Browser redaction avoids uploading full files to third-party secret scanners.
Reference Guide
Security tool - all processing runs locally in your browser. No data is sent to a server.
Operation: secrets-redact
Paste input, click Run, and copy the result. For two-input tools, fill both fields before running.
Example Input
api_key=sk-live-abc123 password=hunter2
A sample loads automatically when you open this tool. Use Load Sample to reset it.
