git-crypt icon indicating copy to clipboard operation
git-crypt copied to clipboard

Transparent file encryption in git

Results 134 git-crypt issues
Sort by recently updated
recently updated
newest added

The GnuPG Tools team produced a build for Big Sur. The git-crypt macport installs but won't run due to this git-crypt dependency: ``` dyld: Symbol not found: __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm Referenced from:...

Tested with mingw and msysgit.

windows

I have a large encrypted file which, when changed, is easier to review and commit using `git add -p`. However, when I run a `git add --patch` on such a...

> Error: Working directory not clean. Please commit your changes or 'git stash' them before running 'git-crypt unlock'. Is it possible to add an option that allows unlocking when changes...

feature

I'm writing a BASH script that operates on some data stored inside an encrypted repo, and I want to ensure that repo is locked when the script finishes regardless of...

I notice that encryption/decryption will be slow when doing with big files. 1. use `byte_counter++ & (BLOCK_LEN -1)` will be faster than byte_counter++ % BLOCK_LEN. 2. use EVP methods will...

# Summary I'm trying to unlock my repository but git-crypt fails because it believes there's no secret key. However, `gpg -K` shows my secret key is there. ### The error...

I'm having an issue where git-crypt is failing to unlock in my CI/CD pipeline. ``` git-crypt: error: encrypted file has been tampered with! error: external filter "git-crypt" smudge failed 1...

Does anyone know the proper procedure for updating an expired GPG key? We use the following steps, and seemed to work, but wondering if this is the best approach... -...

Hi, could README state where symetric key is located? IIUC it is `.git/git-crypt/keys/default`.