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.
This commit is contained in:
Cougar 2025-10-26 23:44:44 +02:00 committed by GitHub
parent 3eaf827bf4
commit e2c511f23e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)