password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 5ec76322db79d80b3b6d4c842884cc8b37c8b0cb
parent 8a88bc0317c7e449b65b067352f0d783171fb359
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Wed, 23 Apr 2014 01:20:34 +0200

testing: add reencryption to TODO

Diffstat:
Mtests/TODO.txt | 3+++
Dtests/gnupg/random_seed | 0
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/TODO.txt b/tests/TODO.txt @@ -28,3 +28,6 @@ Tests to add: * git operations on all commands * Are empty folders pruned for rm, cp, mv, init (when "" is the argument) [with git, and without git] * Are git commits happening as planned? Are they being signed when signing is enabled? + * reencryption on pass init, pass mv, and pass cp + * reencryption with team pass + * reencryption with gpg groups in gpg.conf diff --git a/tests/gnupg/random_seed b/tests/gnupg/random_seed Binary files differ.