cdc VS Blackbox

Compare cdc vs Blackbox and see what are their differences.

cdc

☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH. (by evanthegrayt)

Blackbox

Safely store secrets in Git/Mercurial/Subversion (by StackExchange)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
cdc Blackbox
2 7
21 6,620
- 0.4%
2.9 3.0
10 months ago 21 days ago
Shell Go
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.

cdc

Posts with mentions or reviews of cdc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-27.
  • 2021 Development Environment Review
    11 projects | dev.to | 27 Feb 2022
    Zsh along with Oh My Zsh has been my shell for years now. I make heavy use of the cdc and zsh-autosuggestions for moving between repos.
  • Zsh Plugins Commit TOP
    102 projects | dev.to | 25 Dec 2021
    cdc : - Makes it easier to change directories to directories that are subdirs of a user-defined list of directories. Includes tab-completion, session history and pushd, popd and dirs equivalents.

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.