git-crypt

Transparent file encryption in git (by AGWA)

Git-crypt Alternatives

Similar projects and alternatives to git-crypt

  1. nixpkgs

    Nix Packages collection & NixOS

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Poetry

    407 git-crypt VS Poetry

    Python packaging and dependency management made easy

  4. age

    A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

  5. Vault

    A tool for secrets management, encryption as a service, and privileged access management

  6. sops

    Simple and flexible tool for managing secrets

  7. dive

    A tool for exploring each layer in a docker image

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

  10. glow

    Render markdown on the CLI, with pizzazz! 💅🏻

  11. git-filter-repo

    Quickly rewrite git repository history (filter-branch replacement)

  12. rage

    37 git-crypt VS rage

    A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.

  13. git-secret

    :busts_in_silhouette: A bash-tool to store your private data inside a git repository.

  14. up

    28 git-crypt VS up

    Ultimate Plumber is a tool for writing Linux pipes with instant live preview (by akavel)

  15. dotfiles

    19 git-crypt VS dotfiles

    My configuration files and personal collection of scripts. (by BurntSushi)

  16. helm-secrets

    A helm plugin that help manage secrets with Git workflow and store them anywhere

  17. mdp

    A command-line based markdown presentation tool.

  18. privatize

    9 git-crypt VS privatize

    Partially encrypt/decrypt a file based on the presence of a heredoc

  19. emanote

    21 git-crypt VS emanote

    Emanate a structured view of your plain-text notes

  20. typage

    6 git-crypt VS typage

    A TypeScript implementation of the age file encryption format, available as an npm package or as a bundled .js file.

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better git-crypt alternative or higher similarity.

git-crypt discussion

Log in or Post with

git-crypt reviews and mentions

Posts with mentions or reviews of git-crypt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-26.
  • Git-crypt – transparent file encryption in Git
    7 projects | news.ycombinator.com | 26 Nov 2024
    Git-crypt is a dead product with numerous unresolved issues and drawbacks.

    Newer versions of git cause git to crash when invoking git-crypt[0].

    It doesn’t scale with users: Off-boarding a key is a commit in git. Since it is trivially easy to rewind a git repo before the revocation commit and then decrypt with the revoked key, this means you need to rotate every key under management when any revoke is performed.

    It provides the illusion of asymmetric key encryption, but your asymmetric key wraps a shared symmetric key used to encrypt the entire repository. This also means a user could roll the repository back before a key was revoked and steal the symmetric key used to protect the repository and then use that key to decrypt the repository any time in the future.

    It doesn’t scale with the number of files under management. As a result of how it’s implemented, every invocation is a separate process launch. This means every file triggers an asymmetric unwrap of the symmetric key. If you’re protecting your GPG key with hardware keyfob, decrypting the repository will take a long time.

    This product was cool for a while but is flawed… do yourself a favor: Mozilla’s SOPS is better when coupled with something like AWS KMS.

    [0] https://github.com/AGWA/git-crypt/issues/273

  • Ask HN: How do you share and sync .env files and secrets with your team
    8 projects | news.ycombinator.com | 8 Sep 2024
    Years ago, before going full on Vault, I was using git-crypt, a git plugin that uses gpg to encrypt files before committing them to the repo.

    Not sure if it’s still fine, I see their last release is 2 years old nowadays.

    https://github.com/AGWA/git-crypt

  • Age is a simple, modern and secure file encryption tool, format, and Go library
    20 projects | news.ycombinator.com | 4 Aug 2024
  • Why Can't My Mom Email Me?
    2 projects | news.ycombinator.com | 11 Apr 2024
  • Is it safe to commit a Terraform file to GitHub?
    4 projects | /r/Terraform | 24 Jun 2023
    Apart from a few exceptions (like ansible for example, which supports native encryption), we moved away from encrypted secrets in git repos and use external things, depending on the platform (like parameter store / secrets manager for AWS or keyvault for Azure - both of these do track changes, btw), so I haven't looked for quite a while. Back in ye olden days we used https://github.com/AGWA/git-crypt which worked quite nicely, but the key management is cumbersome and it's based on GPG, which in itself is a bit of a light redish flag these days.
  • GitHub Private Repos Considered Private-­Ish
    3 projects | news.ycombinator.com | 4 Jun 2023
    How about encryption?

    https://github.com/AGWA/git-crypt has been solid for me

  • Codeship jet alternative
    1 project | /r/webdev | 18 May 2023
    You might want to check out git-crypt. It allows you to encrypt and decrypt files in a git repo without needing an external account, and supports .env files. That said, trying your hand at making one as a personal project could be a fun and rewarding experience!
  • Ask HN: Privacy-Conscious GitHub?
    1 project | news.ycombinator.com | 1 Apr 2023
    I hesitate to append this but one option I have seen thrown around and also debated is git-crypt [1] There are many caveats to doing this as any integrations that would need to read the file contents would also need to be able to decrypt the files so this may not be entirely useful and may add many levels of complexity and fragility.

    [1] - https://github.com/AGWA/git-crypt

  • Vaults vs. Cryptomator? Security, Cloud syncing, integration?
    2 projects | /r/kde | 30 Mar 2023
    The most interesting approach I've seen for this is https://github.com/AGWA/git-crypt
  • How can I Make this binary statically-linked?
    1 project | /r/learnprogramming | 9 Feb 2023
    Here is the Makefile.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic git-crypt repo stats
54
8,841
2.6
9 months ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com