Air-Gapped Secret & PII Redactor for AI Prompts
100% in-browser DLP sanitizer. Strip API keys, credentials, and customer PII before sending prompts to ChatGPT or Claude.
Protect sensitive credentials and customer PII by scrubbing AWS keys, Stripe tokens, GitHub PATs, JWTs, and credit cards with 100% in-browser DLP protection and bidirectional response unmasking.
Air-Gapped Secret & PII Redactor for AI Prompts
100% in-browser DLP sanitizer. Strip API keys, credentials, and customer PII before sending prompts to ChatGPT or Claude.
Share This Tool
Help your team and fellow developers save time with free, private client-side utilities.
Systems & Security Engineers • Applied Cryptography & High-Performance Web Tools
How to Use Air-Gapped Secret & PII Redactor for AI Prompts
Paste Sensitive Code or Prompt
Paste your logs, environment variables, or config files into the source editor.
Choose Redaction Style
Select between Synthetic Identifiers (<REDACTED_KEY_1>) or Asterisk Masking (sk_live_****).
Submit Sanitized Prompt to AI
Copy the safe sanitized text and submit it to ChatGPT, Claude, or Gemini without DLP risk.
Unmask AI Response Locally
Paste the AI's response in the Unmask tab to restore your real credentials and emails.
Practical Examples & Conversions
export AWS_ACCESS_KEY_ID="AKIAIOSFODNN7EXAMPLE" export STRIPE_KEY="sk_live_51NzTe..."
export AWS_ACCESS_KEY_ID="<REDACTED_AWS_KEY_1>" export STRIPE_KEY="<REDACTED_STRIPE_KEY_1>"
Frequently Asked Questions (PAA)
Related Tools & Converters
Algorithm Visualizer & Multi-Race
Interactive real-time visualization of sorting, pathfinding (A*, Dijkstra), and tree traversals.
In-Browser SQL Studio & SQLite WASM
Execute SQL queries, load schemas, import CSVs, and analyze execution plans client-side via SQLite WASM.
Regex State Machine Visualizer
Interactive AST and DFA/NFA state machine visualizer for regular expressions.
Java Execution Visualizer
Step-by-step Java code visualizer tracking stack frames, heap objects, and variable states.
JSON Formatter & Validator
Format, validate, minify, and inspect JSON with hierarchical tree navigation and syntax highlighting.
JWT Token Inspector & Decoder
Decode and inspect RFC 7519 JSON Web Tokens, headers, payload claims, and expiration timestamps.
Authoritative Standards & Citations
Calculations and algorithms on this page are implemented and verified in strict accordance with the following official technical specifications:
RFC 7519: JSON Web Token (JWT)
Standardized compact, URL-safe means of representing claims to be transferred between two parties.
Web Cryptography API Specification
Standard JavaScript API for performing basic cryptographic operations in web applications.
RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace
Definition of uniform format and generation algorithms for UUIDs.