command line complexity
command line complexity
Posted Jan 21, 2026 18:33 UTC (Wed) by guillemj (subscriber, #49706)In reply to: command line complexity by hailfinger
Parent article: Responses to gpg.fail
With a SOP (Stateless OpenPGP CLI <https://dkg.gitlab.io/openpgp-stateless-cli/>) implementation it is trivial as well:
$ $SOP encrypt cert.pgp <message.txt >message.pgp
Where $SOP can be any of 'sqop', 'rsop', 'gosop', 'pgpainless-cli' (or other implementations) for example.
