Password Manager Daemon serves clients data via a Unix domain socket. The data is stored in an (optionally) encrypted XML file and the client must provide the key to modify it. It is multi-threaded, allowing more than one client to be connected at the same time. Key retrieval may be done via a key file or a pinentry program. A key cache is used, so a client won't need to enter a passphrase each time a data file is opened. It is very configurable.
| Tags | Information Management Security Cryptography Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | C |
Recent releases


Changes: Version 1 data file bugs were fixed. A new XFER status message when sending data lines. Stability improvements were made. A few protocol command changes were made.


Changes: A problem with the OPEN command when linked with newer versions of libxml2 was fixed. Thread-safe error functions are now used when available.


Changes: libgcrypt is now properly initialized.


Changes: "OPTION LC_CTYPE" and "OPTION LC_MESSAGES" were added.


Changes: A bug in the SAVE command was fixed. A mutex is used to lock the memory list.
A C library that lets you use strings instead of ints for internal flags.