How to use this tool
- Paste JSON, then choose the exact built-in field profile and replacement.
- Run Preview redaction and inspect both the JSON preview and changed pointer list.
- Review the result and diagnostics before copying or downloading.
Mask matching values recursively while keeping keys and the rest of the JSON structure visible for review.
Preview deterministic key-name redaction for common credential and optional personal fields before sharing JSON.
Mask matching values recursively while keeping keys and the rest of the JSON structure visible for review.
{"username":"ada","password":"secret","profile":{"email":"ada@example.com","access_token":"abc123"}}{
"username": "ada",
"password": "[REDACTED]",
"profile": {
"email": "ada@example.com",
"access_token": "[REDACTED]"
}
}No. The engine runs in your browser and applies local resource limits.
The tool reports a diagnostic and does not keep stale output.
It emits a reviewable JSON copy with configured key-name matches replaced and source input unchanged.
Key-name matching cannot discover secrets stored under unknown names or inside free text; manual review is mandatory.