A plugin for JetBrains IDEs that helps protect sensitive information from being exposed
- Warns you when opening files containing sensitive data and blurs the content until you confirm
- Prompts for confirmation before committing files with sensitive data, but only for commits made via the IDE's built-in Git tool.
- More features coming soon™
‼️
or
- Download
SecretKeeper.zip
from releases
or
-
Build from source:
Clone this repository, and use gradle to build../gradlew buildPlugin
The current recommended gradle version is 8.10
-
Follow this official guide to install plugins from disk
If you encounter any issues or have suggestions, please feel free to let me know by opening an issue