Ffile2fix
Sign in Get started
← All tools

Database Anonymizer

Replace selected values in bounded SQL or CSV text with deterministic or random placeholders; inspect the output before sharing it.

⚑ 199 points per successful run · Balance: 0 · Buy points

SQL Dump or CSV

Paste simple INSERT statements or CSV data. PII-looking columns (email, name, phone, address, ip) are detected by name and replaced with realistic fake values β€” the same original value always maps to the same fake value. This is a deterministic test-data helper, not a compliance-grade anonymization guarantee.

Anonymized Output

Paste a SQL dump or CSV to see anonymized output here.

How to Use

Paste a SQL dump made of INSERT INTO table (col1, col2, ...) VALUES (...), (...); statements, or CSV data with a header row. The tool inspects the column names for common PII patterns (email, name, phone, address, ip) and replaces matching values with realistic-looking fake data. Replacement is deterministic β€” the same input value always produces the same fake value β€” so relationships between rows (referential integrity) are preserved. Use only simple INSERT/CSV input, keep the original offline, and do not treat the result as a legal or irreversible anonymization guarantee.