A security-focused IntelliJ plugin that automatically masks sensitive values in .env
files to prevent accidental exposure of sensitive data.
- 🔒 Automatic Value Masking: Automatically masks values in
.env
files - 👆 Click to Reveal: Simply click on masked values to reveal them
- 🔄 Auto-Hide: Values automatically re-mask when clicking elsewhere
- 🎯 Smart Detection: Works with any
.env
file format - 🛠 IDE Support: Compatible with all IntelliJ-based IDEs
- Open IntelliJ IDEA
- Go to
Settings/Preferences
→Plugins
- Search for "Env File Masker"
- Click
Install
- Restart IDE when prompted
- Download the latest release
.zip
file - In IntelliJ IDEA, go to
Settings/Preferences
→Plugins
- Click the gear icon and select
Install Plugin from Disk
- Select the downloaded
.zip
file - Restart IDE when prompted
- Open any
.env
file in your project - Values will automatically be masked with asterisks (
********
) - Click on a masked value to reveal it
- Click anywhere else to re-mask the value
See CHANGELOG.md for a list of changes and version history.