Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.8 KB

forthebadge forthebadge forthebadge
forthebadge

SecretKeeper

A plugin for JetBrains IDEs that helps protect sensitive information from being exposed

Features

  • 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™‼️
Screenshots: Opening a file Committing a file

Installation

  • Download from the JetBrains marketplace!
    JetBrains Plugin Version

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

Issues & Feedback

If you encounter any issues or have suggestions, please feel free to let me know by opening an issue