C++ library for reading Password Safe v3 databases, with a psafe3dump command-line utility for inspecting database contents.
See LICENSE file for licensing details.
On Ubuntu 24.04:
sudo apt install g++-14 libgcrypt-dev uuid-devOn macOS (Homebrew):
brew install libgcrypt ossp-uuidcmake -B build
cmake --build build
ctest --test-dir buildpsafe3dump <file.psafe3> <password>