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
·

Git Secret Encryption Tools

Ranking updated Jun 30, 2026

For a git secrets encryption tool, the strongest matches are stackexchange/blackbox (Blackbox is a GPG-based secret management tool that integrates), agwa/git-crypt (git-crypt is a transparent encryption layer for Git that) and sobolevn/git-secret (git-secret is a bash tool that encrypts files with). Each is ranked by relevance to your query, popularity and recent activity.

These utilities encrypt sensitive credentials and configuration files before they are committed to version control.

Git Secret Encryption Tools

Find the best repos with AI.We'll search the best matching repositories with AI.
  • 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

    Blackbox is a GPG-based secret management tool that integrates with Git to encrypt sensitive files for safe storage and automatically decrypt them for authorized users, making it a direct fit for the visitor's requested encrypted-Git-secrets-manager category.

    GoVersion-Control Transparent DecryptionGPG Key-Based
    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

    git-crypt is a transparent encryption layer for Git that automatically encrypts specified files on commit and decrypts them on checkout, covering the core workflow you described with support for both symmetric and asymmetric key management.

    C++Git File Encryption
    View on GitHub↗9,746
  • sobolevn/git-secretsobolevn avatar

    sobolevn/git-secret

    4,023View on GitHub↗

    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

    git-secret is a bash tool that encrypts files with GPG and stores them safely inside a Git repository, decrypting on checkout — it directly matches your need for a Git-integrated encrypted secrets manager with multiple key support.

    ShellGit Repository Secret ManagersVersion-Controlled Secret EncryptionAccess-Based Key Management
    View on GitHub↗4,023

Related searches

  • a tool for managing application secrets
  • a secrets management platform
  • a python library for data encryption
  • an encrypted self hosted note taking app
  • a cryptographic library for Go applications
  • a tool for detecting secrets in code
  • an encrypted file sync tool
  • a secure tool for managing application secrets