From: Joey Hess Date: Tue, 9 Jan 2024 21:04:10 +0000 (-0400) Subject: update X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~59 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a496c0599571cb1f02a76b6301b4ba46d035f7f9;p=git-annex.git update --- diff --git a/doc/todo/support_using_Stateless_OpenPGP_instead_of_gpg.mdwn b/doc/todo/support_using_Stateless_OpenPGP_instead_of_gpg.mdwn index 48f3413b26..75bebba247 100644 --- a/doc/todo/support_using_Stateless_OpenPGP_instead_of_gpg.mdwn +++ b/doc/todo/support_using_Stateless_OpenPGP_instead_of_gpg.mdwn @@ -37,6 +37,7 @@ It seems that git-annex would need to prompt for the secret key's password itself, since sop doesn't prompt, and feed it in via `--with-key-password`. It can detect if a password is needed by trying the sop operation without a password and checking for an exit code of 67. +See [this issue on sop password prompting](https://gitlab.com/dkg/openpgp-stateless-cli/-/issues/64) git-annex also uses gpg to generate random data for an encryption cipher when setting up an encrypted special remote. Of course there are other ways