From 89b8811738c4b1507fdb56fdc5fc91457e7ea195 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 10 Aug 2023 15:00:43 +0200 Subject: docs: some more resources on the pinentry programming. --- pinentry-rofi.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pinentry-rofi.sh b/pinentry-rofi.sh index 5c7dd37..5b4d179 100755 --- a/pinentry-rofi.sh +++ b/pinentry-rofi.sh @@ -14,11 +14,14 @@ set -eu # Licensed under the terms of the include license in the file LICENSE. # Some documentation -# https://info2html.sourceforge.net/cgi-bin/info2html-demo/info2html?(pinentry)Protocol -# https://superuser.com/a/1655428 +# https://www.gnupg.org/documentation/manuals/assuan/Client-requests.html#Client-requests +# https://superuser.com/a/1655428 !!! # TODO https://superuser.com/questions/1457167/i-want-to-make-pinentry-use-gui-locally-and-cli-on-ssh # Even better # https://github.com/gpg/libassuan/blob/master/doc/assuan.texi +# +# This looks interesting +# https://velvetcache.org/2023/03/26/a-peek-inside-pinentry/ # Although it is called a PIN-Entry, it does allow to enter reasonably # long strings (at least 2048 characters are supported by every -- cgit