Privacy Null

Redact Database URLs

Remove credentials from PostgreSQL, MySQL, MongoDB, and Redis connection strings.

Runs locally. Nothing uploaded.

Features

Detects PostgreSQL connection strings
Detects MySQL connection strings
Detects MongoDB connection strings (including +srv)
Detects Redis connection strings

Frequently Asked Questions

Does it remove just the password or the entire URL?

The entire connection string is redacted since it contains the host, database name, and credentials which together could be sensitive.

What about connection strings in JSON config?

Yes, we detect database URLs in any context - .env files, JSON configs, or plain text.