Is any of my text or file data uploaded anywhere?
+
No. Every scan and every redaction happens on your device, inside your browser. Nothing you paste or drop is ever sent anywhere — you can disconnect your internet after the page loads and it keeps working.
What kinds of sensitive data does it catch?
+
Emails, phone numbers, IP and MAC addresses, credit card numbers (checksum-validated), IBANs, JWTs, and a rulepack of API keys and secrets (AWS, GCP, GitHub, Slack, Stripe, OpenAI, Anthropic, private key blocks, database connection strings, and generic password assignments), plus unusually random-looking tokens. National ID numbers are checksum-validated for the US (SSN), Canada (SIN), UK (National Insurance Number), Germany (Steuer-ID), France (NIR), Italy (Codice Fiscale), and Spain (DNI/NIE), plus a structural EU VAT number pattern you can turn on.
What does "pseudonymize" mean here?
+
Instead of just blacking a value out, the same original value is always replaced with the same placeholder — e.g. every occurrence of one email becomes <EMAIL_1> everywhere in the text. That keeps the scrubbed text readable and cross-referenceable. Every category can instead be set to Redact (a plain [REDACTED] marker), Mask (********), Remove entirely, or Highlight only (flagged for your own review but left completely unchanged in the exported file).
Can I see the final result before I export it?
+
Yes. "Preview Final Outcome" shows the entire document exactly as it will be exported — replaced values in green, highlighted-only values in yellow, removed values marked with a small gap indicator — built from the same logic as the actual Copy/Save, not a separate approximation.
Can I keep a specific match from being redacted?
+
Yes. Every match in the review list has a dismiss action to keep that one instance as-is, and you can add a value to a permanent allowlist so it's never flagged again.
Does this work on log files, JSON, and CSVs?
+
Yes — paste text directly or drop a .txt, .log, .json, or .csv file and it's scanned the same way. Structure-aware column and field detection for CSV/HAR is on the roadmap; today every format is scanned as text, which already catches the sensitive values inside them.