Privacy Null

Redact Bearer Tokens

Safely remove Bearer tokens from HTTP headers before sharing code with AI assistants.

Runs locally. Nothing uploaded.

Features

Detects "Authorization: Bearer" patterns
Works with JWT and opaque tokens
Handles cURL commands
Preserves header structure

Frequently Asked Questions

Does it work with Basic auth too?

Yes! We also detect "Authorization: Basic" headers and can redact the Base64-encoded credentials.

What about custom header names?

We detect the standard Authorization header. For custom headers like X-API-Key, enable the API Key preset for broader detection.