strongbox-password-safe / Strongbox

A KeePass/Password Safe Client for iOS and OS X
https://strongboxsafe.com
GNU Affero General Public License v3.0
1.33k stars 102 forks source link

[FEATURE] Command Line Interface #768

Open mietzen opened 6 months ago

mietzen commented 6 months ago

Analog to Bitwarden and KeePassXC I would like to have a command line interface.

This would be useful to inject secrets e.g. in ansible without the need of creating a secret vault.

It wouldn't be necessary that Strongbox itself provides the CLI, some kind of API that accepts unlock request and provides search / get capabilities would be sufficient. Would it be possible to reuse the Web-Browser-API / afproxy?

The client itself could also be community project.

Edit: Oh I just realised that afproxy is a proxy to a IPC socket, that makes sense 😄. Another IPC socket would also be an option, this should of course be optional and deactivated by default.