Anonymize SQL Dumps in Seconds

Keep your production data safe when sharing with developers

# Before: Production data with real PII
$ echo "INSERT INTO users VALUES (1, '[email protected]', '555-1234');"
 
# Free version: Scan for PII
$ echo "..." | scrub-db scan
Found PII: email, phone
 
# Pro version: Auto-anonymize
$ cat dump.sql | scrub-db
INSERT INTO users VALUES (1, '[email protected]', '555-9876');
 
# ✓ Safe to share with your team

The Problem with Production Data

GDPR Violations

Sharing production databases with developers exposes customer PII, risking hefty fines up to €20M.

Manual Scrubbing is Tedious

Writing SQL scripts to anonymize data takes hours and is error-prone. You miss fields.

Broken Relationships

Simple randomization breaks foreign keys and data integrity, making dumps useless for testing.

Built for Speed & Safety

🔍

Auto-Detection

Finds PII automatically using smart pattern matching

🔗

Preserves Relationships

Keeps foreign keys intact for realistic test data

Lightning Fast

Built in Rust for maximum performance

🗄️

Multiple Databases

PostgreSQL, MySQL, SQLite support

🎭

8 Anonymization Methods

Fake data, masking, hashing, and more

🔧

Unix Philosophy

Pipes, stdin/stdout - works with your tools

Simple, Transparent Pricing

Free

$0
  • Manual YAML configuration
  • Stdin/stdout processing
  • 8 anonymization methods
  • Relationship preservation
  • PII scan command
  • Open source (MIT/Apache-2.0)
Get Started

Enterprise

Contact Us (starting at $500/year)
  • Everything in Pro
  • Compliance reports (SOC 2, HIPAA)
  • SSO/SAML authentication
  • Audit logs
  • Custom integrations
  • Dedicated support
  • Volume licensing
  • Custom SLA
  • Priority support
Contact Sales