Secrets
Passwords, provider API keys, tokens, client secrets, SAML, cookies, and JWT-like values.
Local-first developer safety
Clean logs, stack traces, config snippets, and terminal output before you paste them into issues, tickets, chats, or AI tools.
shareclean --report
$ cat app.log | shareclean --report
user=[EMAIL REDACTED]
password=[REDACTED]
postgresql://app:[REDACTED]@db/app
3 replacement(s) made.
Interactive browser demo
The playground runs entirely in your browser and closely follows the CLI's default rules. The command line tool remains the source of truth.
What it redacts
Passwords, provider API keys, tokens, client secrets, SAML, cookies, and JWT-like values.
Only the password segment is replaced, leaving host and database details intact.
Email addresses and local usernames in Windows, Linux, macOS, and WSL paths.
Private IP, phone, MAC, and custom regex redaction are available when you want stricter output.