Client-Side PII & Data Scrubber
Privacy100% In-BrowserSanitize logs, databases, and documents. Client-side regex & Luhn detection masks emails, phone numbers, credit cards, API keys, IP addresses, and SSNs with reversible token maps.
100% In-Browser Zero-Knowledge Sanitization
Your raw text, logs, and sensitive data never leave your browser. All regex and checksum parsing executes client-side.
Or drop a text/log file here
.txt, .log, .json, .csv up to 10MB
Free Client-Side PII & Data Scrubber — Zero Data Leaves Your Device
Why we built this: When debugging production crashes, sharing error logs with AI chatbots, or publishing database dumps, developers and support engineers regularly leak customer emails, phone numbers, API keys, and payment credentials. Cloud-based sanitizers defeat the purpose by uploading your secrets to yet another third party. We built this PII scrubber to sanitize text 100% in-browser.
How it works: 1) Paste your logs, chat transcripts, or SQL dumps (or drop a .txt, .csv, .log, or .json file). 2) Our client-side detection engine identifies emails, international phone numbers, Luhn-verified credit cards, IPv4/IPv6 addresses, API keys (AWS, OpenAI, GitHub tokens, JWTs), and SSNs. 3) Choose your masking mode (numbered tokens, generic [REDACTED], or asterisks), and copy the cleaned text or download the reversible token mapping table.
All pattern recognition and checksum validations execute locally in your browser memory. Token mappings are reversible only on your local machine, allowing you to de-anonymize data later without risking external leaks.
Frequently Asked Questions
Everything you need to know about using Client-Side PII & Data Scrubber safely and efficiently.
Related Online Utilities
Zero-Knowledge Secret Note Generator
Create self-destructing encrypted notes. AES-256-GCM encryption key is stored in the URL hash fragment (#key=...) which is mathematically never sent to web servers.
Client-Side File Encryptor & Decryptor
Encrypt and decrypt any file using military-grade AES-256-GCM and PBKDF2 (100,000 rounds) via the native Web Crypto API. Zero server uploads.
Password Entropy & Strength Auditor
Calculate true Shannon entropy, estimate brute-force crack times across 4 threat levels (online rate-limit to 10 GH/s GPU clusters), and generate secure passwords.