From e2c511f23ebcba5b8cffb3cb0a7a6457688e727e Mon Sep 17 00:00:00 2001 From: Cougar Date: Sun, 26 Oct 2025 23:44:44 +0200 Subject: [PATCH] Add Password Safe Password manager with GUI and command line interface that runs locally but can be shared between different devices when using shared storage or file synchronization service like Syncthing. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d33fba1..6d41b23 100644 --- a/README.md +++ b/README.md @@ -1318,6 +1318,8 @@ Minio's test-server called "play" is already configured in the default client, y [pass](https://www.passwordstore.org/) is an open-source unix-based password utilitiy with various [gui clients](https://www.passwordstore.org/#other) +[Password Safe](https://pwsafe.org/) is a free open source software originally designed by [Bruce Schneier](https://en.wikipedia.org/wiki/Bruce_Schneier). It runs on Windows, Linux, macOS, iOS and Android. There are libraries/modules for many programming languages available. + ### SSH [Back to The Top](#table-of-contents)