Trivial library, example server and client applications to provide secrets for
applications from third party password manager authenticated once.
Use case
Secretbox provides ability to run any other application which can obtain
secrets from a command (like restic or
rclone) to get the secrets it needs with one-time
token through unix-socket. In that scenario service side must be used
to serve unix-socket connections by application runner.
Examples can be found in cmd: cli and server side.