lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 251398b0e816c41ce0231fbe242581cc225e19df
parent df0810513c93653de614b40acf363309a71bc2e6
Author: Sean Enck <sean@ttypty.com>
Date:   Wed, 27 Oct 2021 18:33:46 -0400

adding a little detail

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ The following variables must be set to use `lb` For example set: ``` -# the keying object to use to ACTUALLY unlock the passwords +# the keying object to use to ACTUALLY unlock the passwords (e.g. using a gpg encrypted file with the password inside of it) LOCKBOX_KEY="gpg --decrypt /Users/alice/.secrets/key.gpg" # the location, on disk, of the password store LOCKBOX_STORE=/Users/alice/.passwords