git-crypt
git-crypt copied to clipboard
Transparent file encryption in git
I don't see any mention of using apt-get to install git-crypt in the README, but it appears to be available on apt-get. Just want to know whether this is an...
I'm using a CI build that downloads a zip archive from github. At build time, I need to decrypt a file that has been encrypted with git-crypt using gpg. However,...
The previous release had a source tarball on your website with a matching GPG signature for the sources. The 0.7.0 release is available in the same location but there does...
Need to be able to remove a GPG key for a user and then re-encrypt the repository. Obviously, the user would be able to decrypt old revisions but any new...
Trying to add a new `git-crypt` collaborator as follows. Following steps run on a `MacOS` Big Sur with ``` ▶ gpg --version gpg (GnuPG) 2.3.3 libgcrypt 1.9.4 Copyright (C) 2021...
It is nice that git-crypt reads the gpg executable from the git config `gpg.program` configuration. This allows one to interface with other PGP implementations, as soon as the desired commands...
Dumb question, is there a command that allows you to see all the users added to a repo?
Is there a way to configure the cipher suite being used such as using SHA-256 instead of SHA-1? If not, any plans to implement this?
This makes adding two encryption subkeys from the same primary key impossible. The reason for doing this is because I have two yubikeys, each owning one of the subkeys, and...
This PR is a refactoring of PR #107. The original PR mixes multiple unrelated changes in a single commit, including some maybe unwanted changes and code-style violations, which is probably...