SaaSHub helps you find the best software and product alternatives Learn more →
Git-crypt Alternatives
Similar projects and alternatives to git-crypt
-
-
sealed-secrets
A Kubernetes controller and tool for one-way encrypted Secrets
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
-
git-secrets
Commit files with sensitive information like environment secrets safely encrypted in GitHub (by frangiskos)
-
privatize
Partially encrypt/decrypt a file based on the presence of a heredoc
-
-
dotfiles
My configuration files and personal collection of scripts. (by BurntSushi)
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
helm-secrets
A helm plugin that help manage secrets with Git workflow and store them anywhere
-
-
-
-
Vault
A tool for secrets management, encryption as a service, and privileged access management
-
-
-
up
Ultimate Plumber is a tool for writing Linux pipes with instant live preview (by akavel)
-
git-filter-repo
Quickly rewrite git repository history (filter-branch replacement)
-
-
git-secret
:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
git-crypt reviews and mentions
-
How to Deploy and Scale Strapi on a Kubernetes Cluster 1/2
Store the Secrets in a repo using gitcrypt or another encryption tool.
-
I moved all my input files to a private repo and used it as a submodule
Consider using git-crypt for transparent encryption instead.
-
[2022][Friendly Reminder] Don't commit your input files to Git
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 deal with unintended information leakage when using GitHub as your GIT?
There aren't really alternatives to being very very careful, tbh. But it's a bit of a smell that there are secrets kept alongside your source code. There are cases where you might want secrets in git, but if they're there on purpose you'll hopefully be doing something about it, like encrypting them first. git-crypt is useful here.
-
Ensure that an ansible secrets.yml is never committed unencrypted
Use either Mozilla SOPS to encrypt the values in the file, or got-encrypt to encrypt the whole repo
-
is there such thing as "encrypting" a repo hosted on Github?
https://github.com/AGWA/git-crypt for whole repo
-
Learning with K3s at home. Is it "better" to store secrets encrypted in the git repo (e.g., sealed-secrets) or in a separately managed secret database (e.g., vault)?
git-crypt
-
Is it safe to publish my NixOS system config on GitHub?
You could use git-crypt on the flake.lock file to have it managed by Git but be opaque to anybody without the encryption keys.
-
environment variables in respository?
I put secrets like API access keys on github using git-crypt and it's been working flawlessly for years. I do plan to eventually migrate to agebox, which is incredibly simple to use, as getting the gpg-agent working in Windows and WSL is very difficult (works okay on Linux).
-
How to manage secrets of my deployed services?
I've been thinking about this a lot lately too, but I'm going to settle on encrypting them and storing them in my private git repo using git crypt.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160d198ed8>
www.saashub.com | 21 Mar 2023
Stats
AGWA/git-crypt is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.