4 Maintainer: Ben Kibbey <bjk@luxsci.net>
5 Homepage: http://pwmd.sourceforge.net/
6 Build-Depends: debhelper (>= 8.0.0), autotools-dev
7 Standards-Version: 3.9.4
8 Vcs-Git: git://repo.or.cz/pwmd.git
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Recommends: libpwmd7, pinentry-curses (>= 0.8.2) | pinentry-gtk (>= 0.8.2) | pinentry-gtk2 (>= 0.8.2) | pinentry-qt (>= 0.8.2) | pinentry-qt4 (>= 0.8.2), gpg-agent (>= 2.1.0)
14 Description: a universal data server
15 Password Manager Daemon is a server that provides a way for applications to
16 securely store data in a centralized location. The data is stored in an
17 (optionally) encrypted XML file and clients connect to manipulate the data.
18 Some of the features include:
20 * Multi-threaded. More than one client may access the data at the same
22 * A key cache so clients won't need to enter a key each time a file is
24 * Key retrieval via pinentry(1).
25 * Configuration file which supports file specific settings including
26 encryption iterations, cache expiration and encryption key or key file.
27 * Compressed data file support.
28 * Logging to file and/or syslog.
29 * Configurable cipher type.
30 * Secure memory usage. PWMD will zero out memory before freeing it and
31 also has the option to lock the entire process in RAM to avoid swapping
32 the data to virtual memory.
33 * Remote connections over TLS.
34 * gpg-agent support (including smartcards).
36 Read pwmd.info for protocol commands and syntax.