git-crypt
git-crypt copied to clipboard
Transparent file encryption in git
Can you document this well-known file header in the project readme? https://github.com/dependabot/dependabot-core/issues/4475#issuecomment-1416353842 It'd help avoid me looking like an idiot in https://github.com/dependabot/dependabot-core/issues/4475#issuecomment-1413185642. 😁
I went to open a PR against the readme, but there are two of them... Is that because you want a pretty one for GitHub and a plaintext one to...
Unlike most other keys, the default key is encoded using the name `default` in the file system, but inside the key name is empty. If one actually stores the key...
# Feature request Ship more pre-compiled binaries via GitHub releases e.g. https://github.com/AGWA/git-crypt/releases/tag/0.7.0 If compression is used; please use gzip or tar.gz. Though any streaming compressor works for me so long...
Hi folks, I’m new to `git-crypt`. I had a repo setup working fine on a computer, but that computer is now not working. I’ve cloned that repo on another device,...
The readme rightly states: > Files encrypted with git-crypt are not compressible. Even the smallest change to an encrypted file requires git to store the entire changed file, instead of...