▲ | stackghost 3 months ago | |||||||||||||||||||||||||||||||||||||||||||||||||
More in keeping with the Unix philosophy of doing one thing and doing it well (GnuPG in particular does a mediocre job of many things), the best move is to replace it with a suite of single purpose tools. For example, signing commits with minisign or signify. | ||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | CarpaDorada 3 months ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||||||||
>For example, signing commits with minisign or signify. These tools don't work well with git or the git forges, and they do not work at all with fossil. (Obviously signify is a good choice if you're using OpenBSD.) Furthermore they lock you in entirely in their choice of algorithm, Ed25519, which may not be what you want (Why not Ed448?) As far as adoption goes, and adoption is hard to get going, GnuPG is what is used in Linux the most... | ||||||||||||||||||||||||||||||||||||||||||||||||||
|