←back to thread

637 points h1x | 3 comments | | HN request time: 0.72s | source
1. stavros ◴[] No.29209132[source]
Is this the same AGWA that made git-crypt? I look forward to being able to encrypt the repo key to SSH keys, rather than GPG ones.
replies(1): >>29209160 #
2. hardwaresofton ◴[] No.29209160[source]
Yes it is, and they are awesome. git-crypt[0] is a godsend for smaller projects (and maybe larger ones if permissions are granular enough) -- way simpler than sops[1] and other alternative, with native integration via git filters (smudge). I use it on a ton of projects.

[0]: https://www.agwa.name/projects/git-crypt/

[1]: https://github.com/mozilla/sops

replies(1): >>29209304 #
3. stavros ◴[] No.29209304[source]
Same, I love it. The GPG bit is the only inconvenient part.