Blackbox VS git-secret

Compare Blackbox vs git-secret and see what are their differences.

Blackbox

Safely store secrets in Git/Mercurial/Subversion (by StackExchange)

git-secret

:busts_in_silhouette: A bash-tool to store your private data inside a git repository. (by sobolevn)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Blackbox git-secret
7 22
6,620 3,621
0.4% -
3.0 5.7
24 days ago 6 days ago
Go Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Blackbox

Posts with mentions or reviews of Blackbox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Safely store secrets in Git using Blackbox
    2 projects | dev.to | 6 Feb 2023
    Blackbox is a great tool for securely storing secrets within a Git repository. It provides an easy-to-use PGP encryption system, which ensures that secrets are kept safe and secure. Furthermore, Blackbox can also be used in GitHub Actions as a secret repository, allowing developers to quickly load secrets into their pipelines. With its robust security and automated processes, Blackbox is an excellent tool for securely storing secrets within Git.
  • Blackbox - Secrets amongst your code
    1 project | dev.to | 14 Jan 2023
    One of the major concerns amongst developers is how to store shared secrets. Storing secrets in a config file along with your source code is problematic as it can compromise privacy. Storing it outside without proper process or documentation can tend to be forgotten (not saying this is not good as using SAAS tools like Vault is the way to go). But in case you have a limited budget and limited capability, using GPG is the way to go. Here comes Blackbox.
  • We have this many ".env" files in a project at work. Is this normal? Is there a better way?
    3 projects | /r/webdev | 16 Jun 2022
    My preferred version is blackbox: https://github.com/StackExchange/blackbox
  • Zsh Plugins Commit TOP
    102 projects | dev.to | 25 Dec 2021
    blackbox 🥇 💼 - Stack Exchange's toolkit for storing keys/credentials securely in a git repository.
  • Quick Ansible Vault question
    1 project | /r/ansible | 13 Sep 2021
  • How do you provision app secrets?
    1 project | /r/sysadmin | 21 Apr 2021
    For Puppet i use blackbox
  • Looking for an interesting project to contribute
    20 projects | /r/golang | 15 Jan 2021
    Interested in making GPG easier to use for encrypting secrets in Git? https://github.com/StackExchange/blackbox is being rewritten in Go and needs help testing, improving, ensuring compatibility, etc.

git-secret

Posts with mentions or reviews of git-secret. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-24.
  • Gittuf – a security layer for Git using some concepts introduced by TUF
    5 projects | news.ycombinator.com | 24 Oct 2023
    I've happily been using git-secret (https://sobolevn.me/git-secret/) for encrypting non-critical (i.e. non-production) secrets for a while now. It sounds like Gittuf will do a lot more than git-secret, but for the use case of encrypted files specifically, is there a significant different about with the approach that Gittuf has taken?
  • Ansible-based dotfiles with fancy nvchad-based neovim + tmux setup
    4 projects | /r/dotfiles | 23 Oct 2023
    Secrets inside the repo. All the credentials, ssh keys, VPN configs can be stored directly in the repo with support of the git secret. gpg key is optional: config works fine if it is not provided and secrets are not decrypted.
  • Modern Perl Catalyst: Docker Setup
    5 projects | dev.to | 2 Aug 2023
    You might notice that some of the environmental variables have funky values that look more like template placeholders. For example "SESSION_STORAGE_SECRET=${SESSION_STORAGE_SECRET}". That's because there's a .env file that contains those (you can see it in the root of the GitHub repository page. As a good practice I try to isolate anything that needs to be secret right off the top. So even though this is a development setup and would need work to turn it into a something suitable for production let's try to start off right not doing the wrong thing by hardcoding all our secrets into various files. At least now there's just one file to secure. And later on if you move to something really secure like Hashicorp's Vault product, or even something open source like git secret you won't have to hunt all over the place for the secrets to keep. Lets now look at the rest of the Catalyst application setup:
  • Terraform - How do you handle secrets?
    3 projects | /r/devops | 12 Jan 2023
    Checkout git-secret. https://git-secret.io/
  • [2022][Friendly Reminder] Don't commit your input files to Git
    9 projects | /r/adventofcode | 9 Dec 2022
    There‘s plugins like https://github.com/AGWA/git-crypt or https://git-secret.io that you can use to encrypt the files for yourself, so that they are available on multiple machines to you
  • how to automate the sharing .env file with the team?
    2 projects | /r/node | 16 Oct 2022
  • How to hide changes in GitHub repository from the public?
    2 projects | /r/github | 10 Oct 2022
    If you really want to have private repositories in GitHub, you will need to set up something like https://git-secret.io on top of git.
  • Using GNU Stow to manage your dotfiles (2012)
    9 projects | news.ycombinator.com | 27 Jul 2022
  • Would it be worth using a secrets management system?
    4 projects | /r/devops | 26 Jul 2022
    If you want a low config solution and not scared of gpg, https://git-secret.io/
  • git-secret vs Mozilla SOPS?
    2 projects | /r/selfhosted | 17 Jul 2022
    Hey guys, so I'm using git-secret as of now. Just stumbled across Mozilla SOPS today and finding it interesting. Which one you guys recommend and why? Advantages and disadvantages of each? I think SOPS is more robust and stable since it is being maintained by a large organization? Please correct me if I'm wrong. Help is appreciated.

What are some alternatives?

When comparing Blackbox and git-secret you can also consider the following projects:

zsh-autocomplete - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

sops - Simple and flexible tool for managing secrets

pfSense - Main repository for pfSense

vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

lynis - Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.

secret - Share Secrets securily

SpamAssassin - Read-only mirror of Apache SpamAssassin. Submit patches to https://bz.apache.org/SpamAssassin/. Do not send pull requests

git-crypt - Transparent file encryption in git

Wazuh - Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.

passff - zx2c4 pass manager extension for Firefox, Chrome and Opera

fwknop - Single Packet Authorization > Port Knocking

passff-host - Host app for the WebExtension PassFF