sanitize
Strip secrets from configs · 100% local
Running locally · No network
Network requests since load: 0
Font 13px
Storage None
Tracking None
Backend None
Source Open
INPUT — paste your config
Awaiting input…
ORIGINAL
+ SANITIZED · safe to share
Paste your config above to see the side-by-side comparison…
SCAN REPORT
Lines processed 0
Lines changed 0
Total redactions 0
Status Awaiting input

How to verify nothing is sent

Watch the network tab

Open DevTools (F12), click Network, clear it, then paste your config. The Network tab stays empty. No requests are made — your config never leaves this browser.

Disconnect the internet

Turn off your WiFi after this page loads. The tool keeps working. That's the proof — everything runs as JavaScript in your browser, not on a server.

Check storage yourself

In DevTools console, run this and see an empty result:

Object.keys(localStorage)

Nothing is saved. Close the tab and your config is gone forever.

Read the source

The entire tool is one HTML file you can view. Right-click → View Source. The redaction logic is right there in plain JavaScript. Audit it yourself.