Updates.
[pwmd.git] / README
blobe456c5bdaa81f467c859654e0d87d6d2c0ba818a
1 Password Manager Daemon is a server that stores account credentials for any
2 program that needs to store sensitive data. The data is stored on the server
3 in an GnuPG encrypted XML file. Patched programs can connect to the daemon
4 and retrieve the wanted information. There will be a library to interface the
5 daemon shortly.
7 I needed this because I have a few programs that require the same credentials
8 but hate having to update all my data files to reflect any changes in the
9 account. This way, there is a central location for the data.
11 Requirements:
13     libxml2   - http://xmlsoft.org
14     gpg       - www.gnupg.org
15     gpg-agent - part of gpg (version 2)
16     pinentry  - www.gnupg.org you'll need this to enter your passwords for the
17                 data file. GnuPG Agent calls this proggy. There are various
18                 interfaces (console/X11/GTK/etc)
20 Debian has packages for all of these. Your distro may have them too.
22 Read PROTOCOL for more information about the protocol. Send patches or ideas
23 to bjk@luxsci.net.
25 Ben Kibbey