Source: pwmd
Section: utils
Priority: optional
Maintainer: Ben Kibbey <bjk@luxsci.net>
Homepage: http://bjk.sourceforge.net/pwmd/
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.9.1

Package: pwmd
Homepage: http://bjk.sourceforge.net/pwmd/
Architecture: i386
Depends: ${shlibs:Depends}, pinentry-curses (>= 0.7.5) | pinentry-gtk (>= 0.7.5) | pinentry-gtk2 (>= 0.7.5) | pinentry-qt (>= 0.7.5) | pinentry-qt4 (>= 0.7.5)
Recommends: libpwmd
Description: a universal data server
 Password Manager Daemon is a server that provides a way for applications to
 securely store data in a centralized location. The data is stored in an
 (optionally) encrypted XML file and clients connect to manipulate the data.
 Some of the features include:
 .
    * Multi-threaded. More than one client may access the data at the same
      time.
    * A key cache so clients won't need to enter a key each time a file is
      opened or saved.
    * Key retrieval via pinentry(1).
    * Configuration file which supports file specific settings including
      encryption iterations, cache expiration and encryption key or key file.
    * Compressed data file support.
    * Logging to file and/or syslog.
    * Configurable cipher type.
    * Secure memory usage. PWMD will zero out memory before freeing it and
      also has the option to lock the entire process in RAM to avoid swapping
      the data to virtual memory.
