Letter P

pwmd - A server for storing application data at a central location

Website: https://gitlab.com/bjk/pwmd/wikis
License: GPL-2.0-or-later
Vendor: Alcance Libre, Inc.
Description:
Password Manager Daemon is a server that provides a way for
applications to securely store and retrieve data at a centralized
location. The data is stored in an (optionally AES256 encrypted) XML
file and clients connect and send commands 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 and more.
* Compressed data file support.
* Logging to file and/or syslog.
* 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.

Packages

pwmd-3.3.7-1.aldos.x86_64 [158 KiB] Changelog by Joel Barrios (2024-03-22):
- Update to 3.3.7.

Listing created by Repoview-0.6.6-6.fc14.al