1 This is a library for interfacing with PWMD making it easy to patch
2 applications. Read libpwmd.h or libpwmd(3) for all the details. There is an
3 included command line client 'pwmc' that reads protocol commands from stdin.
6 libassuan - http://www.gnupg.org
7 Communication protocol between libpwmd and pwmd.
8 Communication protocol between libpwmd and pinentry.
10 libgpg-error - http://www.gnupg.org
11 libassuan returns gpg error codes.
13 pinentry(1) can be used to get the password needed to open a file on the
14 server. If --disable-pinentry is not specified to configure, then you'll need:
16 pinentry - http://www.gnupg.org/aegypten
17 There are various interfaces for password entry:
18 console/curses, X11/GTK2, X11/QT. The X11 versions also
19 support console/curses.
21 Debian has packages for all of these. Your distro may have them too.
23 The latest version can be found at http://bjk.sourceforge.net/pwmd/.
25 Ben Kibbey <bjk@luxsci.net>