EnvRedact

This tool helps redact values from .env files before you share configuration snippets with coding agents, LLMs, or support tickets.

Open source on github.com/Wotaso/envredact . Your pasted .env content is processed in this page in your browser. This project has no backend for .env content and does not upload your input or output.

If a variable name contains one of these keywords (for example API_TOKEN), the value is replaced with <redacted>.

Security notice

Redaction is based on variable names and the keyword list above. It is a best-effort helper, not a guarantee that every secret is detected. Review the output before sharing it and rotate any credentials that were shared by mistake.