awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sobolevn avatar

sobolevn/git-secret

0
View on GitHub↗
4,023 stars·210 forks·Shell·MIT·17 viewssobolevn.me/git-secret↗

Git Secret

git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext.

The tool utilizes a PGP encryption workflow to control access through a managed keyring of authorized public keys. This allows for the granting and revocation of decryption permissions for specific users. To prevent accidental data leaks, it automatically integrates with Git ignore lists to ensure unencrypted versions of tracked secrets are not committed.

The system provides capabilities for secret tracking, including listing encrypted files and performing on-the-fly decryption to compare differences between plaintext and encrypted versions without writing secrets to disk. It also includes utilities for initializing secure storage directories and configuring encryption settings.

Features

  • Git Repository Secret Managers - Acts as a secret manager specifically designed to store and manage encrypted credentials within Git repositories.
  • Version-Controlled Secret Encryption - Enables safe storage of encrypted secrets alongside source code in a version control system.
  • Gitignore Integration - Automatically adds unencrypted secret files to git ignore lists to prevent accidental plaintext commits.
  • Git-Integrated Secret Encryptions - Tracks and lists sensitive files encrypted within a Git repository.
  • File Encryptions and Decryptions - Provides a utility for securing individual files through PGP encryption and decryption standards.
  • Access-Based Key Management - Manages GPG keys to specifically control decryption permissions for repository secrets.
  • Public-Key Access Control - Manages a local keyring of PGP public keys to control which identities can decrypt data.
  • Decryption Access Revocation - Removes public keys from the keyring to prevent specific users from accessing encrypted secrets.
  • Gitignore Automation - Automatically adds unencrypted secret files to the git ignore list to prevent accidental plaintext commits.
  • PGP - Implements secret encryption utilizing OpenPGP keys for secure storage within repositories.
  • Secret Restoration - Restores encrypted secrets to their original plaintext state using a private GPG key.
  • Encrypted Difference Viewers - Provides the ability to visualize differences between encrypted files by decrypting them on the fly.
  • On-the-Fly Decryption - Decrypts files into memory or streams to allow viewing and diffing without writing plaintext to disk.
  • Secure Configuration Distribution - Enables sharing of encrypted environment variables and credentials across development teams.
  • Local Secret Storage - Initializes secure local storage directories and ignore rules to prepare repositories for secrets.
  • Plaintext-Encrypted Diffs - Allows users to visualize changes between plaintext secrets and their encrypted versions without writing to disk.
  • Git Tools - Stores private data securely within a repository.
  • Version Control - Encrypts files within git repositories.
  • Secret Management - Bash utility for storing private data within Git repositories.
  • Secrets Management - Bash tool for storing private data securely inside git repositories.
  • Security & Privacy - Stores private data inside git repositories.

Star history

Star history chart for sobolevn/git-secretStar history chart for sobolevn/git-secret

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Git Secret

These projects share indexed features with Git Secret. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • stackexchange/blackboxStackExchange avatar

    StackExchange/blackbox

    6,768View on GitHub↗

    Blackbox is a GPG secret management tool and asymmetric encryption wrapper used to securely store and share sensitive files within version control systems like Git, Mercurial, or Subversion. It functions as a version control secret store that encrypts files for safe storage at rest while allowing authorized users and machines to decrypt them. The system distinguishes itself by integrating directly with version control to provide plaintext diff and log visualization of encrypted files. It supports multi-recipient encryption and automated secret decryption via passphrase-less GPG subkeys, enabl

    Go
    View on GitHub↗6,768
  • agwa/git-cryptAGWA avatar

    AGWA/git-crypt

    9,746View on GitHub↗

    git-crypt is a transparent cryptography layer and secret manager for Git repositories. It encrypts specific files so they remain as ciphertext on remote servers while appearing as plaintext in local directories. The tool uses Git attributes to define the scope of files and directories targeted for encryption. It supports both symmetric secret key encryption for shared access and asymmetric public key encryption to control decryption permissions among multiple collaborators. The system automates the encryption and decryption process through hook-based filters that trigger during commit and ch

    C++
    View on GitHub↗9,746
  • gopasspw/gopassgopasspw avatar

    gopasspw/gopass

    6,940View on GitHub↗

    gopass is a terminal-based password manager and GPG secret store used for generating, storing, and retrieving encrypted credentials. It functions as a collaborative secret manager that encrypts data using GPG or age and synchronizes it across devices and teams using Git. The system distinguishes itself by treating version control repositories as the primary storage backend, enabling secure secret sharing and version history for credentials. It utilizes a hierarchical directory structure to organize secrets on the filesystem and supports multi-store mounting to combine multiple independent rep

    Go
    View on GitHub↗6,940
  • mozilla/sopsmozilla avatar

    mozilla/sops

    22,116View on GitHub↗

    Sops is a secrets encryption tool designed to encrypt and decrypt sensitive values within configuration files. It functions as a manager for secrets that integrates with cloud key vaults and PGP keys to secure data stored in version-controlled files. The tool utilizes structure-preserving encryption to encrypt individual values while keeping the overall file format and non-sensitive keys intact. It employs a KMS-backed encryption model, interfacing with external key management services from AWS, GCP, and Azure to handle cryptographic operations without exposing private keys locally. The proj

    Go
    View on GitHub↗22,116
Compare all 30 related projects→

Frequently asked questions

What does sobolevn/git-secret do?

git-secret is a command line tool and Bash encryption utility used to manage sensitive configuration files and passwords within Git repositories. It enables version controlled secret storage by encrypting files with GPG public keys, ensuring that sensitive data can be committed to a repository without exposing plaintext.

What are the main features of sobolevn/git-secret?

The main features of sobolevn/git-secret are: Git Repository Secret Managers, Version-Controlled Secret Encryption, Gitignore Integration, Git-Integrated Secret Encryptions, File Encryptions and Decryptions, Access-Based Key Management, Public-Key Access Control, Decryption Access Revocation.

Which projects share features with sobolevn/git-secret?

Projects with overlapping indexed features include: stackexchange/blackbox — Blackbox is a GPG secret management tool and asymmetric encryption wrapper used to securely store and share sensitive… agwa/git-crypt — git-crypt is a transparent cryptography layer and secret manager for Git repositories. It encrypts specific files so… gopasspw/gopass — gopass is a terminal-based password manager and GPG secret store used for generating, storing, and retrieving… mozilla/sops — Sops is a secrets encryption tool designed to encrypt and decrypt sensitive values within configuration files. It… hashicorp/vault — Vault is a centralized secrets management platform designed to secure, store, and control access to sensitive… thelocehiliosan/yadm — yadm is a dotfile manager that uses Git as its underlying version control engine to track, synchronize, and manage…