-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
20 lines (16 loc) · 897 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NOTE: This is not anymore maintained. It was used some years ago for
a special purpose (building Pinentry with cmake for WindowsCE) and has
never seen any maintenance or real releases. Please use the reguular
pinentry repository which includes QT version and is maintained.
======== old stuff =====
PIN Entry for QT
----------------
This is a stand alone version of the qt4 pinentry from the pinentry package.
It does not use a secure line edit widget though, thereby decreasing security
a bit but increasing compatibility with customized environments like found
on mobile devices. It also builds with cmake instead of autotools. It does
not feature a curses fallback either.
Some of the code is taken from Robert Bihlmeyer's Quintuple-Agent.
For security reasons, all internationalization has been removed. The
client is expected to tell the PIN entry the text strings to be
displayed.