lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 902d78ecf8f0a7025ee88bedbbf55409c19e9d9d
parent 0a09e498576f5803a8001e0971e9a5b49ea6c9b2
Author: Sean Enck <sean@ttypty.com>
Date:   Thu, 30 Mar 2023 18:29:52 -0400

test show after rekey

Diffstat:
Mtests/expected.log | 1+
Mtests/run.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/expected.log b/tests/expected.log @@ -102,5 +102,6 @@ keys/k/one2 proceed with rekey? (y/N) keys/k/one2 +test2 clipboard will clear in 5 seconds Wrong password? HMAC-SHA256 of header mismatching diff --git a/tests/run.sh b/tests/run.sh @@ -98,6 +98,7 @@ _rekey() { echo y |${LB_BINARY} rekey echo ${LB_BINARY} ls + ${LB_BINARY} show keys/k/one2 } _clipboard() {