wok-next
annotate pinentry-gtk/description.txt @ rev 20738
Up scons (3.0.1); add scons2 (2.5.1)
author |
Aleksej Bobylev <al.bobylev@gmail.com> |
date |
Tue May 29 21:13:51 2018 +0300 (2018-05-29) |
parents |
|
children |
|
rev |
line source |
al@19226
|
1 This is a collection of simple PIN or passphrase entry dialogs which utilize
|
al@19226
|
2 the Assuan protocol as described by the aegypten project; see
|
al@19226
|
3 http://www.gnupg.org/aegypten/ for details.
|
al@19226
|
4
|
al@19226
|
5 There are programs for different toolkits available. This package contains
|
al@19226
|
6 program for GTK+ V2.0. The GTK+ and Qt pinentries can fall back to curses mode.
|
al@19226
|
7
|
al@19226
|
8 Some of the code is taken from Robert Bihlmeyer's Quintuple-Agent. For security
|
al@19226
|
9 reasons, all internationalization has been removed. The client is expected to
|
al@19226
|
10 tell the PIN entry the text strings to be displayed.
|