AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.11k stars 472 forks source link

Support for other PGP implementations and remote keys #239

Open zugzwang opened 2 years ago

zugzwang commented 2 years ago

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 can be rewritten in terms of gpg CLI. For instance, we achieved this with a fork of Sequoia-PGP that allows to keep keys inside an HSM, instead of local keys.

It would be even nicer to either

Apologies if this has been already discussed/considered.