.env Blur - Protect Your Sensitive Data While Streaming
Keep your API keys, tokens, and sensitive information hidden while streaming or recording your coding sessions. This VS Code extension automatically blurs the values in your .env files to prevent accidental exposure of sensitive data.
![Demo Preview Placeholder] (Add a GIF or image showing the extension in action)
🎯 Perfect For
📺 Twitch Streamers
🎬 YouTube Coding Tutorials
🎓 Live Coding Sessions
👨🏫 Programming Instructors
🖥️ Technical Presentations
👥 Team Screen Sharing
✨ Key Features
🔴 Auto-Hide Values: Automatically blurs values after '=' in .env files
🔑 Password Protection: Secure access to view sensitive data
👁️ Quick Toggle: Status bar icon for instant show/hide
⌨️ Keyboard Shortcut: Use Ctrl+Shift+U to toggle visibility
⏱️ Auto-Hide Timer: Automatically re-hides data after viewing
🎯 Wide Support: Works with .env, .env.local, .env.development, .env.production
🚀 Why Choose .env Blur?
Stream with Confidence: Perfect for Twitch streamers and content creators
Protect Sensitive Data: Keep your API keys and tokens hidden
Easy to Use: Simple toggle between hidden and visible states
Extra Security: Password protection prevents accidental exposure
Auto-Protection: Timer ensures your data gets hidden automatically
📝 Quick Usage Guide
Open any .env file - values are automatically hidden
Use Ctrl+Shift+U or click the eye icon to toggle visibility
Enter your password when prompted to view sensitive data
⚙️ Configuration Options
```json
{
"envBlur.autoHideDuration": 30 // Duration in seconds before auto-hiding values
}
```
🔒 Security Note
This extension provides visual protection against accidental exposure during streams and presentations. Always follow security best practices when handling sensitive data.